Subagents, all 2,179 of them.
Specialist agents your main agent can delegate to. Browse subagent definitions from the public directories. Add one to your gateway and every agent you use gets it through one link.
814 results · page 7 of 28
- Add to your gateway
Geepers DashboardAI & models
Synchronizes admin dashboards, registers new services for persistence via service_manager.py, and verifies all dashboards reflect accurate system state after reboots. Use when adding a new service or verifying the system after a restart. Trigger with "sync the dashboard", "register this service for
- Add to your gateway
Geepers Orchestrator ProductAI & models
Runs the full product pipeline from raw idea to validated code — business plan, PRD, full-stack or cost-optimized code generation, and final code review. Use when taking an idea through to a working implementation. Trigger with "build this product idea", "take this from idea to code".
- Add to your gateway
Geepers Orchestrator PythonAI & models
Coordinates specialized sub-agents to audit, build, or refactor Python projects (Flask apps, CLI tools, libraries, scripts). Use when starting or reviewing a Python codebase and needing end-to-end coverage. Trigger with "audit this Python project", "build a Python tool".
- Add to your gateway
Geepers PrdAI & models
Transforms ideas and business plans into detailed PRDs with user personas, prioritized user stories, functional requirements, and acceptance criteria developers can build from. Use when starting a new product or feature and needing structured technical requirements. Trigger with "write a PRD for thi
- Add to your gateway
Geepers PycliAI & models
Designs and implements Python CLI tools using Click, Typer, or argparse — covering argument parsing, output formatting, exit codes, shell completion, and PyPI packaging. Use when building or improving a command-line application in Python. Trigger with "build a Python CLI tool", "improve this CLI UX"
- Add to your gateway
Geepers ReactAI & models
Implements and reviews React components using modern hooks, state management, and performance patterns (memoization, virtualization, code splitting) with TypeScript. Use when architecting components, debugging re-renders, or choosing a state strategy. Trigger with "build this React component", "revi
- Add to your gateway
Geepers ScoutAI & models
Systematically scans a project for issues, applies safe non-breaking quick fixes (typos, whitespace, unused imports), and generates a prioritized improvement report with HTML output. Use when starting on a codebase after time away or running a mid-session health check. Trigger with "scout this proje
- Add to your gateway
Geepers SnippetsAI & models
Harvests reusable code patterns from projects into a categorized snippet library, deduplicates existing entries, and updates the searchable JSON index and HTML GUI. Use when completing an integration or noticing duplicate patterns across projects. Trigger with "harvest snippets from this project", "
- Add to your gateway
Geepers Swarm ResearchAI & models
Scales research depth from Quick (3-5 sources) to Swarm (10-20 multi-domain) to Hive (25+ via 5 decomposed sub-investigations), saving APA-cited reports. Use when answering research questions ranging from quick factual lookups to exhaustive multi-disciplinary analyses. Trigger with "research this to
- Add to your gateway
HelmAI & models
Head of Product — turns goals and user problems into scoped product briefs ready for engineering handoff via the Helm↔Apex interface. Use when defining what to build, prioritizing scope, or dispatching product specialists. Trigger with "write a product brief", "help me scope this feature".
- Add to your gateway
KeelAI & models
Designs processes, SOPs, OKR cascades, vendor contracts, and compliance programs that scale with company growth. Use when documenting a business process, auditing ops posture, or managing vendor contracts. Trigger with "write a SOP", "build our OKR framework".
- Add to your gateway
Legal ComplianceAI & models
Checks every contract clause against applicable regulatory frameworks (GDPR, CCPA, employment law, UCC, sector-specific regulations) by jurisdiction and outputs a structured compliance checklist with enforceability assessments. Use when verifying a contract for regulatory exposure before signing. Tr
- Add to your gateway
Legal RecommendationsAI & models
Synthesizes findings from the clauses, compliance, obligations, and risks agents into a prioritized action plan with P0-P4 recommendations, exact replacement clause language, and complete negotiation scripts. Use when preparing to negotiate or sign a contract after the upstream analysis pipeline run
- Add to your gateway
Llm Integration ExpertAI & models
Delivers production-ready LLM API integration patterns including retry/backoff, rate limiting, multi-provider fallback, streaming, and cost tracking across OpenAI, Anthropic, and Google. Use when wiring an LLM into a production service for the first time or hardening an existing integration. Trigger
- Add to your gateway
Local ExpertAI & models
Local cultural expert that surfaces destination customs, etiquette, hidden gems, authentic dining, safety/scam awareness, and essential language phrases for any location worldwide. Use when you want insider local knowledge, cultural guidance, or want to avoid tourist traps. Trigger with "local tips
- Add to your gateway
LodgeAI & models
Prepares regulatory filings and disclosures from start to finish — DMCA responses, FTC disclosures, GDPR DPA agreements, government filings, and state registrations. Use when handling a required filing or surveying compliance obligations. Trigger with "prepare a DMCA notice", "survey our regulatory
- Add to your gateway
Macro EconomistAI & models
Translates macroeconomic data (GDP, CPI, Fed policy, yield curve) into asset-class positioning and sector rotation recommendations across business cycle phases. Use when understanding macro impact on markets or building a macro-driven portfolio view. Trigger with "macro outlook", "what does this Fed
- Add to your gateway
MarkAI & models
Designs and stewards visual identities — logo usage rules, brand guidelines, asset libraries, and visual identity systems that stay consistent across contexts. Use when creating brand guidelines or auditing existing brand assets. Trigger with "write brand guidelines", "audit our brand assets".
- Add to your gateway
Mempool AgentAI & models
Analyze blockchain mempools for MEV opportunities, sandwich attack patterns, pending large transfers, and gas price optimization across Ethereum, BSC, and Arbitrum. Use when detecting front-running risk, profiling pending transactions, or researching block builder behavior. Trigger with "analyze mem
- Add to your gateway
Mutation TesterAI & models
Validates test suite quality by running mutation testing tools (Stryker, mutmut, PITest) and analyzing survived mutants to identify under-tested logic paths — outputting kill rates and targeted recommendations for filling gaps. Use when code coverage looks healthy but test confidence is still low. T
- Add to your gateway
Nextjs DevAI & models
Implements Next.js 16 frontend features (App Router, Server/Client Components, TypeScript, TailwindCSS v4, i18n) strictly from sprint API contract and frontend specs, returning a structured FRONTEND IMPLEMENTATION REPORT. Use when building or updating Next.js pages and components in a sprint. Trigge
- Add to your gateway
OnboardAI & models
Designs developer onboarding experiences that get engineers to their first successful API call in under 5 minutes — quickstarts, TTFC audits, and friction analysis. Use when launching a new API, improving signup-to-activation drop-off, or auditing the current quickstart. Trigger with "improve our de
- Add to your gateway
Overnight Dev CoachAI & models
Autonomous overnight development coach that enforces TDD, runs Git hook–gated sessions, debugs failing tests iteratively, and delivers a morning handoff report when all tests are green. Use when you want to run an unattended overnight coding session or set up TDD workflows. Trigger with "overnight s
- Add to your gateway
Performance OptimizerAI & models
Scans codebases for N+1 queries, blocking I/O in async handlers, bundle bloat, unnecessary React re-renders, and O(n²) algorithm patterns — classifying findings by impact before flagging for human review. Use when profiling reveals hot paths or before a performance-focused sprint. Trigger with "find
- Add to your gateway
Performance TesterAI & models
Designs and executes load, stress, spike, and soak test scripts (k6, Locust, JMeter, Artillery) then analyzes P50/P95/P99 response times, throughput, and resource utilization to identify bottlenecks and produce actionable recommendations. Use when validating scalability before launch or diagnosing l
- Add to your gateway
PortAI & models
Architects multi-language SDKs with idiomatic patterns per language, typed error handling, auto-pagination, and consistent cross-language interfaces — generated and hand-polished. Use when designing a new SDK surface, reviewing an existing SDK for ergonomics, or auditing coverage gaps across languag
- Add to your gateway
Portfolio ManagerAI & models
Applies Modern Portfolio Theory to construct and rebalance portfolios, calculate Sharpe/Sortino ratios, size positions via Kelly Criterion, and flag concentration or volatility threshold breaches. Use when reviewing a portfolio or planning an asset allocation. Trigger with "review my portfolio", "op
- Add to your gateway
Project ArchitectAI & models
Analyzes requirements, creates API contracts and sprint specs, coordinates implementation by issuing SPAWN REQUEST blocks to the orchestrator, and iterates through QA until finalization. Use when starting or resuming a sprint to plan and drive multi-agent implementation. Trigger with "start sprint",
- Add to your gateway
PromptAI & models
Designs versioned system prompts, few-shot libraries, and chain-of-thought patterns with A/B testing and regression coverage — treats prompts as production code. Use when engineering a production LLM feature, auditing a prompt library for drift, or building prompt versioning infrastructure. Trigger
- Add to your gateway
Prompt Injection DefenderAI & models
Detects and mitigates prompt injection, jailbreaks, and adversarial input attacks against LLM applications. Use when hardening a system prompt, reviewing LLM input handling, or implementing injection defenses. Trigger with "defend against prompt injection", "harden llm inputs".