skill-scaffold
v1.0.4
Published
AI agent skill scaffolding CLI. Create skills for OpenClaw, Moltbot, Claude, Cursor, ChatGPT, Copilot instantly. Vibe-coding ready. MCP compatible.
Downloads
97
Maintainers
Readme
skill-scaffold
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.
Install
npm install -g skill-scaffoldUsage
# 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 --cliTemplates
| Template | Use Case |
|----------|----------|
| clawdbot | Clawdbot/Moltbot skills with SKILL.md, triggers, examples |
| mcp | Model Context Protocol servers for Claude/Cursor |
| generic | Minimal skill structure |
Options
--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 folderOutput
my-skill/
├── SKILL.md # Agent documentation
├── README.md # npm/GitHub readme
├── scripts/ # Helper scripts
└── bin/ # CLI (if --cli)Examples
# 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 ~/projectsWorks With
- 🤖 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
Keywords
AI, agent, skill, scaffold, generator, Clawdbot, Moltbot, Claude, Cursor, MCP, vibe coding, automation, LLM, GPT, Copilot, devtools, CLI
Author
tytaninc7 / NextFrontierBuilds
License
MIT
