Agent skill · Design & Presentation

hig-components-controls

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-components-controls --agent claude-code

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

Facts
Files in the skill folder: 15
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/hig-components-controls/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: Selection and Input Controls Check for `.claude/apple-design-context.md` before asking questions. Use existing context and only ask for information not already covered. ## Key Principles 1. **Clear current state.** Users must always see what is selected. Toggles show on/off, segmented controls highlight the active segment, pickers display the current selection. 2. **Prefer standard system controls.** Built-in controls provide consistency and accessibility. Custom controls introduce a learning curve and may break assistive features. 3. **Toggles for binary states.** On or off. In Settings-style screens, changes take effect immediately. In modal forms, changes commit on confirmation. 4. **Segmented controls for mutually exclusive options.** 2-5 items, roughly equal importance, short labels. 5. **Sliders for continuous values.** When precise numeric input is not critical. Provide min/max labels or icons for range endpoints. 6. **Pickers for long option lists.** Too many options for a segmented control. Works well for dates, times, structured data. 7. **Steppers for small, precise adjustments.** Increment/decrement in fixed steps. Display current value next to the stepper

What's inside
Steps it walks through
  1. Key Principles
  2. Reference Index
  3. Output Format
  4. Questions to Ask
  5. Related Skills
  6. When to Use
  7. Limitations
Ships with 14 files
  • references/combo-boxes.md
  • references/controls.md
  • references/gauges.md
  • references/labels.md
  • references/pickers.md
  • references/rating-indicators.md
  • references/segmented-controls.md
  • references/sliders.md
  • references/steppers.md
  • references/text-fields.md
  • references/text-views.md
  • references/toggles.md
  • references/token-fields.md
  • references/virtual-keyboards.md
More from agentic-awesome-skills
All skills →
About this skill
What does the hig-components-controls 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-components-controls --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