By vibestackmd
Opinionated user-level skills, hooks, and settings for AI-assisted development.
Summarizes your recent git activity into a chill standup script you can recite to your boss
Set up a self-contained GitHub Actions CI workflow for the current project. Detects language(s) from the codebase (TS/JS, Python, Go, Rust) and writes `.github/workflows/ci.yml` with lint, test, and build gates. Idempotent, skips if the workflow already exists unless the user asks to reconcile.
Convention for using CLI tools and environment variables when interacting with third-party services like AWS, Vercel, Supabase, Stripe, GitHub, and Google Cloud. Auto-loads when working with external services, deployments, infrastructure, or API integrations.
Reference map of the user's local development environment, installed languages, runtimes, version managers, databases, cloud CLIs, and tools on this machine. READ this file BEFORE telling the user a tool is unavailable, BEFORE asking which deploy target / cloud / DB to use, and BEFORE proposing to install something. If a CLI is listed as installed, assume it works. If listed as not installed, don't suggest commands that depend on it without flagging the install step. If the file shows "(not yet populated)" below, run the discovery steps to fill it in on first use.
Capture conversation learnings into docs and clean up the docs folder
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Senior Developer Conventions as a Claude plugin.
Opinionated on purpose: bypass permissions · CLI-first · CI/CD gates · religious markdown documentation · make as the entry point
Full install. The plugin plus user-level settings, hooks, and an optional dev-tools pass. The complete setup.
curl -fsSL https://raw.githubusercontent.com/vibestackmd/vibestack/main/install.sh | bash
Plugin only. Just the skills, hooks, and chain-installed dependencies. No user-level settings.
/plugin marketplace add vibestackmd/vibestack
/plugin install vibestack@vibestackmd-vibestack
⚡ Then run
/vibestackin any project to scaffold it.
Slash commands, run when you want them:
| Command | What it does |
|---|---|
/vibestack | Scaffolds a project: CLAUDE.md, Makefile, docs/, TODO.md, with real content. Safe to re-run. |
/cicd | Writes a self-contained .github/workflows/ci.yml for your stack. Node, Python, Go, Rust. |
/squad | Breaks a big codebase into domains, each with its own rules and an optional specialist subagent. |
/todo | Works through TODO.md one task at a time. /todo refresh re-ranks by impact. |
/docs | Captures what you learned this session into docs/, clears out the stale stuff. |
/ideate | A strategy session with a co-founder persona. Critical, invested, read-only. |
/bosskey | Turns your git history into a standup script that sounds good without inviting questions. |
Reference skills, auto-loaded as context (no command needed):
cli-first: use platform CLIs and .env files, not raw API callsdeveloper-environment: a self-updating map of what's installed on your machinelsp: language servers for type-checking and find-referencesprose: write like a person, no em dashes, no AI tellsHooks and defaults, at the user level:
Optional. Not part of the core plugin.
Dev-tools installer.
One pass to install the platform CLIs (AWS, Vercel, Supabase, Stripe, GitHub) so Claude manages infrastructure from the terminal.
curl -fsSL https://raw.githubusercontent.com/vibestackmd/vibestack/main/extras/dev-tools/install.sh | bash
On Windows, run extras/dev-tools/bootstrap-windows.ps1 from an Administrator PowerShell first.
The claw alias.
Shorthand for claude --permission-mode bypassPermissions --. Run Claude uninterrupted from anywhere.
claw "refactor the auth module to use JWT"
MIT License
npx claudepluginhub vibestackmd/vibestack --plugin vibestackFeature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Complete Claude Code configs for mobile development - Android, iOS, and Kotlin Multiplatform