1.1 KiB
1.1 KiB
Scope
Applies to the entire skills/frontend tree.
What lives here
SKILL.md— top-level router for choosing frontend skills.*/SKILL.md— specialized frontend skills.frontend-design/andteach-impeccable/provide shared design-context workflow used by many skills..pi/skill-selector.jsoncontains local skill-selection overrides.
Working rules
- When adding, renaming, or removing a frontend skill, update root
SKILL.mdso routing stays accurate. - Keep frontmatter descriptions trigger-focused: describe when to use, not the workflow.
- Preserve explicit
frontend-design/teach-impeccableprerequisites in child skills when they depend on design context. - Prefer concise, searchable wording; this pack is likely to be auto-loaded.
- When a subtree gains special references or local constraints, add a more specific
AGENTS.mdnear that subtree.
Quick checks
- List skills:
find . -maxdepth 2 -name 'SKILL.md' | sort - Search shared prep rules:
rg -n "Invoke /frontend-design|teach-impeccable|MANDATORY PREPARATION" ./*/SKILL.md