Skip to content

rreinold/pull-agent

Repository files navigation

🤖 pullagents.io

GitHub stars License GitHub issues GitHub release

🚀 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

Demo

✨ Features

  • 🔍 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

🚀 Quick Start

Search for an agent:

git agent product
git agent <FREEFORM_SEARCH>

Install directly to your project:

git agent product > .claude/agents/product.md

📦 Installation

Set 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.

🎭 Available Agents

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

🔥 Advanced Usage

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.md

🤝 Contributing

We welcome contributions! Please see our Contributing Guide for details on how to:

  • Add new subagents
  • Report issues
  • Submit improvements
  • Follow our guidelines

📄 License

This project is licensed under the CC BY-NC 4.0 License - see the LICENSE file for details.

🙏 Acknowledgments

  • Inspired by gitignore.io
  • Built for the Claude Code community
  • Thanks to all contributors who help improve AI agent definitions

📞 Support


Made with ❤️ for the Claude Code community

Star this repo

About

Search for subagent configurations in Claude Code

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published