aiskillstore/example-skill
This skill should be used when demonstrating skill structure and format. Provides example patterns for creating new skills.
This is a copy. The original lives at comeonoliver/example-skill.
npx skills add https://github.com/aiskillstore/marketplace --skill example-skill
A demonstration skill showing the proper structure and format for Claude Code skills.
Skills should have a clear, well-defined purpose. The "When to Use" section should make it obvious when to apply the skill.
Structure content from high-level overview to detailed implementation. Start with "When to Use" and "What This Skill Does" before diving into workflows.
Provide step-by-step workflows that can be followed directly. Include examples and anti-patterns.
Determine if this skill is appropriate for the current task.
Read the skill documentation to understand capabilities and limitations.
Follow the workflow steps to apply the skill.
Check that the skill achieved the intended outcome.
Scenario: Creating a new skill for code review
Approach:
steve/templates/AGENT_SKILL.template.mdThis skill includes reference files in references/:
structure-guide.md: Detailed structure guidelinesexamples.md: Additional examplesTake aiskillstore/example-skill from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.