Skip to content

Commit c2ac3c4

Browse files
PaulDuvallclaude
andcommitted
docs: add Claude Code configuration guidance to Quick Start
- Added step 4 for optional Claude Code settings configuration - Provided guidance on checking and adjusting settings.json - Referenced templates directory for example configurations - Clarified that configuration is optional but recommended Users now have complete setup instructions including configuration options 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 62ce7c1 commit c2ac3c4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,16 @@ claude-commands install --active # Install 13 core commands
4242
# OR
4343
claude-commands install --all # Install all 58 commands
4444

45-
# 4. Start using AI-powered development commands
45+
# 4. (Optional) Configure Claude Code settings
46+
# For optimal experience, you may want to adjust Claude Code settings
47+
# Check current settings: cat ~/.claude/settings.json
48+
# Common configurations:
49+
# - Enable/disable specific tools
50+
# - Set working directory preferences
51+
# - Configure security restrictions
52+
# See templates/ directory in the GitHub repo for example configurations
53+
54+
# 5. Start using AI-powered development commands
4655
claude
4756
/xtest # Run all tests intelligently
4857
/xquality # Check and fix code quality issues

0 commit comments

Comments
 (0)