Skip to content

AI agent skill scaffolding CLI. Create Clawdbot, Moltbot, Claude, and MCP skills instantly. Vibe coding ready.

Notifications You must be signed in to change notification settings

NextFrontierBuilds/skill-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

skill-scaffold

AI agent skill scaffolding CLI. Create Clawdbot, Moltbot, Claude, and MCP skills instantly.

npm version License: MIT

Stop copy-pasting skill templates. Generate production-ready AI agent skills in seconds.

Install

npm install -g skill-scaffold

Usage

# 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

Templates

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 folder

Output

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 ~/projects

Works 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

About

AI agent skill scaffolding CLI. Create Clawdbot, Moltbot, Claude, and MCP skills instantly. Vibe coding ready.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published