Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
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
- Gather Requirements
- Skill name (lowercase, hyphenated)
- Purpose
- Arguments (if any)
-
Workflow steps
-
Select Template based on purpose
-
Generate File at
.claude/skills/[name]/SKILL.md -
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.