π Search and install specialized AI subagents for Claude Code from your terminal
Curated subagent definitions optimized for maximum effectiveness and safety with Claude Code
π Visit pullagent.io
- π 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!
