From klair-legacy
Guides users through creating Agent Skills for Claude Code. Use when building new skills, designing skill structure, or authoring skill documentation. Triggers on "create skill", "build skill", "new agent skill", or "skill development".
How this skill is triggered — by the user, by Claude, or both
Slash command
/klair-legacy:creating-skillsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill guides you through creating Agent Skills—packaged prompts that extend Claude Code's capabilities for specific workflows.
This skill guides you through creating Agent Skills—packaged prompts that extend Claude Code's capabilities for specific workflows.
What you'll learn:
Output: A complete, well-structured skill ready for use in Claude Code.
Use this skill when:
Trigger phrases: "create skill", "build skill", "new agent skill", "skill development"
Before creating a skill:
Note on Guidelines: Guideline files contain examples at the end. Refer to them if something is unclear or if the guideline notes the example is opinionated.
.claude/skills/skill-name/ or ~/.claude/skills/skill-name/SKILL.md with YAML frontmatter (see Creating Frontmatter)guidelines/ for detailed contentSee Supporting Workflows for detailed guidance on each step.
Write YAML frontmatter at the top of SKILL.md:
---
name: skill-name # Use gerund form: "verb-ing"
description: What it does. Use when [trigger phrases].
allowed-tools: [Read, Write, Bash] # Optional: restrict tools
---
Details: See guidelines/frontmatter-guide.md
Use progressive disclosure:
Details: See guidelines/file-structure-guide.md
Match instruction specificity to task fragility:
Use clear, actionable language. Avoid choice overload.
Details: See guidelines/instruction-writing-guide.md
Details: See guidelines/token-efficiency-guide.md
Detailed guides available on-demand:
creating-reports, analyzing-datahelper, toolSee guidelines/anti-patterns-guide.md for detailed examples.
Remember: A well-crafted skill should be concise, clear, and immediately actionable.
npx claudepluginhub ai-builder-team/ai-builder-plugin-marketplace --plugin klair-legacyGuides creation of Claude Code SKILL.md files with YAML frontmatter, progressive disclosure, and naming conventions. Use when authoring or auditing agent skills.
Guides creation, refinement, and best practices for Claude Code Skills including SKILL.md structure, router patterns, workflows, references, XML formatting, and progressive disclosure.
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.