Files
agents-claudecli/.gitignore
msg 91ccb100ae Restructure repository for easy agent installation
- 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>
2025-07-28 08:51:47 -07:00

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/