AI agent skill scaffolding CLI. Create Clawdbot, Moltbot, Claude, and MCP skills instantly.
Stop copy-pasting skill templates. Generate production-ready AI agent skills in seconds.
npm install -g skill-scaffold# Create a Clawdbot/Moltbot skill
skill-scaffold my-awesome-skill
# Create an MCP server
skill-scaffold my-api --template mcp
# Create with CLI binary included
skill-scaffold cli-tool --cli| Template | Use Case |
|---|---|
clawdbot |
Clawdbot/Moltbot skills with SKILL.md, triggers, examples |
mcp |
Model Context Protocol servers for Claude/Cursor |
generic |
Minimal skill structure |
--template <type> clawdbot (default), mcp, generic
--author <name> Author name for package
--description <text> Skill description
--dir <path> Output directory
--cli Include CLI binary scaffold
--no-scripts Skip scripts folder
my-skill/
βββ SKILL.md # Agent documentation
βββ README.md # npm/GitHub readme
βββ scripts/ # Helper scripts
βββ bin/ # CLI (if --cli)
# Weather alerts skill
skill-scaffold weather-alerts --description "Real-time weather notifications"
# GitHub MCP server
skill-scaffold github-mcp --template mcp --author "MyName"
# Full CLI tool in custom directory
skill-scaffold super-tool --cli --dir ~/projects- π€ Clawdbot / Moltbot - AI agent framework
- π§ Claude - Anthropic's AI assistant
- β¨ Cursor - AI-powered code editor
- π MCP - Model Context Protocol servers
- π― Any agent that reads SKILL.md
AI, agent, skill, scaffold, generator, Clawdbot, Moltbot, Claude, Cursor, MCP, vibe coding, automation, LLM, GPT, Copilot, devtools, CLI
tytaninc7 / NextFrontierBuilds
MIT