From magic-powers
Use when designing for XR (AR/VR/MR), choosing interaction modes, or adapting 2D UI patterns for spatial computing
npx claudepluginhub kienbui1995/magic-powers --plugin magic-powersThis skill uses the workspace's default tool permissions.
When building user interfaces for augmented reality, virtual reality, or mixed reality experiences.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
When building user interfaces for augmented reality, virtual reality, or mixed reality experiences.
Choose the right input for each interaction:
| Modality | Use When | Avoid When |
|---|---|---|
| Gaze + dwell | Hands occupied, accessibility | Fast interactions (too slow) |
| Hand tracking | Natural, markerless | Precise targets < 2cm |
| Controller | Precision, gaming | Markerless consumer AR |
| Voice | Quick commands, eyes-free | Noisy environments, private |
| Spatial tap (visionOS) | Natural selection | Complex gestures |
Prefer direct manipulation (touch the thing) over raycast menus where possible.