This is the setup skill that makes all the other HIG skills smarter. It creates a shared context file at .claude/apple-design-context.md by auto-discovering what it can from your project files (Package.swift, Info.plist, existing code) and then asking targeted questions about what's missing. Once that's done, the other HIG skills (foundations, platforms, components, inputs, technologies) can pull from it instead of asking you the same questions about your target platforms and tech stack over and over. Run it when starting a new Apple platform project or when another HIG skill complains about missing context. The auto-discovery step is solid, it actually looks at your imports and assets before bothering you with questions.
npx skills add https://github.com/raintree-technology/apple-hig-skills --skill hig-project-context