Agent skill
<your-skill-name>
<Brief description of what this skill does and when to use it. Include trigger keywords for agent discovery.>
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/template-pproenca-dot-skills
Metadata
Additional technical details for this skill
- author
- <your-name>
- version
- 1.0.0
SKILL.md
Skill Name
Overview
Describe what this skill enables the agent to do.
When to Use
This skill should be triggered when:
- User asks about [topic]
- User wants to [action]
- Keywords: [relevant keywords for discovery]
Instructions
Step-by-step instructions for the agent:
- First, do this
- Then, do that
- Finally, complete with this
Examples
Example 1: [Scenario]
User request: "..."
Expected behavior: ...
References
- See reference documentation for detailed information
- Run scripts from
scripts/directory when needed
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?