From antigravity-awesome-skills
Creates or updates shared Apple design context document by scanning project files like README.md, Package.swift, Info.plist, code imports, assets, and gathering user input on product, platforms, tech stack, design system, accessibility.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:hig-project-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create and maintain `.claude/apple-design-context.md` so other HIG skills can skip redundant questions.
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.
Before asking questions, auto-discover context from:
Present findings and ask the user to confirm or correct. Then gather anything still missing:
Generate .claude/apple-design-context.md using this structure:
# Apple Design Context
## Product
- **Name**: [App name]
- **Description**: [One sentence]
- **Category**: [Category]
- **Stage**: [Concept / Development / Shipped / Redesign]
## Platforms
| Platform | Supported | Min OS | Notes |
|----------|-----------|--------|-------|
| iOS | Yes/No | | |
| iPadOS | Yes/No | | |
| macOS | Yes/No | | |
| tvOS | Yes/No | | |
| watchOS | Yes/No | | |
| visionOS | Yes/No | | |
## Technology
- **UI Framework**: [SwiftUI / UIKit / AppKit / Mixed]
- **Architecture**: [Single-window / Multi-window / Document-based]
- **Apple Technologies**: [List any: HealthKit, CloudKit, ARKit, etc.]
## Design System
- **Base**: [System defaults / Custom design system]
- **Brand Colors**: [List or reference]
- **Typography**: [System fonts / Custom fonts]
- **Dark Mode**: [Supported / Not yet / N/A]
- **Dynamic Type**: [Supported / Not yet / N/A]
## Accessibility
- **Target Level**: [Baseline / Enhanced / Comprehensive]
- **Key Considerations**: [List any specific needs]
## Users
- **Primary Persona**: [Description]
- **Key Use Cases**: [List]
- **Known Challenges**: [List]
When updating an existing context document:
.claude/apple-design-context.mdBuilt by Raintree Technology · More developer tools
This skill is applicable to execute the workflow or actions described in the overview.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsCreates or updates a shared Apple design context document so other HIG skills can auto-load project details without repeated questions.
Generates iOS design specs from Apple HIG sources for UI/UX rules, components, accessibility constraints, and interaction patterns.
Provides Apple Human Interface Guidelines design foundations for iOS/macOS apps, covering principles on content priority, accessibility, system colors, fonts, icons, motion, privacy, and internationalization.