Generate, audit, or modify Claude Code configuration files.
From claude-code-expertnpx claudepluginhub markus41/claude --plugin claude-code-expertGenerate, 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: