From frontend-skills
Guides creation of structured agent skills with progressive disclosure, bundled scripts, and reference files. Use when building a new skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/frontend-skills:write-a-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ask: domain/task? Primary use cases? Scripts needed? Reference materials?
Ask: domain/task? Primary use cases? Scripts needed? Reference materials?
skill-name/
├── SKILL.md # Main instructions (required, <100 lines)
├── REFERENCE.md # Detailed docs (if SKILL.md would exceed 100 lines)
├── EXAMPLES.md # Usage examples (if needed)
└── scripts/ # Utility scripts (if needed)
Max 1024 chars, third person. First sentence: what does. Second: "Use when [triggers]."
npx claudepluginhub redpanda-data/ui-harness --plugin frontend-skillsCreates new agent skills with proper structure, progressive disclosure, and bundled resources. Guides the user through gathering requirements and drafting SKILL.md files.
Guides creation of new agent skills with proper SKILL.md structure, progressive disclosure, and optional scripts. Use when building, writing, or creating a new skill for Claude Code.
Guides creation of new agent skills with templates, progressive disclosure, and bundled utility scripts. Use for building new skills.