Cc Help banner
markus41 markus41

Cc Help

Documentation community

Description

# /cc-help — Claude Code Documentation Lookup Interactive documentation lookup for any Claude Code feature. ## Usage ``` /cc-help [topic] ``` ## Arguments - `topic` — The feature, setting, or concept to look up (optional — interactive if omitted) ## Topics ### Core - `cli` — CLI flags, arguments, and usage - `config` / `configuration` — All configuration files and settings - `settings` — settings.json deep dive - `claude-md` / `instructions` — CLAUDE.md format and hierarchy - `rules` — Rule

Installation

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

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

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

Full documentation available on GitHub

View Source Repository