Agent skill
example-skill
Example skill template for AgentForge. Demonstrates proper SKILL.md structure with references and scripts.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/example-skill-agentic-engineering--agentforge-2
SKILL.md
Example Skill
This is an example skill template that demonstrates the proper structure for AgentForge skills.
Purpose
This skill serves as a template for creating new skills. It shows how to:
- Write proper SKILL.md frontmatter
- Organize supporting documentation in
references/ - Include executable scripts in
scripts/ - Add assets in
assets/
Usage
When creating a new skill:
- Copy this template structure
- Edit SKILL.md with your skill's instructions
- Add reference documentation to
references/ - Include helper scripts in
scripts/ - Place any images or data files in
assets/
Files Structure
example-skill/
├── SKILL.md # Main skill instructions (this file)
├── references/ # Supporting documentation
│ └── guide.md
├── scripts/ # Executable scripts
│ └── helper.ts
└── assets/ # Images, data files, etc.
Next Steps
- Rename
example-skillto your skill name - Update frontmatter metadata
- Write detailed instructions in this file
- Add references and scripts as 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?