mirror of
https://github.com/VoltAgent/awesome-claude-code-subagents.git
synced 2025-10-27 15:44:33 +03:00
- Create settings.local.json for permissions configuration - Add .gitignore to exclude unnecessary files - Introduce CONTRIBUTING.md with guidelines for contributions - Include MIT License for project licensing - Revise README.md to reflect new project structure and categories - Establish core development category with README and subagent files - Create language specialists, infrastructure, quality & security, data & AI, developer experience, specialized domains, business & product, meta orchestration, and research & analysis categories with corresponding README files - Add example team compositions for data pipeline, e-commerce, and SaaS development - Implement templates for agent creation - Develop tools for agent validation and performance benchmarks
8 lines
85 B
JSON
8 lines
85 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(touch:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |