Agent skill · Design & Presentation

hig-inputs

Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill hig-inputs --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 14
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/hig-inputs/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Apple HIG: Inputs Check for `.claude/apple-design-context.md` before asking questions. Use existing context and only ask for information not already covered. ## Key Principles ### General 1. **Support multiple input methods.** Touch, pointer, keyboard, pencil, voice, eyes, hands, controllers. Design for the inputs available on each platform. On iPadOS, support both touch and pointer; on macOS, both pointer and keyboard. 2. **Consistent feedback for every input action.** Visible, audible, or haptic response. ### Gestures 3. **Standard gestures must behave consistently.** Tap to activate, swipe to scroll/navigate, pinch to zoom, long press for context menus, drag to move. Don't override system gestures (edge swipes for back, Home, notifications). 4. **Use standard recognizers; keep custom gestures discoverable.** Apple's built-in recognizers handle edge cases and accessibility. If you add non-standard gestures, provide hints or coaching to teach them. ### Apple Pencil 5. **Precision drawing, markup, and selection.** Support pressure, tilt, and hover. Distinguish finger from Pencil when appropriate (finger pans, Pencil draws). 6. **Support Scribble in text fields.** Users expect to

What's inside
Steps it walks through
  1. Key Principles
  2. General
  3. Gestures
  4. Apple Pencil
  5. Keyboards
  6. Game Controllers
  7. Pointer and Trackpad
  8. Digital Crown
  9. Eyes and Spatial (visionOS)
  10. Focus System
  11. Remotes
  12. Motion and Nearby
  13. Reference Index
  14. Output Format
Ships with 13 files
  • references/apple-pencil-and-scribble.md
  • references/camera-control.md
  • references/digital-crown.md
  • references/eyes.md
  • references/focus-and-selection.md
  • references/game-controls.md
  • references/gestures.md
  • references/gyro-and-accelerometer.md
  • references/keyboards.md
  • references/nearby-interactions.md
  • references/pointing-devices.md
  • references/remotes.md
  • references/spatial-interactions.md
More from agentic-awesome-skills
All skills →
About this skill
What does the hig-inputs skill do?

Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill hig-inputs --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going