Agent skill
template
Expert [skill-name] assistance covering [feature 1], [feature 2], and [feature 3]. Use when [working with X], [debugging Y], or [implementing Z].
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/template-g1joshi-agent-skills
SKILL.md
Skill Name
Brief overview of what this skill does and the key capabilities it provides.
When to Use
- Trigger phrase or scenario 1
- Trigger phrase or scenario 2
- Trigger phrase or scenario 3
Quick Start
// Minimal working example - copy-paste ready
// Include essential imports and setup
Core Concepts
Concept 1
Explanation of fundamental concept with practical context.
// Code example demonstrating the concept
Concept 2
Another essential concept with clear explanation.
// Practical code example
Common Patterns
Pattern Name
Problem: What challenge does this solve?
Solution:
// Recommended approach with comments
Best Practices
Do:
- Practice 1 with rationale
- Practice 2 with explanation
Don't:
- Anti-pattern 1 and why
- Anti-pattern 2 and the alternative
Troubleshooting
| Error | Cause | Solution |
|---|---|---|
| Error message | Why it happens | How to fix |
References
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?