hig-project-context
Create or update a shared Apple design context document that other HIG skills use to tailor guidance.
Content Preview
--- name: hig-project-context description: Create or update a shared Apple design context document that other HIG skills use to tailor guidance. risk: unknown source: community date_added: '2026-02-27' --- # Apple HIG: Project Context Create and maintain `.claude/apple-design-context.md` so other HIG skills can skip redundant questions. Check for `.claude/apple-design-context.md` before asking questions. Use existing context and only ask for information not already covered. ## Gathering Cont
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/hig-project-context.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/hig-project-context/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/hig-project-context/SKILL.md
Related Skills
ios-hig-design
Build native iOS interfaces following Apple Human Interface Guidelines. Use when the user mentions "iPhone app", "iPad layout", "SwiftUI", "UIKit", "Dynamic Island", "safe areas", or "HIG compliance". Covers navigation patterns, accessibility, SF Symbols, and platform conventions. For general UI pol
ios-hig-designioshigdesign
by jeremylongshore · plugins-plus-skills
new-rails-project
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence.
generalnewrails
by sickn33 (Antigravity) · antigravity-awesome-skills
hig-components-system
Apple HIG guidance for system experience components: widgets, live activities, notifications, complications, home screen quick actions, top shelf, watch faces, app clips, and app shortcuts.
generalhigcomponents
by sickn33 (Antigravity) · antigravity-awesome-skills
hig-components-dialogs
Apple HIG guidance for presentation components including alerts, action sheets, popovers, sheets, and digit entry views.
generalhigcomponentsdialogs
by sickn33 (Antigravity) · antigravity-awesome-skills