Help us improve
Share bugs, ideas, or general feedback.
From claude-code-expert
Generates, audits, or displays Claude Code configurations (CLAUDE.md, settings.json, .mcp.json). Supports generate with presets (developer, ci-cd, secure), audit for issues, and show for merged settings.
npx claudepluginhub markus41/claude --plugin claude-code-expertHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-code-expert:cc-configThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /cc-config — Claude Code Configuration Generator & Auditor Generate, audit, or modify Claude Code configuration files. ## Usage ## Actions ### generate Generate a new Claude Code configuration from scratch. ### audit Audit existing configuration for issues. ### show Display current effective configuration. ## Implementation When invoked: ### For `generate`: 1. Read existing config files (if any) 2. Ask user about their project type and needs 3. Generate appropriate CLAUDE.md, settings.json, .mcp.json 4. Create recommended rules files 5. Set up basic hooks ### For `audit`: 1....
/initInitializes or audits .claude/ configuration by detecting repository tech stack and generating CLAUDE.md, settings.json, and rules. Supports --audit and --force flags.
/setup-claude-codeAnalyzes project structure, language, and scale to generate Claude Code setup files: CLAUDE.md, hooks, permissions, and optional commands/agents via minimal|standard|full or auto-detect.
/SKILLGenerates CLAUDE.md project config file via interactive phases: detects environment and tools, collects developer profile, selects testing methodology and tech stack.
/gen-claudeGenerate or enhance CLAUDE.md with project-specific guidance by analyzing codebase structure, languages, frameworks, linters, and build tools.
/aiwg-regenerate-claudeRegenerates CLAUDE.md for Claude Code integration via intelligent merge: analyzes project state and tech stack, preserves team content, updates AIWG and Claude-specific sections only. Supports --no-backup, --dry-run, --full flags.
Share bugs, ideas, or general feedback.
Generate, audit, or modify Claude Code configuration files.
/cc-config [action] [options]
Generate a new Claude Code configuration from scratch.
/cc-config generate # Interactive setup
/cc-config generate --preset developer # Use preset
/cc-config generate --preset ci-cd # CI/CD preset
/cc-config generate --preset secure # Security-hardened preset
Audit existing configuration for issues.
/cc-config audit # Check all config files
/cc-config audit --strict # Strict validation
Display current effective configuration.
/cc-config show # Show merged settings
/cc-config show --permissions # Show only permissions
/cc-config show --hooks # Show only hooks
/cc-config show --mcp # Show MCP servers
When invoked:
generate:audit:show: