Install
$ agentstack add skill-robzilla1738-roberts-skills-macos-notch ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
macOS Notch
Hub skill for designing and implementing notch-style macOS apps: a top-center, hardware-aligned black shell that expands into useful modules — Dynamic Island behavior on MacBook displays.
Read this file first, then open only the spoke files relevant to the task.
Mission
Create a notch utility that feels like display hardware with context, not a floating widget. The closed state should merge with the camera housing (or a centered pill on non-notch displays). The open state grows downward from a pinned top edge with calm spring motion.
Non-negotiables
- Use a transparent nonactivating
NSPanelfor the shell — not a titled document window. See [foundations.md](foundations.md). - Separate AppKit positioning from SwiftUI content — geometry and screen changes stay out of views.
- State machine over boolean soup — closed, peek, open, expanded, dragging. See [foundations.md](foundations.md) and [module-peek-transient.md](module-peek-transient.md).
- Black closed shell — no translucent glass on the hardware edge. See [visual-system.md](visual-system.md).
- Menu bar fallback — notch may be unavailable on external displays. See [integration-shipping.md](integration-shipping.md).
- GPL caution — TheBoredTeam/boring.notch is GPL-3.0. Study patterns via [ecosystem-landscape.md](ecosystem-landscape.md); do not copy source into proprietary apps without compliance.
- Not physical-notch masking — hiding the hardware notch (znotch-style) is a different product category. See [ecosystem-landscape.md](ecosystem-landscape.md).
When to use this skill
- Building or reviewing a Dynamic Island / notch utility for macOS
- Adding a module (media, HUD, shelf, agents, camera) to an existing notch app
- Auditing alignment, hover timing, or focus-stealing behavior
When not to use
- Standard document-based macOS apps — see the macos-design skill (its
layout-and-windowing.mdspoke) - Hiding the physical notch without a panel app — see [ecosystem-landscape.md](ecosystem-landscape.md)
- Linux/GNOME notch clones — out of scope
Topic router
| If the task involves… | Read | |-----------------------|------| | OSS landscape, licenses, picking an archetype | [ecosystem-landscape.md](ecosystem-landscape.md) | | NSPanel, geometry, shape, state machine | [foundations.md](foundations.md) | | Hover, drag, drop, springs, root view | [interactions-and-motion.md](interactions-and-motion.md) | | Closed/open visual language, materials | [visual-system.md](visual-system.md) | | Now playing / music | [module-media-now-playing.md](module-media-now-playing.md) | | Volume, brightness, system HUD | [module-system-hud.md](module-system-hud.md) | | Short-lived peeks and live activity | [module-peek-transient.md](module-peek-transient.md) | | File drag shelf | [module-file-shelf.md](module-file-shelf.md) | | Calendar glance | [module-calendar-glance.md](module-calendar-glance.md) | | Camera mirror preview | [module-camera-mirror.md](module-camera-mirror.md) | | Coding-agent session monitor | [module-agent-monitor.md](module-agent-monitor.md) | | Menu bar, prefs, a11y, QA, launch | [integration-shipping.md](integration-shipping.md) |
Common task bundles
| Task | Spokes to read | |------|----------------| | New notch app (MVP) | foundations → interactions-and-motion → visual-system → integration-shipping | | One module only | foundations (skim) → relevant module-*.md | | Agent status notch | ecosystem-landscape → foundations → module-agent-monitor → integration-shipping | | Media + HUD utility | foundations → module-media-now-playing → module-system-hud → module-peek-transient | | Design critique | visual-system → interactions-and-motion → integration-shipping (checklist) | | OSS / license question | ecosystem-landscape |
Spoke index
| File | Contents | |------|----------| | [ecosystem-landscape.md](ecosystem-landscape.md) | Public repos, taxonomy, GPL note, module map | | [foundations.md](foundations.md) | Mental model, file tree, NSPanel, geometry, shape, state | | [interactions-and-motion.md](interactions-and-motion.md) | Root view, hover/tap/drag, animation rules | | [visual-system.md](visual-system.md) | Closed/open layout, color, materials | | [module-media-now-playing.md](module-media-now-playing.md) | Music module | | [module-system-hud.md](module-system-hud.md) | System HUD replacement | | [module-peek-transient.md](module-peek-transient.md) | Peek kinds, timing, compact chips | | [module-file-shelf.md](module-file-shelf.md) | File shelf / drop | | [module-calendar-glance.md](module-calendar-glance.md) | Calendar glance | | [module-camera-mirror.md](module-camera-mirror.md) | Camera mirror | | [module-agent-monitor.md](module-agent-monitor.md) | Agent/coding-tool monitor | | [integration-shipping.md](integration-shipping.md) | Menu bar, prefs, edge cases, checklist, build order |
Related skills
- the macos-design skill (separate plugin) — general native macOS design (windows, HIG, Liquid Glass)
- macos-design spoke
appkit-patterns.md— AppKit panels and safe areas - macos-design spoke
accessibility.md— Reduce Motion, permissions
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: robzilla1738
- Source: robzilla1738/roberts-skills
- License: MIT
- Homepage: https://robertcourson.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.