Are you the author? Sign in to claim
Advanced Claude Code CLI toolkit - agents, hooks, skills, MCP servers, phased development, site intelligence dev-scan, a
╔═══════════════════════════════════════════════════════════════════════════════╗
║ ║
║ ╔═╗╦ ╔═╗╦ ╦╔╦╗╔═╗ ╔═╗╔╦╗╦ ╦╔═╗╔╗╔╔═╗╔═╗╔╦╗ ╔═╗╔╦╗╔═╗╦═╗╔╦╗╔═╗╦═╗ ║
║ ║ ║ ╠═╣║ ║ ║║║╣ ╠═╣ ║║╚╗╔╝╠═╣║║║║ ║╣ ║║ ╚═╗ ║ ╠═╣╠╦╝ ║ ║╣ ╠╦╝ ║
║ ╚═╝╩═╝╩ ╩╚═╝═╩╝╚═╝ ╩ ╩═╩╝ ╚╝ ╩ ╩╝╚╝╚═╝╚═╝═╩╝ ╚═╝ ╩ ╩ ╩╩╚═ ╩ ╚═╝╩╚═ ║
║ ║
║ v2.11.4 • Production Ready ║
║ ║
╚═══════════════════════════════════════════════════════════════════════════════╝
npx claude-cli-advanced-starter-pack init
Quick Start • What You Get • 📚 Wiki • Roadmap
Feb 2026 — Enhanced Neovim plugin with deploy configuration panel, session reorder controls, and always-on symlink sync for project templates. Plus per-session slash commands and restored minimized session support.
Deploy Configuration PanelNew flyout panel in nvim-ccasp:
|
Session Reorder & ManagementFooter taskbar enhancements:
|
Always-On Symlink SyncTemplate synchronization improvements:
|
Previous: Competitor Research & MVP Build Mode (v2.11.1)
|
# Update to v2.11.4
npm update -g claude-cli-advanced-starter-pack
# Sync new commands to your project
ccasp init
Feb 2026 — New optional competitive intelligence workflow during project setup. Run 6-phase competitor research, validate compliance, and choose between B2C MVP (6-week, freemium) or Enterprise B2B (10-week, full compliance) build tiers.
/project-implementationcompetitor_research toggle/phase-dev-plan and /create-roadmap read buildTier from tech-stack.jsonFeb 2026 — Interactive 8-page Getting Started guide with first-launch detection, ASCII diagrams, try-it actions, and a persistent Help system with 11 searchable wiki topics embedded offline.
n/p keys, 1-8 jump, h/l arrow support:CcaspWelcome, :CcaspHelp, <leader>c?, <leader>cwFeb 2026 — Vision Mode now supports multiple concurrent visions with a centralized registry, cross-process file locking, slug uniqueness enforcement, and an intelligent decision engine.
VISION_REGISTRY.json with atomic writes, auto-rebuildgenerateUniqueSlug() appends -2/-3 on collisionccasp vision list, ccasp vision cleanup, /vision-listFeb 2026 — New Smart Todo system: quick-add with auto-paraphrasing, interactive menu, AI-powered "Work on item" that suggests the best CCASP workflow (Vision/Epic/Roadmap/Phase-Dev/Task List), plus full Neovim integration with sidebar, floating panel, and Telescope picker.
/todo-add — Quick-add with auto-paraphrasing to 5-6 word titles/todo — Interactive menu: list, navigate, work-on, complete, deleteFeb 2026 — New developer-focused application scanner: per-route health monitoring, data-testid coverage tracking, git-diff incremental scanning, regression detection, and interactive dashboard with 12 MCP tools.
🔬 Smart Site Intel Dev-ScanDeveloper-focused per-route application scanning:
|
📊 Dev Scan DashboardInteractive web dashboard at
|
🔌 3 New MCP Tools (12 Total)Expanded site-intel MCP server:
|
📦 Dev-Scan Module (8 Files, ~78KB)Complete scanning subsystem:
|
# Update to latest
npm update -g claude-cli-advanced-starter-pack
# Sync all new features to your project
ccasp init
Every new project means:
.claude/ folders and configurationsOne command. Fully configured. Stack-aware.
npx claude-cli-advanced-starter-pack init
CCASP scans your project, detects your stack (React? FastAPI? Prisma? Playwright?), and deploys a complete .claude/ folder with:
| Component | Count | Examples |
|---|---|---|
| Slash Commands | 66 | /deploy-full, /pr-merge, /ralph, /ui-test, /research-competitor |
| Enforcement Hooks | 44 | Token tracking, agent orchestration, refactor safety, UI test auto-run |
| Tech Stack Detection | 55+ | React, Vue, FastAPI, Express, Prisma, Playwright |
| Agent Templates | L1/L2/L3 | Orchestrators → Specialists → Workers + UI testing agents |
| MCP Integrations | 50+ | Railway, Cloudflare, GitHub, Playwright |
| Skills (RAG) | 6 | agent-creator, hook-creator, refactor patterns, nvim-ui-test |
Enforce project-specific coding standards and architecture patterns with automatic validation.
ccasp constitution-init --preset senior # 5% sampling, all sections
ccasp constitution-init --preset minimal # 2% sampling, security only
ccasp constitution-init --preset strict # 15% sampling, maximum coverage
.claude/config/constitution.yaml| Section | Examples |
|---|---|
code_style | Naming, types, imports |
architecture | Patterns, boundaries |
security | Credentials, validation |
performance | Async, memoization |
git | Commits, branches |
dependencies | Versions, security |
See /ai-constitution-framework in Claude Code for full documentation.
Automated marketing asset pipeline: capture screenshots, apply device frames, generate GIFs, and build landing page components.
| Command | Description |
|---|---|
/landing-page-generator | Interactive menu: configure, capture, frame, GIF, preview, build, deploy |
/landing-page-generator-executor | Automated phase executor for pipeline tasks |
/landing-page-toggle | Enable/disable landing page in production |
The screenshot-pipeline skill package includes reference documentation for:
Requires: sharp, gifencoder, canvas NPM packages + playwright-ext MCP server.
/menu — Interactive Navigation
Full-featured menu with all options |
Project Configuration Settings
GitHub, deployment, tunnels, tokens |
🎯 Stack-Aware AgentsAuto-generates agents that know your tech:
|
🔄 Ralph Loop TestingContinuous test-fix cycle until green: hljs language-bash Runs tests → Parses failures → Fixes code → Repeats. Smart Recovery: Every 3rd failed attempt deploys a web search agent to find best-practice solutions for stubborn bugs or implementation issues. Max 10 iterations. Stops on 3x same failure. |
🗺️ Multi-Phase RoadmapsCoordinate full-stack, multi-feature development: hljs language-bash
|
🚀 One-Command DeploymentFull-stack deploy to Railway + Cloudflare: hljs language-bash
|
📋 Phased DevelopmentBreak complex features into phases: hljs language-bash
|
🔀 Safe PR Merges9-phase merge workflow with safety: hljs language-bash
|
🎫 GitHub Epic SystemMulti-issue epic workflows: hljs language-bash
|
📱 Mobile-First UIWorks with Happy.engineering:
|
👁️ Vision Mode — Autonomous MVP DevelopmentTransform natural language into complete, working MVPs: hljs language-bash 8-Stage Orchestrated Workflow:
Features:
hljs language-bash | |
After running ccasp init, your project gets:
.claude/
├── commands/ # 64 slash commands
│ ├── menu.md # Interactive navigation
│ ├── deploy-full.md # Full-stack deployment
│ ├── ralph.md # Test-fix loops
│ └── ...
├── agents/ # Stack-specific AI agents
│ ├── react-specialist.md
│ ├── fastapi-specialist.md
│ └── ...
├── hooks/ # 44 enforcement hooks
│ ├── ralph-loop-enforcer.js
│ ├── progress-tracker.js
│ └── ...
├── skills/ # RAG-enhanced packages
├── config/
│ └── tech-stack.json # Your detected stack
└── settings.json # Project configuration
Everything is customized to your package.json, config files, and directory structure.
# Step 1: Install
npm install -g claude-cli-advanced-starter-pack
# Step 2: Initialize (detects your stack, deploys .claude/)
ccasp init
# Step 3: Restart Claude Code CLI (required for new commands)
claude .
# Step 4: Use slash commands
/menu
npx claude-cli-advanced-starter-pack init
| Feature | Status |
|---|---|
| Competitor Research & MVP Build Mode | ✅ Complete |
| Neovim UI Testing + Appshell Layout | ✅ Complete |
| Vision Multi-Instance & Decision Engine | ✅ Complete |
| Smart Site Intel Dev-Scan | ✅ Complete |
| Vision Mode Orchestration | ✅ Complete |
| Website Intelligence (Site-Intel) | ✅ Complete |
| Anthropic MCP Registry | ✅ Complete |
| nvim-ccasp Modular Refactoring | ✅ Complete |
| JS Module Decomposition (Epic 3) | ✅ Complete |
| Jira Integration | 🔨 In Development |
| Linear Sync | 🔨 In Development |
| ClickUp Integration | 📋 Planned |
| Vision Driver Bot (VDB) v2 | 🔨 In Development |
| Multi-Repo Orchestration | 📋 Planned |
Neovim Deploy Panel & Session Management — Feb 2026
ccasp initPer-Session Commands & Minimized Session Recovery — Feb 2026
Competitor Research & MVP Build Mode — Feb 2026
/project-implementation Step 1.8competitor_research toggle (14th feature)/phase-dev-plan and /create-roadmap read buildTier from tech-stack.json/compliance-check on discovered competitors for IP protectionNeovim UI Testing Framework + Appshell Layout — Feb 2026
/ui-test, /ui-smoke, /ui-snapshot, /ui-bug, /ui-fix, /repo-guardnvim-ui-testing/ subfolders (READMEs, examples, checklists)Vision Multi-Instance & Decision Engine — Feb 2026
VISION_REGISTRY.json with atomic writes, auto-rebuild from filesystem, cross-process file lockinggenerateUniqueSlug() appends -2/-3 on collision, registry-backed enforcementccasp vision list (registry-backed with plan type column), ccasp vision cleanup (orphaned/failed removal)/vision-list for multi-vision management/vision-init shows decision engine result, /vision-status shows plan type indicatorsSmart Site Intel Dev-Scan System — Feb 2026
site_intel_dev_scan, site_intel_quick_check, site_intel_dev_state (12 total)/site-intel with dev-scan actions, new /site-intel-dashboard commandsrc/site-intel/index.jsNeovim Plugin Refactoring + Site Intelligence + MCP Registry — Feb 2026
Neovim Integration (nvim-ccasp) — Feb 2026
ccasp neovim launches Neovim with CCASP pre-loadednvim-ccasp/ included in npm distributionccasp nvim-setup with symlink/copy optionsCritical Commands & Self-Healing Updates — Feb 2026
update-check and __ccasp-sync-marker now ALWAYS update during ccasp init/update-check can now update itself, fixing the bootstrap problemccasp init for full 11-category syncAuto-Run Init on Outdated Projects — Feb 2026
/update-check now runs ccasp init when sync marker missingSync Marker System — Feb 2026
__ccasp-sync-marker.md detects if project has full 11-category syncHook File Extension Support — Feb 2026
.cjs Support: Hooks now support .cjs extension for CommonJS compatibilityFull Template Category Sync — Feb 2026
/update-check now scans ALL template directoriesSimplified Update Check — Feb 2026
/update-check redesigned for complete file synchronizationEnhanced Issue Templates with Hook-Based Sync — Feb 2026
Consolidated Roadmap Architecture — Feb 2026
Menu Display Fix — Feb 2026
/menu commandMandatory L2 Exploration Files — Feb 2026
Graduated Task/Phase/Roadmap Architecture — Feb 2026
Dev Mode Smart Sync & Wizard UX — Feb 2026
smart-sync.js utility preserves user customizations when syncing from worktree[W] Sync from Worktree option appears during dev mode with sync status banner/dev-mode-deploy-to-projects: New slash command with --dry-run, --force, --project options/menu-happy: Dedicated mobile menu command (40-char width) — auto-detection removed from /menu.js to .cjs for CommonJS compatibilityE2E Testing Integration & Happy Mode Fix — Feb 2025
HAPPY_SERVER_URL alone no longer triggers mobile mode; requires active session indicatorsSecurity & Packaging — Feb 2025
Vision Driver Bot & GitHub Epics — Jan 2025
/create-github-epic/init-ccasp-new-project for Happy usersAutonomous MVP development from natural language:
/vision-init "Build a task management app with drag-and-drop"
Vision Mode is an L0+ orchestration layer above Epics, enabling:
Vision Hierarchy:
VISION (L0+) ← Natural language prompt
├── EPIC (L0) ← Generated epic with milestones
│ ├── ROADMAP (L1) ← Multi-phase roadmap
│ │ └── PHASE-DEV (L2) ← Individual phases
│ │ └── TASKS (L3) ← Atomic work units
Commands:
/vision-init — Initialize from prompt (decision engine auto-selects plan type)/vision-status — View progress, alignment, and plan type/vision-list — Multi-vision registry management/vision-adjust — Adjust when drift detectedAutonomous development workflows with automatic lint fixes:
VDB State (.claude/vdb/state.json)
├── Current task tracking
├── Lint error queue
├── Fix history
└── Session metrics
Workflow: Detect lint errors → Queue fixes → Apply → Verify
Multi-issue epic workflows:
/create-github-epic "User Authentication System"
Hierarchical agent execution:
L1 Orchestrator (You / Main Conversation)
├── L2 Frontend Specialist (Sonnet)
│ ├── L3 Component Search Worker (Haiku)
│ └── L3 Style Analyzer Worker (Haiku)
├── L2 Backend Specialist (Sonnet)
│ └── L3 API Discovery Worker (Haiku)
├── L2 Testing Specialist (Sonnet)
└── L2 Deployment Specialist (Sonnet)
# Continuous test-fix until green
/ralph --watch
# Characterization tests before refactoring
/golden-master src/utils/calculate.ts
# Guided 8-step refactoring workflow
/refactor-workflow
Zero-Setup Launch:
ccasp neovim # Launch with CCASP pre-loaded
ccasp neovim /path/to/dir # Launch in specific directory
ccasp nvim-setup # Install permanently to Neovim config
Features:
/ui-test, /ui-smoke, /ui-snapshot)Keybindings:
| Key | Action |
|---|---|
Ctrl+B | Toggle sidebar |
Ctrl+Shift+N | New Claude session |
` (backtick) | Quick toggle sessions |
Tab | Cycle sessions |
,p | Control Panel |
,g | Agent Grid |
,i | Toggle Prompt Injector |
lazy.nvim Config:
{
dir = "path/to/nvim-ccasp", -- Auto-generated by ccasp neovim
config = function()
require("ccasp").setup({
layout = "classic",
sidebar = { width = 40, auto_open = true },
terminal = { shell = "claude", size = 60 },
})
end,
}
Auto-installs Neovim on first run (winget/brew/apt detected automatically).
Auto-detected. Mobile-optimized formatting:
┌────────────────────────────────────┐
│ [1] Issue #42 │
│ Add JWT authentication │
├────────────────────────────────────┤
│ Status: Ready │
│ Priority: High │
│ @johndoe • 2h ago │
└────────────────────────────────────┘
/pr-merge # Current branch
/pr-merge 123 # Specific PR
/pr-merge --dry-run
9 phases: Identify → Checkpoint → Detect blockers → Resolve → Message → Merge method → Execute → Cleanup → Summary
ccasp create-roadmap # Mode A: Natural language → phases
ccasp roadmap import # Mode B: GitHub issues → phases
/roadmap-status # Progress dashboard
/roadmap-edit # Reorder, merge, split phases
/roadmap-track # Execute with dependency checking
| Command | Description |
|---|---|
ccasp wizard | Vibe-friendly setup wizard |
ccasp init | Deploy to project |
ccasp detect-stack | Auto-detect tech stack |
ccasp create-agent | Create L1/L2/L3 agents |
ccasp create-hook | Create enforcement hooks |
ccasp explore-mcp | MCP server discovery |
ccasp neovim | Launch Neovim with CCASP (zero-setup) |
ccasp nvim-setup | Install nvim-ccasp permanently |
| Command | Description |
|---|---|
/menu | Interactive navigation |
/deploy-full | Full-stack deployment |
/pr-merge | Safe PR merge workflow |
/ralph | Test-fix loops |
/phase-dev-plan | Phased development |
/create-github-epic | Epic workflows |
/refactor-workflow | Guided refactoring |
/golden-master | Characterization tests |
/vision-init | Autonomous MVP from prompt |
/vision-status | Vision progress dashboard |
/vision-adjust | Adjust Vision plan |
/vision-list | Multi-vision registry management |
/ui-test | Neovim UI full test suite |
/ui-smoke | Quick Neovim smoke test |
/ui-snapshot | Layout snapshot + diff |
/ui-fix | Guided UI debug/fix workflow |
/repo-guard | Pre-commit quality gate |
/site-intel | Website intelligence + dev scanning |
/site-intel-dashboard | Dev scan dashboard viewer |
/competitor-research-build-mode | Competitor research & build tier tracker |
/research-competitor | 6-phase competitive intelligence |
| Category | Hooks |
|---|---|
| Token & Session | token-usage-monitor, session-id-generator, context-guardian |
| Deployment | branch-merge-checker, deployment-orchestrator |
| Refactoring | ralph-loop-enforcer, refactor-verify, refactor-transaction |
| Agent Orchestration | hierarchy-validator, progress-tracker, l2-completion-reporter |
| Neovim UI Testing | nvim-after-edit-test, agent-limit-compact |
| Happy.engineering | happy-mode-detector, happy-checkpoint-manager |
Detects 55+ frameworks by reading project files (no AI):
| Category | Detected |
|---|---|
| Frontend | React, Vue, Angular, Svelte, Next.js, Nuxt, Astro |
| Backend | FastAPI, Express, NestJS, Django, Flask, Rails |
| Database | PostgreSQL, MySQL, MongoDB, SQLite, Redis |
| ORM | Prisma, TypeORM, SQLAlchemy, Drizzle |
| Testing | Jest, Vitest, Playwright, Cypress, pytest |
| Deployment | Railway, Vercel, Netlify, Cloudflare |
ccasp explore-mcp # Interactive menu
ccasp explore-mcp --recommend # Auto-recommend for your stack
| Category | Servers |
|---|---|
| Testing | Playwright, Puppeteer, Skyvern |
| Deployment | Railway, Cloudflare, Vercel |
| Database | PostgreSQL, Supabase, Redis |
| Tunnel | ngrok, Cloudflare Tunnel |
git clone https://github.com/evan043/claude-cli-advanced-starter-pack.git
cd claude-cli-advanced-starter-pack
npm install
npm run lint
npm test
MIT © evan043
Stop configuring Claude Code for every project. CCASP gives you a complete, stack-customized setup in one command.
Get Started • Documentation • Issues • npm
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows