Help us improve
Share bugs, ideas, or general feedback.
From skill-maker
Generates a complete skill from a description: YAML frontmatter, SKILL.md body with workflow/examples, supporting files. Saves to location and auto-validates structure/quality.
npx claudepluginhub vcode-sh/vibe-tools --plugin skill-makerHow this command is triggered — by the user, by Claude, or both
Slash command
/skill-maker:quick describe what the skill should doThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Quick Skill Generation Generate a complete, ready-to-use skill from the user's description with minimal interaction. This is the power-user mode. ## Input The user provides: `$ARGUMENTS` If `$ARGUMENTS` is empty, ask: "Describe what the skill should do in 1-2 sentences." ## Generation Process From the description, infer: 1. **Skill name**: kebab-case, 2-4 words, descriptive 2. **Category**: Document/Asset, Workflow, or MCP Enhancement 3. **Trigger phrases**: 3-5 phrases users would say 4. **Key capabilities**: What the skill enables 5. **Workflow steps**: The main process 6. **Suppo...
/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.
/create-skillGuides interactive creation of a new Claude Code skill via agent workflow, generating validated SKILL.md with requirements, specs, manifest, and analysis.
/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.
/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 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.
/quickExecutes quick ad-hoc tasks with GSD guarantees like atomic commits and STATE.md tracking, skipping optional agents by default. Supports flags like --full, --validate; also list, status, resume subcommands.
Share bugs, ideas, or general feedback.
Generate a complete, ready-to-use skill from the user's description with minimal interaction. This is the power-user mode.
The user provides: $ARGUMENTS
If $ARGUMENTS is empty, ask: "Describe what the skill should do in 1-2 sentences."
From the description, infer:
Generate the complete skill in one pass:
name: inferred from descriptiondescription: [What] + [When/Triggers] + [Capabilities]references/ for detailed documentationscripts/ for utilitiesassets/ for templatesAsk the user where to save. If no preference, offer:
./[skill-name]/ (current directory)./skills/[skill-name]/ (skills directory)After saving, run quick validation:
Present results in compact format:
[skill-name] created at [path]
Structure: OK | Frontmatter: OK | Description: 8/10 | Body: OK
Grade: [A-F]
If issues found, fix automatically and report.