Agent skill
your-skill-name
Brief description of what this skill does
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/skill-template-bauhaus-infau-infau-skill-base
SKILL.md
Your Skill Name
Purpose
[Describe the main purpose of this skill in 2-3 sentences.]
When to Activate
Activate this skill when:
- User explicitly invokes
/your-skill-name - [Add other trigger conditions]
- [Add other trigger conditions]
Process
Phase 1: [Phase Name]
[Describe what happens in this phase]
Key actions:
- [Action 1]
- [Action 2]
Phase 2: [Phase Name]
[Describe what happens in this phase]
Key actions:
- [Action 1]
- [Action 2]
Phase 3: [Phase Name]
[Describe what happens in this phase]
Principles
[Principle 1 Name]
[Explain this principle and why it matters]
[Principle 2 Name]
[Explain this principle and why it matters]
[Principle 3 Name]
[Explain this principle and why it matters]
Output Format
When providing results, use this format:
## [Section Heading]
[Content structure]
### [Subsection]
[Details]
Boundaries
This skill should NOT:
- [Boundary 1]
- [Boundary 2]
- [Boundary 3]
References
- See
references/[filename].mdfor [description] - See
examples/[filename].mdfor [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?