hig-project-context

Generate an Apple design context document from project files and assets.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/pyronaur/ngents --skill hig-project-context
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hig-project-context
Source: https://github.com/pyronaur/ngents/tree/main/docs/topics/apple/hig-doctor/skills/hig-project-context
Command: npx skills add https://github.com/pyronaur/ngents --skill hig-project-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Apple HIG project context helps teams share a single source of truth for product scope, platform targets, and design decisions, reducing back-and-forth when starting or updating Apple projects.

Core Features & Use Cases

  • Auto-discovery: Gather context from README, project files (Package.swift / .xcodeproj, Info.plist), code, assets, and accessibility data to populate a cohesive context.
  • Context Synthesis: Create or update .claude/apple-design-context.md with product overview, target platforms, technology stack, design system, accessibility, and user context.
  • Guided Validation: Present findings for user confirmation and surface missing details for completion.

Quick Start

Run hig-project-context to generate or refresh the Apple Design Context document from your project assets.

Frequently Asked Questions about hig-project-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Apple HIG design context documentation for my project?▼

The Apple HIG project context Skill scans your README, Package.swift, Info.plist, code, and assets to synthesize a comprehensive context document at `.claude/apple-design-context.md` covering platforms, technology, and accessibility.

What is an Apple design context document and why do I need it?▼

An Apple design context document consolidates product, platform, technology, and accessibility data into a single source of truth that informs downstream HIG skills and reduces project setup friction.

How do I generate design context from Package.swift and Info.plist files?▼

You generate design context by running the Skill on your Apple project directory; it auto-discovers configuration from Package.swift or .xcodeproj files and Info.plist to populate the context document automatically.

Can I use this to document accessibility audits for Apple platforms?▼

Yes, you can use this to document accessibility audits because the Skill auto-discovers accessibility data from your existing project and populates a dedicated Accessibility section in the output context document.

What is the best way to maintain a single source of truth for Apple project design decisions?▼

The best way to maintain a single source of truth is to run this Skill when starting or updating your Apple project, consolidating platform targets, technology stacks, and design systems into one shared context file.