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.md

Skill 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-skills

Then reference at skills/hig-project-context/SKILL.md

Related Skills