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
13 lines
119 B
Plaintext
13 lines
119 B
Plaintext
.DS_Store
|
|
*.log
|
|
node_modules/
|
|
.env
|
|
.idea/
|
|
.vscode/
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.coverage
|
|
dist/
|
|
build/
|
|
*.egg-info/ |