Agent skill
example-skill
Brief description of what this skill does. Use when [specific trigger situations].
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/example-skill-aiskillstore-marketplace
SKILL.md
Example Skill
This is a template skill. Replace this content with your actual skill documentation.
Overview
Describe what this skill does and why it exists.
When to use this skill
List the situations where this skill should be activated:
- Situation 1
- Situation 2
- Situation 3
Protocol
1. First step
└─> Details about step 1
2. Second step
└─> Details about step 2
3. Third step
└─> Details about step 3
Examples
Good example
User: [example request]
Claude: [example response following the skill]
Bad example
User: [example request]
Claude: [example of what NOT to do]
Red flags
If you catch yourself thinking:
- "This doesn't apply here" - STOP. Check again.
- "I'll skip this step" - STOP. Follow the protocol.
- "It's too complex" - STOP. Break it down.
Requirements
- Requirement 1
- Requirement 2
Related
- Link to related skill
- Link to related documentation
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?