mirror of
https://github.com/contains-studio/agents.git
synced 2025-09-16 10:12:11 +03:00
- Move all agent files from .claude/agents/ to root directory - Add .gitignore to exclude settings and system files - Update README with complete directory structure and installation instructions - Add link to Anthropic Claude Code sub-agents documentation - Make repository ready for users to easily copy to their .claude/agents folder 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
153 B
Plaintext
14 lines
153 B
Plaintext
# Claude Code settings and local files
|
|
.claude/
|
|
.DS_Store
|
|
settings.local.json
|
|
|
|
# OS generated files
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/ |