🚀 Search and install specialized AI subagents for Claude Code from your terminal
Curated subagent definitions optimized for maximum effectiveness and safety with Claude Code
- 🔍 Smart Search: Match freeform text to specialized AI subagents
- 📦 Easy Installation: One-command setup with git aliases
- 🛡️ Safety First: Curated definitions optimized for Claude Code
- 🎯 Role-Specific: 20+ specialized agents for different use cases
- ⚡ Fast: Instant agent deployment to your projects
Search for an agent:
git agent product
git agent <FREEFORM_SEARCH>Install directly to your project:
git agent product > .claude/agents/product.mdSet up the git alias to enable git agent commands:
git config --global alias.agent \
'!gagent() { curl -sL "https://pullagent.io/api/$@" ;}; gagent'That's it! Now you can use git agent <search-term> from any git repository.
subagents
├── business-development.md
├── ceo.md
├── cfo.md
├── content-marketing-manager.md
├── coo.md
├── cto.md
├── customer-success-manager.md
├── data-analyst.md
├── devops-engineer.md
├── frontend-engineer.md
├── growth-marketing-manager.md
├── hr-manager.md
├── legal-compliance.md
├── product-manager.md
├── product-marketing-manager.md
├── qa-engineer.md
├── security-engineer.md
├── senior-backend-engineer.md
├── seo-sem-specialist.md
└── ux-designer.md
Can search based on how it can help:
git agent really-good-at-security
git agent really-good-at-security > .claude/agents/security.md
git agent help-with-pmf
git agent help-with-pmf > .claude/agents/pmf.mdWe welcome contributions! Please see our Contributing Guide for details on how to:
- Add new subagents
- Report issues
- Submit improvements
- Follow our guidelines
This project is licensed under the CC BY-NC 4.0 License - see the LICENSE file for details.
- Inspired by gitignore.io
- Built for the Claude Code community
- Thanks to all contributors who help improve AI agent definitions
- 🐛 Report Issues
- 💡 Request Features
- 📖 Contributing Guide
- ⭐ Star this repo if you find it useful!
