By susuyan
Production-grade scaffolding and ops toolkit for Claude Code infrastructure
Run configuration health check on .claude/ infrastructure. Validates 11 aspects including file integrity, JSON validity, hook permissions, and skill consistency.
Diagnose and auto-fix issues in .claude/ configuration. Runs all audit checks and automatically repairs fixable problems.
Initialize Claude Code infrastructure (.claude/) in the current project. Auto-detects project type and generates tailored configuration.
Show installation status of .claude/ configuration. Displays version, file count, skills, hooks, and v2 feature availability.
Upgrade .claude/ configuration to the latest version. Preserves user customizations (CLAUDE.md, skills, memory) while updating skeleton files.
Uses power tools
Uses Bash, Write, or Edit tools
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.
Claude Code Plugin — Production-grade scaffolding and ops toolkit for your
.claude/infrastructure.
claude-infra is a Claude Code Plugin that scaffolds and manages production-ready Claude Code infrastructure for any project.
Instead of manually creating CLAUDE.md, hooks, skills, and settings, run one command and get a complete, battle-tested setup:
CLAUDE.md → Skills → Deep guidesInside Claude Code:
/plugin marketplace add susuyan/claude-infra
/plugin install claude-infra@claude-infra
Then use plugin commands directly:
/claude-infra:init — Scaffold .claude/ in current project
/claude-infra:audit — Health check
/claude-infra:doctor — Diagnose + auto-fix
npm install -g claude-infra
Then load in Claude Code:
claude --plugin-dir $(npm root -g)/claude-infra
npx claude-infra init
Inside Claude Code:
/claude-infra:init
This will:
.gitignore (logs, local settings, session files)Edit the generated files for your project:
# Project overview (<300 lines)
vim .claude/CLAUDE.md
# Mechanical rules (grep-able, with fixes)
vim .claude/TASTE_INVARIANTS.md
# Review standards
vim .claude/CODE_REVIEW_GUIDE.md
/claude-infra:doctor
Runs 11 health checks and auto-fixes issues.
| Command | Description |
|---|---|
/claude-infra:init | Initialize .claude/ in current project |
/claude-infra:audit | Run configuration health check |
/claude-infra:doctor | Diagnose + auto-fix issues |
/claude-infra:upgrade | Upgrade to latest version |
/claude-infra:status | Show installation status |
All plugin commands are also available via CLI:
claude-infra init [DIR]
claude-infra audit [DIR]
claude-infra doctor [DIR]
claude-infra upgrade [DIR]
claude-infra status [DIR]
claude-infra remove [DIR]
npx claudepluginhub susuyan/claude-infra --plugin claude-infraMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.