Claude CLI Advanced Starter Pack

v1.0.0Coding Agentsstable

Advanced Claude Code CLI toolkit - agents, hooks, skills, MCP servers, phased development, site intelligence dev-scan, and GitHub integration

agentsanthropicautomationclaude-codecli
Share:
58
Stars
0
Downloads
0
Weekly
0/5

What is Claude CLI Advanced Starter Pack?

Claude CLI Advanced Starter Pack is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to advanced claude code cli toolkit - agents, hooks, skills, mcp servers, phased development, site intelligence dev-scan, and github integration

Advanced Claude Code CLI toolkit - agents, hooks, skills, MCP servers, phased development, site intelligence dev-scan, and GitHub integration

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Advanced Claude Code CLI toolkit - agents, hooks, skills, MC

Use Cases

Advanced Claude Code toolkit with agents and hooks
Multi-agent orchestration and site intelligence
evan043

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx claude-cli-advanced-starter-pack

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Claude CLI Advanced Starter Pack

The Claude CLI Advanced Starter Pack (CCASP) is a toolkit that supercharges the Claude Code CLI with 66 slash commands, 44 enforcement hooks, and integrations with 50+ MCP servers covering Railway, Cloudflare, GitHub, Playwright, PostgreSQL, and Supabase. It auto-detects your tech stack across 55+ frameworks and generates a .claude/ project folder with tailored configuration, slash commands for phased development planning, and a site-intelligence dashboard. Developers use it to skip boilerplate project setup and get an AI-augmented development environment that enforces quality gates, tracks tokens, and orchestrates multi-agent workflows out of the box.

Prerequisites

  • Node.js 18+ installed
  • Claude Code CLI installed and authenticated (`npm install -g @anthropic-ai/claude-code`)
  • An MCP-compatible client (Claude Code or Claude Desktop)
  • Optional: GitHub token, Railway credentials, or Cloudflare API keys for specific integrations
1

Install the starter pack

Install CCASP globally via npm, then run the init command inside your project directory. This triggers stack detection and scaffolds the .claude/ configuration folder.

npm install -g claude-cli-advanced-starter-pack
ccasp init
2

Run the interactive setup wizard

Use the wizard to configure which MCP server integrations to enable (Railway, GitHub, Playwright, etc.) and set any required API credentials for those services.

ccasp wizard
3

Open Claude Code in your project

Launch Claude Code from the project root. CCASP's generated .claude/settings.json, hooks, and slash commands are automatically loaded.

claude .
4

Initialize your project vision

Use the /vision-init slash command to let Claude analyze your codebase, generate a tech stack summary, and create a phased development roadmap.

5

Use slash commands for development workflows

Run any of the 66 built-in slash commands to manage development phases, run test-fix loops, deploy, create GitHub epics, or generate a site intelligence dashboard.

Claude CLI Advanced Starter Pack Examples

Client configuration

The MCP server entry for claude_desktop_config.json after running ccasp init.

{
  "mcpServers": {
    "claude-cli-advanced-starter-pack": {
      "command": "npx",
      "args": ["claude-cli-advanced-starter-pack"]
    }
  }
}

Prompts to try

Example slash commands and prompts after CCASP is configured.

- "/vision-init 'Build a kanban board with real-time collaboration'"
- "/phase-dev-plan 'Add user authentication with OAuth'"
- "/ralph --watch   (auto test-fix loop)"
- "/create-github-epic 'Q1 API refactor'"
- "/site-intel-dashboard   (analyze current site performance)"
- "/deploy-full"

Troubleshooting Claude CLI Advanced Starter Pack

ccasp init fails or produces an empty .claude/ folder

Ensure you are running the command from within a project directory that contains recognizable source files. CCASP uses file heuristics for stack detection, so an empty directory yields minimal output.

Slash commands are not recognized in Claude Code

Confirm that .claude/settings.json exists and that Claude Code was launched from the project root (not a subdirectory). Restart Claude Code after making changes to the settings file.

MCP integrations for Railway or GitHub fail to authenticate

Re-run `ccasp wizard` and provide the correct API tokens when prompted. The wizard writes them to .claude/settings.json — verify the token values are correct and not expired.

Frequently Asked Questions about Claude CLI Advanced Starter Pack

What is Claude CLI Advanced Starter Pack?

Claude CLI Advanced Starter Pack is a Model Context Protocol (MCP) server that advanced claude code cli toolkit - agents, hooks, skills, mcp servers, phased development, site intelligence dev-scan, and github integration It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Claude CLI Advanced Starter Pack?

Follow the installation instructions on the Claude CLI Advanced Starter Pack GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Claude CLI Advanced Starter Pack?

Claude CLI Advanced Starter Pack works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Claude CLI Advanced Starter Pack free to use?

Yes, Claude CLI Advanced Starter Pack is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "claude-cli-advanced-starter-pack": { "command": "npx", "args": ["-y", "claude-cli-advanced-starter-pack"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Claude CLI Advanced Starter Pack?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides