hig-project-context

Generate .claude/apple-design-context.md from project metadata and templates.

102|6|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/raintree-technology/hig-doctor --skill hig-project-context-raintree-technology
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hig-project-context
Source: https://github.com/raintree-technology/hig-doctor/tree/main/skills/hig-project-context
Command: npx skills add https://github.com/raintree-technology/hig-doctor --skill hig-project-context-raintree-technology

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and maintain a shared Apple design context document (.claude/apple-design-context.md) that other HIG skills use to tailor guidance, eliminating repeated questions and ensuring consistent advice across Hig components.

Core Features & Use Cases

  • Auto-discover context from common sources (README, Package.swift/.xcodeproj, Info.plist, assets, and existing code) to populate .claude/apple-design-context.md.
  • Use existing context to answer questions and prompt for missing information only when necessary.
  • Generate a standardized .claude/apple-design-context.md template that downstream skills (hig-foundations, hig-platforms, hig-components-*, hig-inputs, hig-technologies) can reference for targeted guidance.

Quick Start

Run hig-project-context to generate or update .claude/apple-design-context.md from your project metadata.

Frequently Asked Questions about hig-project-context

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

FAQPage Schema
How do I generate an Apple design context document for my project?▼

Generate an Apple design context document by running the skill to auto-discover metadata from README, Package.swift, Info.plist, and assets, then output a standardized context file.

What is an Apple HIG design context file used for?▼

An Apple HIG design context file shares project metadata so downstream HIG skills can provide consistent, tailored guidance without repeatedly asking for project details.

How does auto-discovery work for Apple project context?▼

Auto-discovery extracts project context by scanning common sources like README, Xcode project files, Info.plist, and existing assets to populate the design context document automatically.

Do I need to manually answer questions to create my Apple design context?▼

Manual input is only required for missing information; the skill uses existing project metadata to answer context questions and prompts you only when necessary.

Can I use this generated context with other HIG skills?▼

Yes, the generated context file is a standardized template designed specifically for downstream HIG skills like hig-foundations, hig-platforms, and hig-components to reference.

What file format does the Apple design context output use?▼

The Apple design context output uses a Markdown file format, specifically generating a standardized document at the path .claude/apple-design-context.md.