Armory
Source

Browse

Search and filter by type across the catalog

896 results in Identity, Hooks, Sub-Agents · page 17 of 38

Sub-AgentsPreview

golang-pro

Use when building Go applications requiring concurrent programming, high-performance systems, microservices, or cloud-native architectures where idiomatic patterns, error handling excellence, and efficiency are critical.

UnrankedNo signals yet
Harnessclaude
language-specialistssubagent
Details
Sub-AgentsPreview

gpt-5-beast-mode

Beast Mode 2.0: A powerful autonomous agent tuned specifically for GPT-5 that can solve complex problems by using tools, conducting research, and iterating until the problem is fully resolved.

UnrankedNo signals yet
Harnessclaude
expert-advisorssubagents
Details
Sub-AgentsPreview

graphql-architect

Use this agent when designing or evolving GraphQL schemas across microservices, implementing federation architectures, or optimizing query performance in distributed graphs.

UnrankedNo signals yet
Harnessclaude
core-developmentsubagent
Details
Sub-AgentsPreview

graphql-performance-optimizer

GraphQL performance analysis and optimization specialist. Use PROACTIVELY for query performance issues, N+1 problems, caching strategies, and production GraphQL API optimization. Specifically:\n\n<example>\nContext: An existing resolver file is causing visible slowdowns when loading lists of users with their related orders.\nuser: \"Our user list page takes 3–4 seconds to load. Each user has related orders fetched in a separate resolver. Can you diagnose and fix it?\"\nassistant: \"I'll scan the resolver file for N+1 patterns, instrument DataLoader batching for the orders relation, and verify the fix with a before/after query count.\"\n<commentary>\nUse this agent when N+1 is suspected in a specific resolver file. It reads existing code, identifies per-record database calls, and rewrites affected resolvers to use request-scoped DataLoader instances — without touching the schema.\n</commentary>\n</example>\n\n<example>\nContext: A high-traffic public API needs to reduce origin load and improve cache-ability without changing the client query surface.\nuser: \"We serve 50k requests/minute. Can you implement APQ + CDN caching to cut origin hits?\"\nassistant: \"I'll enable Automatic Persisted Queries on the Apollo Server, configure a Redis APQ store, add cache-control directives at the field level, and set up the CDN to cache GET-based persisted query responses.\"\n<commentary>\nInvoke this agent when the primary goal is reducing origin load for a public or semi-public API where the client is controlled but Trusted Documents are not feasible (e.g., third-party mobile apps). APQ converts frequent queries to short GET requests the CDN can cache.\n</commentary>\n</example>\n\n<example>\nContext: A federated graph with three subgraphs is showing 800ms p95 latency on a product-detail query that spans users, inventory, and pricing subgraphs.\nuser: \"Our federated product query is slow in production. Apollo Studio shows the query plan is fine but subgraph response times are high. How do we profile and fix it?\"\nassistant: \"I'll add router-level query plan caching, ensure each subgraph instantiates DataLoaders per request context, and implement `__resolveReference` batch loading for the Product entity to collapse the cross-subgraph entity fetches.\"\n<commentary>\nUse this agent when latency lives inside federation entity resolution. It targets router query plan caching, subgraph DataLoader scoping, and batch reference resolvers — concerns distinct from single-service optimization.\n</commentary>\n</example>

UnrankedNo signals yet
Harnessclaude
api-graphqlsubagents
Details
Sub-AgentsPreview

graphql-security-specialist

GraphQL API security and authorization specialist. Use PROACTIVELY for GraphQL security audits, authorization implementation, query validation, and protection against GraphQL-specific attacks.

UnrankedNo signals yet
Harnessclaude
api-graphqlsubagents
Details
Sub-AgentsPreview

growth-loops

Use when the user wants to design a growth loop, understand PLG mechanics, or build sustainable acquisition. Triggers on: 'growth loop', 'flywheel', 'viral loop', 'PLG growth', 'product-led growth', 'growth mechanics', 'how do we grow', 'word of mouth'.

UnrankedNo signals yet
Harnessclaude
business-productsubagent
Details
Sub-AgentsPreview

guest-outreach-coordinator

Podcast guest outreach and coordination specialist. Use PROACTIVELY for guest research, outreach templates, interview scheduling, pre-interview preparation, and guest relationship management.

UnrankedNo signals yet
Harnessclaude
podcast-creator-teamsubagents
Details
Sub-AgentsPreview

hackathon-ai-strategist

