Agent skill
my-skill-name
Brief description of what this skill does and when to use it. Be specific about capabilities and use cases to help agents decide when to load this skill.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/template-dadbodgeoff-drift
Metadata
Additional technical details for this skill
- time
- Xh
- source
- drift-masterguide
- category
- category-name
SKILL.md
Skill Title
One-line description of what this skill enables.
When to Use This Skill
- Use case 1
- Use case 2
- Use case 3
Core Concepts
Explain the key concepts the agent needs to understand.
Implementation
TypeScript
// Your TypeScript implementation
Python
# Your Python implementation
Usage Examples
Show how to use the implementation in real scenarios.
Best Practices
- Best practice 1
- Best practice 2
- Best practice 3
Common Mistakes
- Mistake 1
- Mistake 2
- Mistake 3
Related Patterns
- Related skill 1
- Related skill 2
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?