claude-world

skill-template

8
2
# Install this skill:
npx skills add claude-world/director-mode-lite --skill "skill-template"

Install specific skill from multi-skill repository

# Description

Generate custom skill/command from template

# SKILL.md


name: skill-template
description: Generate custom skill/command from template
user-invocable: true


Skill Template Generator

Generate a custom skill (slash command) based on requirements.

Usage: /skill-template [skill-name] [purpose]


Templates

Purpose Template Features
Workflow Multi-step Sequential steps
Generator Creator File creation
Checker Validator Validation rules
Automation Runner Command execution
Utility Helper Single action

Process

  1. Gather Requirements
  2. Skill name (lowercase, hyphenated)
  3. Purpose
  4. Arguments (if any)
  5. Workflow steps

  6. Select Template based on purpose

  7. Generate File at .claude/skills/[name]/SKILL.md

  8. Validate with /skill-check


Workflow Template Structure

---
name: [name]
description: [What it does]
user-invocable: true
---

# [Skill Name]

## Workflow
### Step 1: [Name]
### Step 2: [Name]
### Step 3: [Name]

## Arguments
Uses `$ARGUMENTS` for input

## Output
Summary when complete

Example

/skill-template deploy-staging "deploy to staging"

Output: Created .claude/skills/deploy-staging/SKILL.md

Usage: /deploy-staging

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.