Use when a team needs strategic guidance at any stage of a hackathon — from initial ideation through pitch delivery. Specifically:\n\n<example>\nContext: A team of four arrives at a 24-hour AI hackathon with no idea, a vague interest in healthcare, and two hours before the kick-off presentation deadline.\nuser: \"We have no idea yet, the theme is AI for Good, and we need a concept in the next 2 hours. We have two ML engineers, one frontend dev, and a designer.\"\nassistant: \"I need a few details first — what sponsor APIs are available, and is there a specific judging track we must target? Once I have that, I'll generate three ranked concept options with feasibility scores, and we'll lock one in within 15 minutes so the team can start the environment setup.\"\n<commentary>\nInvoke hackathon-ai-strategist for pre-hackathon ideation when the clock is already running and the team needs a structured, fast-converging concept selection process.\n</commentary>\n</example>\n\n<example>\nContext: A team is 14 hours into a 24-hour hackathon. Their original plan involved a real-time video analysis feature that is behind schedule and may not be completable.\nuser: \"We're behind. The video pipeline isn't working and we only have 10 hours left. What do we cut?\"\nassistant: \"Let's triage immediately. Tell me what's working reliably right now, what the demo absolutely needs to show, and which judging criteria are worth the most points. I'll give you a re-scoped MVP plan with explicit cut decisions so the team can align and get back to building within the next 30 minutes.\"\n<commentary>\nUse hackathon-ai-strategist for mid-hackathon triage when a team needs a fast re-scoping decision backed by judging criteria analysis, not a general project manager.\n</commentary>\n</example>\n\n<example>\nContext: A team has a working prototype with 6 hours left before judging. They need to turn it into a compelling 3-minute demo and slide deck.\nuser: \"We have something working. How do we structure the pitch and demo for the next 6 hours?\"\nassistant: \"I'll outline a time-annotated 3-minute pitch structure and a demo reliability checklist. Then we'll split the remaining time: 2 hours on demo stabilization, 2 hours on slides, 1 hour on rehearsal, 1 hour buffer. Walk me through what the product does so I can draft the hook and problem statement.\"\n<commentary>\nInvoke hackathon-ai-strategist when a team transitions from building to presenting and needs a concrete pitch structure, demo script, and rehearsal plan.\n</commentary>\n</example>

UnrankedNo signals yet
Harnessclaude
ai-specialistssubagents
Details
Sub-AgentsPreview

harmonyos-app-resolver

HarmonyOS application development expert specializing in ArkTS and ArkUI. Reviews code for V2 state management compliance, Navigation routing patterns, API usage, and performance best practices. Use for HarmonyOS/OpenHarmony projects.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Sub-AgentsPreview

harness-optimizer

Analyze and improve the local agent harness configuration for reliability, cost, and throughput.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
harnessoptimizationcost
Details
Sub-AgentsPreview

haskell-pro

Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

healthcare-admin

Use when working on healthcare administration tasks including revenue cycle management, HIPAA/compliance auditing, medical coding (ICD-10, CPT, DRGs), CMS cost reports, payer contract analysis, quality improvement, clinical operations, health IT/interoperability, population health, and pharmacy benefits.

UnrankedNo signals yet
Harnessclaude
specialized-domainssubagent
Details
Sub-AgentsPreview

healthcare-reviewer

Reviews healthcare application code for clinical safety, CDSS accuracy, PHI compliance, and medical data integrity. Specialized for EMR/EHR, clinical decision support, and health information systems.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Sub-AgentsPreview

hipaa-compliance

Use when the user is building a healthcare product and needs to understand HIPAA compliance. Triggers on: 'HIPAA', 'protected health information', 'PHI', 'healthcare compliance', 'covered entity', 'business associate', 'BAA', 'HITECH', 'health data'.

UnrankedNo signals yet
Harnessclaude
specialized-domainssubagent
Details
Sub-AgentsPreview

hlbpa

Your perfect AI chat mode for high-level architectural documentation and review. Perfect for targeted updates after a story or researching that legacy system when nobody remembers what it's supposed to be doing.

UnrankedNo signals yet
Harnessclaude
data-aisubagents
Details
Sub-AgentsPreview

homelab-architect

Designs home and small-lab network plans from hardware inventory, goals, and operator experience level, with safe staged changes and rollback guidance.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Sub-AgentsPreview

hr-pro

Professional, ethical HR partner for hiring, onboarding/offboarding, PTO and leave, performance, compliant policies, and employee relations. Ask for jurisdiction and company context before advising; produce structured, bias-mitigated, lawful templates.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
performancesubagent
Details
Sub-AgentsPreview

hybrid-cloud-architect

Expert hybrid cloud architect specializing in complex multi-cloud solutions across AWS/Azure/GCP/OCI and private clouds (OpenStack/VMware). Masters hybrid connectivity, workload placement optimization, edge computing, and cross-cloud automation. Handles compliance, cost optimization, disaster recovery, and migration strategies. Use PROACTIVELY for hybrid architecture, multi-cloud strategy, or complex infrastructure integration.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

image-generator

>-

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

implement-2

Developer agent. Implements the architect plan step-by-step, guided by AGENTS.md guardrails. Writes tests, leaves no TODOs, and flags plan deviations rather than silently skipping them.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

implementation-plan

Generate an implementation plan for new features or refactoring existing code.

UnrankedNo signals yet
Harnessclaude
expert-advisorssubagents
Details
Sub-AgentsPreview

incident-responder

Use this agent when an active security breach, service outage, or operational incident requires immediate response, evidence preservation, and coordinated recovery.

UnrankedNo signals yet
Harnessclaude
infrastructuresubagent
Details
Sub-AgentsPreview

incident-responder-2

Handles production incidents with urgency and precision. Use IMMEDIATELY when production issues occur. Coordinates debugging, implements fixes, and documents post-mortems.

UnrankedNo signals yet
Harnessclaude
securitysubagents
Details
Sub-AgentsPreview

incident-response-code-reviewer

Reviews code for logic flaws, type safety gaps, error handling issues, architectural concerns, and similar vulnerability patterns. Provides fix design recommendations.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Browse · Armory