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-skillsGuides 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.
Creates new agent skills with proper structure, progressive disclosure, and bundled resources.
Creates new Claude Code agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.