From skill-maker
Browses catalog of pre-built skill templates, loads and customizes a selected one based on name/category/description, then generates and saves the new skill.
npx claudepluginhub vcode-sh/vibe-tools --plugin skill-makertemplate name or category or leave empty to browse# Skill Template Browser
Browse 8 pre-built skill templates and generate a new skill from a chosen template.
## Input
The user provides: `$ARGUMENTS`
If `$ARGUMENTS` matches a template name or number, load that template directly.
If `$ARGUMENTS` is empty, show the template catalog.
## Template Catalog
Present this table to the user:
Ask: "Pick a template number (1-8) or describe what you need and I'll recommend one."
## Template Loading
Read the selected template from `${CLAUDE_PLUGIN_ROOT}/skills/skill-maker/templates/`:
- `01-standalone-document.md`
- `02-workflow-automation.md.../create-skillGuides interactive creation of a new Claude Code skill via agent workflow, generating validated SKILL.md with requirements, specs, manifest, and analysis.
/skill-craftCreates skills through checklist-driven phases (intake, design, build, test, ship) or reviews skills/agent prompts with quality gates.
/create-skillCreates a new Claude Skill with YAML frontmatter in personal or project directory. Validates inputs, checks existence, analyzes for bundled resources, and adds scripts/, references/, or assets/ directories as needed.
/createGenerates a SKILL.md file from a skill name or description. Clarifies requirements via questions, spawns agent to create content, selects save location (user/project/plugin/display), and writes file.
/createCreates a new reusable skill for agents: prompts for details including name and category, generates markdown template, saves to skills/<category>/<skill-name>.md
/create-skillCreates a new Claude Code skill directory from skill name, description/purpose, and optional documentation URLs. Generates SKILL.md with YAML frontmatter, quick start guide, critical rules, and known issues prevention.
Share bugs, ideas, or general feedback.
Browse 8 pre-built skill templates and generate a new skill from a chosen template.
The user provides: $ARGUMENTS
If $ARGUMENTS matches a template name or number, load that template directly.
If $ARGUMENTS is empty, show the template catalog.
Present this table to the user:
SKILL TEMPLATES
═══════════════
# │ Template │ Category │ Best For
──┼─────────────────────────────┼───────────────────┼──────────────────────────
1 │ Standalone Document/Asset │ Document Creation │ Reports, code, designs
2 │ Workflow Automation │ Workflow │ Multi-step processes
3 │ MCP Basic │ MCP Enhancement │ Single MCP server
4 │ Multi-MCP Coordination │ MCP Enhancement │ Cross-service workflows
5 │ Iterative Refinement │ Quality │ Review-and-refine loops
6 │ Context-Aware Selection │ Smart Routing │ Dynamic tool/path choice
7 │ Domain Intelligence │ Domain Expertise │ Compliance, industry rules
8 │ Code Generation │ Code Generation │ Framework-specific code
Ask: "Pick a template number (1-8) or describe what you need and I'll recommend one."
Read the selected template from ${CLAUDE_PLUGIN_ROOT}/skills/skill-maker/templates/:
01-standalone-document.md02-workflow-automation.md03-mcp-basic.md04-multi-mcp-coordination.md05-iterative-refinement.md06-context-aware-selection.md07-domain-intelligence.md08-code-generation.mdAfter loading the template, guide the user through filling in placeholders:
{{PLACEHOLDER}} values with user's inputFollow the same save process as /skill-maker:create:
If the user describes their need instead of picking a number: