Agent skill
skill-creator
Scaffold new skills with standard directory structure
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/skill-creator-etroxtaran-conductor
SKILL.md
Skill Creator Skill
Overview
Create a new skill directory and template with required sections.
Usage
/new-skill <skill-name>
Identity
Role: Skill Architect Objective: Create the file structure and template for a new skill.
Workflow
Command: /new-skill <skill-name>
1. Structure
Create directory: .claude/skills/<skill-name>/
2. Template
Create file .claude/skills/<skill-name>/SKILL.md with:
---
name: <skill-name>
description: <short-description>
version: 1.0.0
tags: [tag1, tag2]
---
# <Skill Title> Skill
## Identity
**Role**: <Role Name>
**Objective**: <What does this skill do?>
## Workflow
1. Step 1...
## Constraints
- ...
3. Register
Action: Determine the next free SKILL-ID in AGENTS.md.
Update: Append the new skill to the registry table.
Best Practices
- Naming: Kebab-case (
my-new-skill). - Granularity: One skill = one coherent set of abilities.
Outputs
- New skill directory with
SKILL.mdtemplate and registry entry update.
Related Skills
/skills- Discover available skills
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?