@emiliovt3/vibe-stack
v1.0.1
Published
Cross-platform vibe-coding tech stack installer
Readme
@emiliovt3/vibe-stack
Cross-platform npx CLI that installs and configures a curated vibe-coding tech stack.
Usage
npx @emiliovt3/vibe-stack
# Skip gh auth login (do it manually later with `gh auth login`)
npx @emiliovt3/vibe-stack --skip-gh-authWhat Gets Installed
| Tool | Type | Description |
|------|------|-------------|
| GitHub CLI (gh) | System | Git workflow automation |
| Claude Code | npm global | AI coding assistant |
| ClaudeKit | npm global | Claude workflow toolkit |
| Context7 MCP | MCP server | Up-to-date library docs in context |
| Sentry MCP | MCP server | Error monitoring integration |
| Playwright MCP | MCP server | Browser automation |
| Excalidraw MCP | MCP server | Diagram creation |
| GitHub MCP | MCP server | GitHub API integration |
Prerequisites
- Node.js >= 18.0.0
- npm
How It Works
- Installs
ghCLI via your OS package manager (winget/scoop/choco on Windows, brew on macOS, apt on Linux) - Prompts
gh auth loginif not already authenticated - Installs/updates Claude Code and ClaudeKit globally via npm
- Registers all MCP servers with
claude mcp add(skips already-registered ones)
License
MIT
