Agent skill
skill-name
This skill should be used when the user asks to "specific action", "another action", or mentions "specific keyword". Provide comprehensive guidance for [domain/task].
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/skill-template-klara-copilot-epost-agent-kit
SKILL.md
Skill Name
Purpose
Brief description of what this skill provides and when it should be used.
When to Use
List specific scenarios where this skill applies:
- Scenario 1
- Scenario 2
- Scenario 3
Workflow
Step 1: [First Step]
Instructions for the first step.
Step 2: [Second Step]
Instructions for the second step.
Reference Files
For detailed information, consult:
references/patterns.md- Common patterns and best practicesreferences/advanced.md- Advanced techniques (optional)
Scripts
Utility scripts available:
scripts/validate.sh- Validation utility (optional)
Examples
See examples/ directory for working examples (optional).
Best Practices
- Best practice 1
- Best practice 2
- Best practice 3
Common Pitfalls
- Pitfall 1
- Pitfall 2
Related Skills
- skill-a - Description
- skill-b - Description
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?