Configuration Commands in AI

From the Claude Code cheat sheet ยท Essential Commands ยท verified Jul 2026

Configuration Commands

Customize Claude Code behavior

bash
# Configuration access
/config         # Open configuration menu
/permissions    # Allow tools to run without approval
/hooks          # Configure hooks
/output-style   # Access output styles menu

# Output styles
/output-style:new  # Create new output style

# Advanced
/agents         # List available subagents
/doctor         # Check installation health
/bug            # Report issues to Anthropic
๐Ÿ“Œ /config opens interactive menu
๐Ÿ“Œ Permissions control tool approval
๐Ÿ“Œ Create custom output styles
commandsconfig

More AI tasks

Back to the full Claude Code cheat sheet