Thanks for wanting to improve the template.
- Fork the repo
- Create a branch for your change
- Make your changes
- Test that JSON/YAML files are valid
- Submit a PR
- New useful commands (
.claude/commands/) - New agents for common tasks (
.claude/agents/) - MCP server recommendations (
PLUGINS.md) - Bug fixes in existing configs
- Documentation improvements
- Keep them focused on one task
- Include clear step-by-step instructions
- Use
$ARGUMENTSfor user input
- Set appropriate
model(haiku for simple, sonnet for complex) - List only needed
tools - Write clear, specific prompts
- Validate JSON:
python3 -c "import json; json.load(open('file.json'))" - Validate YAML:
python3 -c "import yaml; yaml.safe_load(open('file.yml'))" - Never commit real API keys or secrets
Open an issue. We're happy to help.