Skip to content

Commit e3ac4c5

Browse files
PaulDuvallclaude
andcommitted
docs: use flexible template configuration approach
- Replace specific template name with generic placeholder - Show users how to list available templates first - Make documentation future-proof against template name changes - Prevents test failures when specific template names are referenced 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 93cb666 commit e3ac4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/publish/and-customizing-claude-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ claude-commands install --active # Install core commands
3030
claude-commands subagents --install
3131

3232
# 5. Configure settings (Optional)
33-
claude-commands config # View current configuration
34-
claude-commands config --template comprehensive # Apply comprehensive template
33+
claude-commands config --list # View available templates
34+
claude-commands config --template <template-name> # Apply your preferred template
3535
# Learn more: https://docs.anthropic.com/en/docs/claude-code/settings
3636
```
3737

0 commit comments

Comments
 (0)