Agent skill
your-skill-name
Brief description of what this Skill does and when to use it. This field is critical for Claude to discover when to invoke your skill.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/basic
SKILL.md
Your Skill Name
Overview
Describe what this skill does and the problem it solves.
Instructions
Provide clear, step-by-step guidance for Claude:
- First step
- Second step
- Third step
Examples
Example 1: Basic Usage
Input:
User request example
Output:
Expected output example
Example 2: Advanced Usage
Input:
More complex user request
Output:
Expected output for complex case
Guidelines
- Best practice 1
- Best practice 2
- Constraint or limitation to be aware of
Additional Resources
Reference additional files in your skill directory:
reference.md- Detailed documentationscripts/- Executable helperstemplates/- Template files
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?