Cc Config banner
markus41 markus41

Cc Config

Development community

Description

# /cc-config — Claude Code Configuration Generator & Auditor Generate, audit, or modify Claude Code configuration files. ## Usage ``` /cc-config [action] [options] ``` ## Actions ### generate 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

Installation

Installs to ~/.claude/commands/markus41-claude-cc-config.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/markus41/claude/HEAD/.claude/commands/cc-config.md -o ~/.claude/commands/markus41-claude-cc-config.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository