Loading...
Loading...
Interactive Claude Code repository setup and optimization. Configures the complete ecosystem - skills, commands, subagents, hooks, rules, MCPs, and plugins. Invoke with /setup-claude init or /setup-claude audit.
npx skill4agent add ansarullahanasz360/cc-guide setup-claudeinitaudit.claude/CLAUDE.mdworkflows/init-new-repo.mdworkflows/audit-existing-repo.md~/.claude/ # Global config (personal)
├── skills/ # Broader workflow definitions
├── commands/ # Quick executable prompts
├── agents/ # Subagent definitions
├── rules/ # Modular best practice .md files
├── settings.json # Global hooks & permissions
└── CLAUDE.md # Global context
.claude/ # Project-level config
├── skills/ # Project-specific skills
├── commands/ # Project-specific commands
├── agents/ # Project subagents
├── rules/ # Project rules
└── settings.json # Project hooks
CLAUDE.md # Project context file (10 sections)
.mcp.json # MCP configuration
.ralph-tui/ # Ralph TUI config| Component | Purpose |
|---|---|
| CLI-first service integration |
| MCP setup + context window management |
| Essential plugins configuration |
| Subagent templates and scoping |
| Modular rules setup |
| Context7 + web research guidance |
| Global tools setup |
| Skill recommendation and installation |
| Hook patterns for automation |
| CLAUDE.md with all 10 sections |
| Project scaffolding templates |
| Reference | Contents |
|---|---|
| CLI tools by technology |
| MCP server configurations |
| Plugin recommendations |
| Common subagent patterns |
| Enhanced hook patterns |
| Skills always installed (PRD, Agent Browser) |
| Skills mapped to frameworks |
| Pre-built hook JSON configurations |
| Template | Purpose |
|---|---|
| Ralph TUI configuration |
| Ralph prompt template |
| Subagent definitions |
| Rule templates |
| Full CLAUDE.md template |
User: /setup-claude init
Claude: [Runs 13-phase init workflow]User: /setup-claude audit
Claude: [Runs 8-phase audit workflow]User: /setup-claude
Claude: [Detects mode based on directory contents]