Agent skill
add-skill-templates
Add new Agent Skill templates to the meta-agent-skills framework.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/add-skill-templates
SKILL.md
Add Skill Templates
Purpose
This skill standardizes the process of adding new Agent Skill templates to the meta-agent-skills framework. It ensures that new templates follow the required structure for automatic instantiation by the Meta-Agent.
When to Use
- When you want to add a new standard capability (e.g.,
deploy-k8s,performance-bench) to themeta-agent-skillsframework. - When existing templates need to be cloned or used as a basis for a new one.
Instructions
-
Identify New Skill Requirements:
- Determine the name and purpose of the new skill.
- Identify the primary commands that should be included in its Commands table.
-
Use Boilerplate:
- Read the boilerplate template from
assets/skill-template-boilerplate.md. - Create a new file in
skills/meta-agent-skills/assets/templates/skills/named<skill-name>.md.
- Read the boilerplate template from
-
Configure Template:
- Fill in the YAML frontmatter (
name,description). - Use placeholders like
{{ order }},{{ component }},{{ path }},{{ layer }},{{ command }}, and{{ description }}in the Commands table. - Refer to references/conventions.md for guidance on placeholder usage and layer naming.
- Fill in the YAML frontmatter (
-
Register Capability:
- Update the
Capabilities Generatedsection inskills/meta-agent-skills/SKILL.mdto include the new skill.
- Update the
-
Verify:
- Ensure the template is readable and follows the format of existing templates like
lint-fix.md.
- Ensure the template is readable and follows the format of existing templates like
References
- Conventions
- Agent Skills Specification
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?