Skip to content

Latest commit

Β 

History

History
124 lines (88 loc) Β· 3.49 KB

File metadata and controls

124 lines (88 loc) Β· 3.49 KB

πŸ€– 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