@delightfulcomputer/gone-building-mcp
v0.1.1
Published
MCP server for Gone Building coaching skills
Maintainers
Readme
@gone-building/mcp
MCP server with coaching skills for Claude Code and compatible AI tools
Installation
# Add to Claude Code
claude mcp add gone-building npx @gone-building/mcpOr install globally:
npm install -g @gone-building/mcpSkills
All skills are free — no authentication required.
| Skill | Description |
|-------|-------------|
| scaffold | Project scaffolding (Next.js, Express, Hono, CLI) |
| explain | Error and code explanation |
| debug | Systematic debugging guidance |
| architect | Architecture planning with milestones |
| refactor | Code improvement suggestions |
Usage with Claude Code
Once added as an MCP server, use skills naturally:
Use the scaffold skill to create a new Next.js project called my-appUse the explain skill to help me understand this error: [paste error]Use the architect skill to plan a REST API for a todo appDevelopment
npm install
npm run dev # Start dev server
npm test # Run tests
npm run build # Build for productionLicense
MIT © Gone Building
