Agents Market

Curated, cross-tool subagent packs for Claude Code, Codex, and OpenCode. Preview, lock, install, update, and uninstall with one CLI.

Copyable commands use npx github:tt-a1i/agents-market#preview-0.1.0.

67packs
384agents
92/100average prompt quality
360/384source checksums
Download registry bundle

Core Packs

Curated and maintained by Agents Market. Held to the strict registry quality bar.

ai / llm / agents / prompts

AI App Pack

AI application agents for LLM integration review, security, API contracts, documentation research, and test planning.

5.0/5 Excellent
tier: core quality: 100/100 risk: medium 5 agents 15 files 0/5 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply ai-app-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit ai-app-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff ai-app-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply ai-app-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • ai-integration-reviewer Reviews LLM and agent integrations for prompt safety, tool boundaries, structured outputs, evals, privacy, and cost controls.
  • security-auditor Reviews code and configuration changes for authentication, authorization, input handling, data exposure, and unsafe defaults.
  • api-contract-reviewer Reviews REST, GraphQL, RPC, and webhook API contracts for compatibility, validation, errors, pagination, and versioning risk.
  • docs-researcher Researches official documentation and primary sources, then returns concise cited implementation guidance.
  • test-coverage-planner Identifies missing high-value tests and proposes focused unit, integration, end-to-end, and regression coverage.
backend / api / services

Backend API Pack

Backend-focused agents for service architecture, API contracts, security, database access, and test planning.

5.0/5 Excellent
tier: core quality: 100/100 risk: medium 5 agents 15 files 0/5 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply backend-api-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit backend-api-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff backend-api-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply backend-api-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • backend-architect Reviews backend service structure, module boundaries, data flow, error handling, and operational behavior for maintainability.
  • api-contract-reviewer Reviews REST, GraphQL, RPC, and webhook API contracts for compatibility, validation, errors, pagination, and versioning risk.
  • security-auditor Reviews code and configuration changes for authentication, authorization, input handling, data exposure, and unsafe defaults.
  • database-query-reviewer Reviews SQL, ORM queries, indexes, transactions, and access patterns for correctness, performance, and data consistency.
  • test-coverage-planner Identifies missing high-value tests and proposes focused unit, integration, end-to-end, and regression coverage.
database / sql / migrations

Database Safety Pack

Database-focused agents for query review, migrations, backend architecture, and test coverage planning.

5.0/5 Excellent
tier: core quality: 100/100 risk: medium 4 agents 12 files 0/4 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply database-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit database-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff database-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply database-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • database-query-reviewer Reviews SQL, ORM queries, indexes, transactions, and access patterns for correctness, performance, and data consistency.
  • migration-planner Plans safe database, framework, runtime, or dependency migrations with rollout, rollback, compatibility, and verification steps.
  • backend-architect Reviews backend service structure, module boundaries, data flow, error handling, and operational behavior for maintainability.
  • test-coverage-planner Identifies missing high-value tests and proposes focused unit, integration, end-to-end, and regression coverage.
devops / ci / containers / operations

DevOps CI Pack

DevOps and CI agents for workflow review, container builds, observability, release notes, and dependency risk.

5.0/5 Excellent
tier: core quality: 100/100 risk: medium 5 agents 15 files 0/5 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply devops-ci-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit devops-ci-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff devops-ci-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply devops-ci-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • github-actions-reviewer Reviews GitHub Actions workflows for permissions, triggers, caching, secrets, supply-chain pinning, and CI reliability.
  • dockerfile-reviewer Reviews Dockerfiles and container build configuration for security, reproducibility, image size, caching, and runtime correctness.
  • observability-auditor Reviews logging, metrics, tracing, alerting, and error reporting paths for diagnosability and production readiness.
  • dependency-risk-auditor Audits dependency manifests, lockfiles, package scripts, and upgrade plans for supply-chain and compatibility risk.
  • release-notes-writer Creates user-facing release notes from changelogs, commits, pull requests, migration notes, and compatibility changes.
frontend / ui / accessibility

Frontend Quality Pack

Frontend-focused agents for visual verification, accessibility, reviews, tests, and debugging.

5.0/5 Excellent
tier: core quality: 100/100 risk: high 5 agents 15 files 0/5 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply frontend-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit frontend-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff frontend-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply frontend-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 2 agents use command-level permission.
  • code-reviewer Reviews code changes for correctness, security, regressions, maintainability, and missing tests.
  • frontend-verifier Checks local frontend changes for rendering, responsiveness, accessibility, and obvious interaction issues.
  • accessibility-auditor Audits UI changes for accessible labels, keyboard behavior, contrast, semantic structure, and focus states.
  • test-runner Runs focused verification commands, analyzes failures, and reports actionable test results.
  • debugger Investigates failing tests, runtime errors, stack traces, and suspicious behavior with a root-cause focus.
maintenance / refactor / release

Maintenance Workflow Pack

Maintenance agents for refactor planning, migration planning, pull requests, release notes, and test coverage.

5.0/5 Excellent
tier: core quality: 100/100 risk: medium 5 agents 15 files 0/5 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply maintenance-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit maintenance-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff maintenance-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply maintenance-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • refactor-planner Plans low-risk refactors by identifying boundaries, sequencing changes, preserving behavior, and defining verification checkpoints.
  • migration-planner Plans safe database, framework, runtime, or dependency migrations with rollout, rollback, compatibility, and verification steps.
  • test-coverage-planner Identifies missing high-value tests and proposes focused unit, integration, end-to-end, and regression coverage.
  • pr-description-writer Drafts concise pull request descriptions from diffs, commits, tests, risk notes, and user-facing behavior changes.
  • release-notes-writer Creates user-facing release notes from changelogs, commits, pull requests, migration notes, and compatibility changes.
nextjs / react / performance

Next.js Pack

Next.js and React agents for performance, frontend verification, accessibility, tests, and review.

5.0/5 Excellent
tier: core quality: 100/100 risk: high 5 agents 15 files 0/5 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply nextjs-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit nextjs-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff nextjs-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply nextjs-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 2 agents use command-level permission.
  • nextjs-performance-reviewer Reviews Next.js and React changes for rendering, data fetching, bundle, caching, and hydration performance risks.
  • frontend-verifier Checks local frontend changes for rendering, responsiveness, accessibility, and obvious interaction issues.
  • accessibility-auditor Audits UI changes for accessible labels, keyboard behavior, contrast, semantic structure, and focus states.
  • code-reviewer Reviews code changes for correctness, security, regressions, maintainability, and missing tests.
  • test-runner Runs focused verification commands, analyzes failures, and reports actionable test results.
python / quality / backend

Python Pack

Python-focused agents for code quality, backend APIs, dependency risk, testing, and documentation research.

5.0/5 Excellent
tier: core quality: 100/100 risk: high 5 agents 15 files 0/5 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply python-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit python-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff python-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply python-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents use command-level permission.
  • python-quality-reviewer Reviews Python code for typing, packaging, async behavior, tests, dependency management, and maintainability risks.
  • api-contract-reviewer Reviews REST, GraphQL, RPC, and webhook API contracts for compatibility, validation, errors, pagination, and versioning risk.
  • dependency-risk-auditor Audits dependency manifests, lockfiles, package scripts, and upgrade plans for supply-chain and compatibility risk.
  • test-runner Runs focused verification commands, analyzes failures, and reports actionable test results.
  • docs-researcher Researches official documentation and primary sources, then returns concise cited implementation guidance.
security / secrets / dependencies

Security Review Pack

Security-focused agents for application review, dependency risk, secrets scanning, and code review.

5.0/5 Excellent
tier: core quality: 100/100 risk: medium 4 agents 12 files 0/4 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply security-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit security-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff security-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply security-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • security-auditor Reviews code and configuration changes for authentication, authorization, input handling, data exposure, and unsafe defaults.
  • dependency-risk-auditor Audits dependency manifests, lockfiles, package scripts, and upgrade plans for supply-chain and compatibility risk.
  • secrets-scanner Inspects diffs and configuration files for hardcoded credentials, tokens, private keys, and unsafe environment handling.
  • code-reviewer Reviews code changes for correctness, security, regressions, maintainability, and missing tests.
starter / development

Starter Dev Pack

Baseline coding agents for review, debugging, tests, and documentation research.

5.0/5 Excellent
tier: core quality: 100/100 risk: high 4 agents 12 files 0/4 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply starter-dev-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit starter-dev-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff starter-dev-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply starter-dev-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents use command-level permission.
  • code-reviewer Reviews code changes for correctness, security, regressions, maintainability, and missing tests.
  • debugger Investigates failing tests, runtime errors, stack traces, and suspicious behavior with a root-cause focus.
  • test-runner Runs focused verification commands, analyzes failures, and reports actionable test results.
  • docs-researcher Researches official documentation and primary sources, then returns concise cited implementation guidance.
typescript / quality / api

TypeScript Quality Pack

TypeScript-focused agents for type safety, API contracts, tests, code review, and dependency risk.

5.0/5 Excellent
tier: core quality: 100/100 risk: high 5 agents 15 files 0/5 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply typescript-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit typescript-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff typescript-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply typescript-pack --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents use command-level permission.
  • typescript-type-safety-reviewer Reviews TypeScript code for type soundness, unsafe casts, API types, generics, nullability, and runtime validation gaps.
  • api-contract-reviewer Reviews REST, GraphQL, RPC, and webhook API contracts for compatibility, validation, errors, pagination, and versioning risk.
  • test-runner Runs focused verification commands, analyzes failures, and reports actionable test results.
  • code-reviewer Reviews code changes for correctness, security, regressions, maintainability, and missing tests.
  • dependency-risk-auditor Audits dependency manifests, lockfiles, package scripts, and upgrade plans for supply-chain and compatibility risk.

Community Packs

Imported from community collections with provenance and checksums. Review the audit before installing.

imported / agency / academic

Agency Academic

Agency imported Academic agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.9/5 Excellent
tier: community quality: 97/100 risk: high 5 agents 15 files 5/5 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-academic --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-academic --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-academic --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-academic --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents can write files.
  • agency-anthropologist Expert in cultural systems, rituals, kinship, belief systems, and ethnographic method — builds culturally coherent societies that feel lived-in rather than invented
  • agency-geographer Expert in physical and human geography, climate systems, cartography, and spatial analysis — builds geographically coherent worlds where terrain, climate, resources, and settlement patterns make scientific sense
  • agency-historian Expert in historical analysis, periodization, material culture, and historiography — validates historical coherence and enriches settings with authentic period detail grounded in primary and secondary sources
  • agency-narratologist Expert in narrative theory, story structure, character arcs, and literary analysis — grounds advice in established frameworks from Propp to Campbell to modern narratology
  • agency-psychologist Expert in human behavior, personality theory, motivation, and cognitive patterns — builds psychologically credible characters and interactions grounded in clinical and research frameworks
imported / agency / design

Agency Design 1

Agency imported Design agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.6/5 Excellent
tier: community quality: 91/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-design-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-design-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-design-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-design-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 3 agents can write files.
  • agency-brand-guardian Expert brand strategist and guardian specializing in brand identity development, consistency maintenance, and strategic brand positioning
  • agency-image-prompt-engineer Expert photography prompt engineer specializing in crafting detailed, evocative prompts for AI image generation. Masters the art of translating visual concepts into precise language that produces stunning, professional-quality photography through generative AI tools.
  • agency-inclusive-visuals-specialist Representation expert who defeats systemic AI biases to generate culturally accurate, affirming, and non-stereotypical images and video.
  • agency-persona-walkthrough-specialist Simulate cognitive walkthroughs of web pages from a defined persona's psychological perspective — captures emotional reactions and rational thought at each scroll position, then delivers structured CRO reports grounded in LIFT, Cialdini, and Fogg frameworks
  • agency-ui-designer Expert UI designer specializing in visual design systems, component libraries, and pixel-perfect interface creation. Creates beautiful, consistent, accessible user interfaces that enhance UX and reflect brand identity
  • agency-ux-architect Technical architecture and UX specialist who provides developers with solid foundations, CSS systems, and clear implementation guidance
  • agency-ux-researcher Expert user experience researcher specializing in user behavior analysis, usability testing, and data-driven design insights. Provides actionable research findings that improve product usability and user satisfaction
  • agency-visual-storyteller Expert visual communication specialist focused on creating compelling visual narratives, multimedia content, and brand storytelling through design. Specializes in transforming complex information into engaging visual stories that connect with audiences and drive emotional engagement.
imported / agency / design

Agency Design 2

Agency imported Design agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.3/5 Good
tier: community quality: 85/100 risk: low 1 agents 3 files 1/1 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-design-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-design-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-design-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-design-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • agency-whimsy-injector Expert creative specialist focused on adding personality, delight, and playful elements to brand experiences. Creates memorable, joyful interactions that differentiate brands through unexpected moments of whimsy
imported / agency / engineering

Agency Engineering 1

Agency imported Engineering agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.6/5 Excellent
tier: community quality: 91/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-engineering-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-engineering-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-engineering-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-engineering-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 4 agents can write files.
  • 2 agents use command-level permission.
  • agency-ai-data-remediation-engineer Specialist in self-healing data pipelines — uses air-gapped local SLMs and semantic clustering to automatically detect, classify, and fix data anomalies at scale. Focuses exclusively on the remediation layer: intercepting bad data, generating deterministic fix logic via Ollama, and guaranteeing zero data loss. Not a general data engineer — a surgical specialist for when your data is broken and the pipeline can't stop.
  • agency-ai-engineer Expert AI/ML engineer specializing in machine learning model development, deployment, and integration into production systems. Focused on building intelligent features, data pipelines, and AI-powered applications with emphasis on practical, scalable solutions.
  • agency-autonomous-optimization-architect Intelligent system governor that continuously shadow-tests APIs for performance while enforcing strict financial and security guardrails against runaway costs.
  • agency-backend-architect Senior backend architect specializing in scalable system design, database architecture, API development, and cloud infrastructure. Builds robust, secure, performant server-side applications and microservices
  • agency-cms-developer Drupal and WordPress specialist for theme development, custom plugins/modules, content architecture, and code-first CMS implementation
  • agency-code-reviewer Expert code reviewer who provides constructive, actionable feedback focused on correctness, maintainability, security, and performance — not style preferences.
  • agency-codebase-onboarding-engineer Expert developer onboarding specialist who helps new engineers understand unfamiliar codebases fast by reading source code, tracing code paths, and stating only facts grounded in the code.
  • agency-data-engineer Expert data engineer specializing in building reliable data pipelines, lakehouse architectures, and scalable data infrastructure. Masters ETL/ELT, Apache Spark, dbt, streaming systems, and cloud data platforms to turn raw data into trusted, analytics-ready assets.
imported / agency / engineering

Agency Engineering 2

Agency imported Engineering agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.8/5 Excellent
tier: community quality: 96/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-engineering-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-engineering-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-engineering-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-engineering-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 6 agents can write files.
  • 1 agents use command-level permission.
  • agency-database-optimizer Expert database specialist focusing on schema design, query optimization, indexing strategies, and performance tuning for PostgreSQL, MySQL, and modern databases like Supabase and PlanetScale.
  • agency-devops-automator Expert DevOps engineer specializing in infrastructure automation, CI/CD pipeline development, and cloud operations
  • agency-drupal-shopping-cart-engineer Expert Drupal e-commerce engineer specializing in Drupal Commerce for product catalog management, payment gateway integration, checkout workflow design, order management, tax and promotion configuration, and high-reliability storefront delivery on Drupal 10/11
  • agency-email-intelligence-engineer Expert in extracting structured, reasoning-ready data from raw email threads for AI agents and automation systems
  • agency-embedded-firmware-engineer Specialist in bare-metal and RTOS firmware - ESP32/ESP-IDF, PlatformIO, Arduino, ARM Cortex-M, STM32 HAL/LL, Nordic nRF5/nRF Connect SDK, FreeRTOS, Zephyr
  • agency-feishu-integration-developer Full-stack integration expert specializing in the Feishu (Lark) Open Platform — proficient in Feishu bots, mini programs, approval workflows, Bitable (multidimensional spreadsheets), interactive message cards, Webhooks, SSO authentication, and workflow automation, building enterprise-grade collaboration and automation solutions within the Feishu ecosystem.
  • agency-filament-optimization-specialist Expert in restructuring and optimizing Filament PHP admin interfaces for maximum usability and efficiency. Focuses on impactful structural changes — not just cosmetic tweaks.
  • agency-frontend-developer Expert frontend developer specializing in modern web technologies, React/Vue/Angular frameworks, UI implementation, and performance optimization
imported / agency / engineering

Agency Engineering 3

Agency imported Engineering agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.7/5 Excellent
tier: community quality: 94/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-engineering-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-engineering-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-engineering-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-engineering-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 5 agents can write files.
  • agency-git-workflow-master Expert in Git workflows, branching strategies, and version control best practices including conventional commits, rebasing, worktrees, and CI-friendly branch management.
  • agency-incident-response-commander Expert incident commander specializing in production incident management, structured response coordination, post-mortem facilitation, SLO/SLI tracking, and on-call process design for reliable engineering organizations.
  • agency-it-service-manager Expert IT service management specialist using ITIL 4 framework for service catalog design, incident and problem management, change control, SLA governance, CMDB maintenance, and continual service improvement — ensuring IT delivers reliable, measurable business value across any organization size
  • agency-minimal-change-engineer Engineering specialist focused on minimum-viable diffs — fixes only what was asked, refuses scope creep, prefers three similar lines over a premature abstraction. The discipline that prevents bug-fix PRs from becoming refactor avalanches.
  • agency-mobile-app-builder Specialized mobile application developer with expertise in native iOS/Android development and cross-platform frameworks
  • agency-multi-agent-systems-architect Systems architect specializing in the design, coordination, and governance of multi-agent AI pipelines — covering topology selection, context management, inter-agent trust, failure recovery, human-in-the-loop gating, and observability for production-grade agent systems.
  • agency-orgscript-engineer Expert in designing, parsing, and implementing OrgScript grammar, AST validation, and business logic definitions.
  • agency-prompt-engineer Specialist in crafting, testing, and systematically optimizing prompts for LLMs — turning vague instructions into reliable, production-grade AI behaviors.
imported / agency / engineering

Agency Engineering 4

Agency imported Engineering agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

5.0/5 Excellent
tier: community quality: 100/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-engineering-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-engineering-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-engineering-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-engineering-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 6 agents can write files.
  • agency-rapid-prototyper Specialized in ultra-fast proof-of-concept development and MVP creation using efficient tools and frameworks
  • agency-senior-developer Premium implementation specialist - Masters Laravel/Livewire/FluxUI, advanced CSS, Three.js integration
  • agency-software-architect Expert software architect specializing in system design, domain-driven design, architectural patterns, and technical decision-making for scalable, maintainable systems.
  • agency-solidity-smart-contract-engineer Expert Solidity developer specializing in EVM smart contract architecture, gas optimization, upgradeable proxy patterns, DeFi protocol development, and security-first contract design across Ethereum and L2 chains.
  • agency-sre-site-reliability-engineer Expert site reliability engineer specializing in SLOs, error budgets, observability, chaos engineering, and toil reduction for production systems at scale.
  • agency-technical-writer Expert technical writer specializing in developer documentation, API references, README files, and tutorials. Transforms complex engineering concepts into clear, accurate, and engaging docs that developers actually read and use.
  • agency-voice-ai-integration-engineer Expert in building end-to-end speech transcription pipelines using Whisper-style models and cloud ASR services — from raw audio ingestion through preprocessing, transcript cleanup, subtitle generation, speaker diarization, and structured downstream integration into apps, APIs, and CMS platforms.
  • agency-wechat-mini-program-developer Expert WeChat Mini Program developer specializing in 小程序 development with WXML/WXSS/WXS, WeChat API integration, payment systems, subscription messaging, and the full WeChat ecosystem.
imported / agency / engineering

Agency Engineering 5

Agency imported Engineering agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

5.0/5 Excellent
tier: community quality: 100/100 risk: low 1 agents 3 files 1/1 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-engineering-5 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-engineering-5 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-engineering-5 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-engineering-5 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • agency-wordpress-shopping-cart-engineer Expert WordPress e-commerce engineer specializing in WooCommerce for product catalog management, payment gateway integration, checkout customization, order management, tax and coupon configuration, and conversion-optimized storefront delivery on WordPress
imported / agency / finance

Agency Finance

Agency imported Finance agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

5.0/5 Excellent
tier: community quality: 100/100 risk: high 5 agents 15 files 5/5 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-finance --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-finance --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-finance --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-finance --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents can write files.
  • agency-bookkeeper-controller Expert bookkeeper and controller specializing in day-to-day accounting operations, financial reconciliations, month-end close processes, and internal controls. Ensures the accuracy, completeness, and timeliness of financial records while maintaining GAAP compliance and audit readiness at all times.
  • agency-financial-analyst Expert financial analyst specializing in financial modeling, forecasting, scenario analysis, and data-driven decision support. Transforms raw financial data into actionable business intelligence that drives strategic planning, investment decisions, and operational optimization.
  • agency-fp-a-analyst Expert Financial Planning & Analysis (FP&A) analyst specializing in budgeting, variance analysis, financial planning, rolling forecasts, and strategic decision support. Bridges the gap between the numbers and the business narrative to drive operational performance and strategic resource allocation.
  • agency-investment-researcher Expert investment researcher specializing in market research, due diligence, portfolio analysis, and asset valuation. Conducts rigorous fundamental and quantitative analysis to identify investment opportunities, assess risks, and support data-driven portfolio decisions across public equities, private markets, and alternative assets.
  • agency-tax-strategist Expert tax strategist specializing in tax optimization, multi-jurisdictional compliance, transfer pricing, and strategic tax planning. Navigates complex tax codes to minimize liability while ensuring full regulatory compliance across local, state, federal, and international tax regimes.
imported / agency / game-development / game / development

Agency Game Development

Agency imported Game Development agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.6/5 Excellent
tier: community quality: 91/100 risk: high 5 agents 15 files 5/5 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-game-development --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-game-development --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-game-development --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-game-development --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 3 agents can write files.
  • 1 agents use command-level permission.
  • agency-game-audio-engineer Interactive audio specialist - Masters FMOD/Wwise integration, adaptive music systems, spatial audio, and audio performance budgeting across all game engines
  • agency-game-designer Systems and mechanics architect - Masters GDD authorship, player psychology, economy balancing, and gameplay loop design across all engines and genres
  • agency-level-designer Spatial storytelling and flow specialist - Masters layout theory, pacing architecture, encounter design, and environmental narrative across all game engines
  • agency-narrative-designer Story systems and dialogue architect - Masters GDD-aligned narrative design, branching dialogue, lore architecture, and environmental storytelling across all game engines
  • agency-technical-artist Art-to-engine pipeline specialist - Masters shaders, VFX systems, LOD pipelines, performance budgeting, and cross-engine asset optimization
imported / agency / marketing

Agency Marketing 1

Agency imported Marketing agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.7/5 Excellent
tier: community quality: 94/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-marketing-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-marketing-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-marketing-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-marketing-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 3 agents can write files.
  • agency-aeo-foundations-architect Expert in AI Engine Optimization infrastructure — implements llms.txt, AI-aware robots.txt, token-budgeted content, structured Markdown availability, and agent discovery files so AI crawlers, citation engines, and browsing agents can find, parse, and act on your site
  • agency-agentic-search-optimizer Expert in WebMCP readiness and agentic task completion — audits whether AI agents can actually accomplish tasks on your site (book, buy, register, subscribe), implements WebMCP declarative and imperative patterns, and measures task completion rates across AI browsing agents
  • agency-ai-citation-strategist Expert in AI recommendation engine optimization (AEO/GEO) — audits brand visibility across ChatGPT, Claude, Gemini, and Perplexity, identifies why competitors get cited instead, and delivers content fixes that improve AI citations
  • agency-app-store-optimizer Expert app store marketing specialist focused on App Store Optimization (ASO), conversion rate optimization, and app discoverability
  • agency-baidu-seo-specialist Expert Baidu search optimization specialist focused on Chinese search engine ranking, Baidu ecosystem integration, ICP compliance, Chinese keyword research, and mobile-first indexing for the China market.
  • agency-bilibili-content-strategist Expert Bilibili marketing specialist focused on UP主 growth, danmaku culture mastery, B站 algorithm optimization, community building, and branded content strategy for China's leading video community platform.
  • agency-book-co-author Strategic thought-leadership book collaborator for founders, experts, and operators turning voice notes, fragments, and positioning into structured first-person chapters.
  • agency-carousel-growth-engine Autonomous TikTok and Instagram carousel generation specialist. Analyzes any website URL with Playwright, generates viral 6-slide carousels via Gemini image generation, publishes directly to feed via Upload-Post API with auto trending music, fetches analytics, and iteratively improves through a data-driven learning loop.
imported / agency / marketing

Agency Marketing 2

Agency imported Marketing agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.6/5 Excellent
tier: community quality: 91/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-marketing-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-marketing-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-marketing-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-marketing-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 3 agents can write files.
  • 1 agents use command-level permission.
  • agency-china-e-commerce-operator Expert China e-commerce operations specialist covering Taobao, Tmall, Pinduoduo, and JD ecosystems with deep expertise in product listing optimization, live commerce, store operations, 618/Double 11 campaigns, and cross-platform strategy.
  • agency-china-market-localization-strategist Full-stack China market localization expert who transforms real-time trend signals into executable go-to-market strategies across Douyin, Xiaohongshu, WeChat, Bilibili, and beyond
  • agency-content-creator Expert content strategist and creator for multi-platform campaigns. Develops editorial calendars, creates compelling copy, manages brand storytelling, and optimizes content for engagement across all digital channels.
  • agency-cross-border-e-commerce-specialist Full-funnel cross-border e-commerce strategist covering Amazon, Shopee, Lazada, AliExpress, Temu, and TikTok Shop operations, international logistics and overseas warehousing, compliance and taxation, multilingual listing optimization, brand globalization, and DTC independent site development.
  • agency-douyin-strategist Short-video marketing expert specializing in the Douyin platform, with deep expertise in recommendation algorithm mechanics, viral video planning, livestream commerce workflows, and full-funnel brand growth through content matrix strategies.
  • agency-email-marketing-strategist Expert email marketing strategist for CRM-driven campaigns, lifecycle automation, segmentation architecture, and deliverability. Designs sequences (welcome, nurture, reactivation, win-back, review, referral) grounded in 2025-2026 benchmarks, AI-driven personalization, and post-Apple MPP measurement.
  • agency-global-podcast-strategist Expert podcast growth specialist focused on show positioning, audience development, content strategy, and monetisation. Transforms raw ideas into authoritative audio brands that compound listeners and revenue over time on Spotify, Apple Podcasts, and YouTube.
  • agency-growth-hacker Expert growth strategist specializing in rapid user acquisition through data-driven experimentation. Develops viral loops, optimizes conversion funnels, and finds scalable growth channels for exponential business growth.
imported / agency / marketing

Agency Marketing 3

Agency imported Marketing agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.4/5 Good
tier: community quality: 87/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-marketing-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-marketing-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-marketing-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-marketing-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 2 agents can write files.
  • agency-instagram-curator Expert Instagram marketing specialist focused on visual storytelling, community building, and multi-format content optimization. Masters aesthetic development and drives meaningful engagement.
  • agency-kuaishou-strategist Expert Kuaishou marketing strategist specializing in short-video content for China's lower-tier city markets, live commerce operations, community trust building, and grassroots audience growth on 快手.
  • agency-linkedin-content-creator Expert LinkedIn content strategist focused on thought leadership, personal brand building, and high-engagement professional content. Masters LinkedIn's algorithm and culture to drive inbound opportunities for founders, job seekers, developers, and anyone building a professional presence.
  • agency-livestream-commerce-coach Veteran livestream e-commerce coach specializing in host training and live room operations across Douyin, Kuaishou, Taobao Live, and Channels, covering script design, product sequencing, paid-vs-organic traffic balancing, conversion closing techniques, and real-time data-driven optimization.
  • agency-multi-platform-publisher Expert orchestrator for one-click Chinese blog publishing. Routes a single article to 知乎 / 小红书 / CSDN / B站 / 公众号 / 掘金 via Wechatsync (main channel) with xhs-mcp and biliup as specialized fallbacks. Handles per-platform content adaptation, draft-first publishing, rate control, and risk-avoidance. Does NOT auto-publish — always stops at draft for human review.
  • agency-podcast-strategist Content strategy and operations expert for the Chinese podcast market, with deep expertise in Xiaoyuzhou, Ximalaya, and other major audio platforms, covering show positioning, audio production, audience growth, multi-platform distribution, and monetization to help podcast creators build sticky audio content brands.
  • agency-pr-communications-manager Strategic public relations and communications specialist for media relations, press releases, crisis communications, executive thought leadership, brand reputation management, and integrated communications planning — building and protecting reputations through earned media, storytelling, and proactive narrative control
  • agency-private-domain-operator Expert in building enterprise WeChat (WeCom) private domain ecosystems, with deep expertise in SCRM systems, segmented community operations, Mini Program commerce integration, user lifecycle management, and full-funnel conversion optimization.
imported / agency / marketing

Agency Marketing 4

Agency imported Marketing agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.7/5 Excellent
tier: community quality: 94/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-marketing-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-marketing-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-marketing-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-marketing-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 4 agents can write files.
  • agency-reddit-community-builder Expert Reddit marketing specialist focused on authentic community engagement, value-driven content creation, and long-term relationship building. Masters Reddit culture navigation.
  • agency-seo-specialist Expert search engine optimization strategist specializing in technical SEO, content optimization, link authority building, and organic search growth. Drives sustainable traffic through data-driven search strategies.
  • agency-short-video-editing-coach Hands-on short-video editing coach covering the full post-production pipeline, with mastery of CapCut Pro, Premiere Pro, DaVinci Resolve, and Final Cut Pro across composition and camera language, color grading, audio engineering, motion graphics and VFX, subtitle design, multi-platform export optimization, editing workflow efficiency, and AI-assisted editing.
  • agency-social-media-strategist Expert social media strategist for LinkedIn, Twitter, and professional platforms. Creates cross-platform campaigns, builds communities, manages real-time engagement, and develops thought leadership strategies.
  • agency-tiktok-strategist Expert TikTok marketing specialist focused on viral content creation, algorithm optimization, and community building. Masters TikTok's unique culture and features for brand growth.
  • agency-twitter-engager Expert Twitter marketing specialist focused on real-time engagement, thought leadership building, and community-driven growth. Builds brand authority through authentic conversation participation and viral thread creation.
  • agency-video-optimization-specialist Video marketing strategist specializing in YouTube algorithm optimization, audience retention, chaptering, thumbnail concepts, and cross-platform video syndication.
  • agency-wechat-official-account-manager Expert WeChat Official Account (OA) strategist specializing in content marketing, subscriber engagement, and conversion optimization. Masters multi-format content and builds loyal communities through consistent value delivery.
imported / agency / marketing

Agency Marketing 5

Agency imported Marketing agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.7/5 Excellent
tier: community quality: 93/100 risk: low 4 agents 12 files 4/4 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-marketing-5 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-marketing-5 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-marketing-5 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-marketing-5 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • agency-weibo-strategist Full-spectrum operations expert for Sina Weibo, with deep expertise in trending topic mechanics, Super Topic community management, public sentiment monitoring, fan economy strategies, and Weibo advertising, helping brands achieve viral reach and sustained growth on China's leading public discourse platform.
  • agency-x-twitter-intelligence-analyst Social intelligence specialist for X/Twitter research, trend detection, account monitoring, and evidence-backed audience insights using public signals and structured data workflows.
  • agency-xiaohongshu-specialist Expert Xiaohongshu marketing specialist focused on lifestyle content, trend-driven strategies, and authentic community engagement. Masters micro-content creation and drives viral growth through aesthetic storytelling.
  • agency-zhihu-strategist Expert Zhihu marketing specialist focused on thought leadership, community credibility, and knowledge-driven engagement. Masters question-answering strategy and builds brand authority through authentic expertise sharing.
imported / agency / paid-media / paid / media

Agency Paid Media

Agency imported Paid Media agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.2/5 Good
tier: community quality: 83/100 risk: high 7 agents 21 files 7/7 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-paid-media --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-paid-media --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-paid-media --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-paid-media --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 7 agents can write files.
  • 7 agents use command-level permission.
  • agency-ad-creative-strategist Paid media creative specialist focused on ad copywriting, RSA optimization, asset group design, and creative testing frameworks across Google, Meta, Microsoft, and programmatic platforms. Bridges the gap between performance data and persuasive messaging.
  • agency-paid-media-auditor Comprehensive paid media auditor who systematically evaluates Google Ads, Microsoft Ads, and Meta accounts across 200+ checkpoints spanning account structure, tracking, bidding, creative, audiences, and competitive positioning. Produces actionable audit reports with prioritized recommendations and projected impact.
  • agency-paid-social-strategist Cross-platform paid social advertising specialist covering Meta (Facebook/Instagram), LinkedIn, TikTok, Pinterest, X, and Snapchat. Designs full-funnel social ad programs from prospecting through retargeting with platform-specific creative and audience strategies.
  • agency-ppc-campaign-strategist Senior paid media strategist specializing in large-scale search, shopping, and performance max campaign architecture across Google, Microsoft, and Amazon ad platforms. Designs account structures, budget allocation frameworks, and bidding strategies that scale from $10K to $10M+ monthly spend.
  • agency-programmatic-display-buyer Display advertising and programmatic media buying specialist covering managed placements, Google Display Network, DV360, trade desk platforms, partner media (newsletters, sponsored content), and ABM display strategies via platforms like Demandbase and 6Sense.
  • agency-search-query-analyst Specialist in search term analysis, negative keyword architecture, and query-to-intent mapping. Turns raw search query data into actionable optimizations that eliminate waste and amplify high-intent traffic across paid search accounts.
  • agency-tracking-measurement-specialist Expert in conversion tracking architecture, tag management, and attribution modeling across Google Tag Manager, GA4, Google Ads, Meta CAPI, LinkedIn Insight Tag, and server-side implementations. Ensures every conversion is counted correctly and every dollar of ad spend is measurable.
imported / agency / product

Agency Product

Agency imported Product agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.4/5 Good
tier: community quality: 88/100 risk: high 5 agents 15 files 5/5 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-product --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-product --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-product --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-product --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 4 agents can write files.
  • 1 agents use command-level permission.
  • agency-behavioral-nudge-engine Behavioral psychology specialist that adapts software interaction cadences and styles to maximize user motivation and success.
  • agency-feedback-synthesizer Expert in collecting, analyzing, and synthesizing user feedback from multiple channels to extract actionable product insights. Transforms qualitative feedback into quantitative priorities and strategic recommendations.
  • agency-product-manager Holistic product leader who owns the full product lifecycle — from discovery and strategy through roadmap, stakeholder alignment, go-to-market, and outcome measurement. Bridges business goals, user needs, and technical reality to ship the right thing at the right time.
  • agency-sprint-prioritizer Expert product manager specializing in agile sprint planning, feature prioritization, and resource allocation. Focused on maximizing team velocity and business value delivery through data-driven prioritization frameworks.
  • agency-trend-researcher Expert market intelligence analyst specializing in identifying emerging trends, competitive analysis, and opportunity assessment. Focused on providing actionable insights that drive product strategy and innovation decisions.
imported / agency / project-management / project / management

Agency Project Management

Agency imported Project Management agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.8/5 Excellent
tier: community quality: 96/100 risk: high 7 agents 21 files 7/7 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-project-management --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-project-management --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-project-management --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-project-management --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 2 agents can write files.
  • 3 agents use command-level permission.
  • agency-experiment-tracker Expert project manager specializing in experiment design, execution tracking, and data-driven decision making. Focused on managing A/B tests, feature experiments, and hypothesis validation through systematic experimentation and rigorous analysis.
  • agency-jira-workflow-steward Expert delivery operations specialist who enforces Jira-linked Git workflows, traceable commits, structured pull requests, and release-safe branch strategy across software teams.
  • agency-meeting-notes-specialist Extract structured decisions, action items, and open questions from meeting transcripts or rough notes into a clean 4-section summary.
  • agency-project-shepherd Expert project manager specializing in cross-functional project coordination, timeline management, and stakeholder alignment. Focused on shepherding projects from conception to completion while managing resources, risks, and communications across multiple teams and departments.
  • agency-senior-project-manager Converts specs to tasks and remembers previous projects. Focused on realistic scope, no background processes, exact spec requirements
  • agency-studio-operations Expert operations manager specializing in day-to-day studio efficiency, process optimization, and resource coordination. Focused on ensuring smooth operations, maintaining productivity standards, and supporting all teams with the tools and processes needed for success.
  • agency-studio-producer Senior strategic leader specializing in high-level creative and technical project orchestration, resource allocation, and multi-project portfolio management. Focused on aligning creative vision with business objectives while managing complex cross-functional initiatives and ensuring optimal studio operations.
imported / agency / sales

Agency Sales 1

Agency imported Sales agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.9/5 Excellent
tier: community quality: 98/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-sales-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-sales-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-sales-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-sales-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents use command-level permission.
  • agency-account-strategist Expert post-sale account strategist specializing in land-and-expand execution, stakeholder mapping, QBR facilitation, and net revenue retention. Turns closed deals into long-term platform relationships through systematic expansion planning and multi-threaded account development.
  • agency-deal-strategist Senior deal strategist specializing in MEDDPICC qualification, competitive positioning, and win planning for complex B2B sales cycles. Scores opportunities, exposes pipeline risk, and builds deal strategies that survive forecast review.
  • agency-discovery-coach Coaches sales teams on elite discovery methodology — question design, current-state mapping, gap quantification, and call structure that surfaces real buying motivation.
  • agency-offer-lead-gen-strategist Top-of-funnel architect who designs irresistible offers and lead magnets that attract qualified buyers at scale. Specializes in value-equation offer construction, lead magnet typology, multi-channel lead generation, and compounding reach through customers, employees, agencies, and affiliates.
  • agency-outbound-strategist Signal-based outbound specialist who designs multi-channel prospecting sequences, defines ICPs, and builds pipeline through research-driven personalization — not volume.
  • agency-pipeline-analyst Revenue operations analyst specializing in pipeline health diagnostics, deal velocity analysis, forecast accuracy, and data-driven sales coaching. Turns CRM data into actionable pipeline intelligence that surfaces risks before they become missed quarters.
  • agency-proposal-strategist Strategic proposal architect who transforms RFPs and sales opportunities into compelling win narratives. Specializes in win theme development, competitive positioning, executive summary craft, and building proposals that persuade rather than merely comply.
  • agency-sales-coach Expert sales coaching specialist focused on rep development, pipeline review facilitation, call coaching, deal strategy, and forecast accuracy. Makes every rep and every deal better through structured coaching methodology and behavioral feedback.
imported / agency / sales

Agency Sales 2

Agency imported Sales agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.3/5 Good
tier: community quality: 85/100 risk: low 1 agents 3 files 1/1 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-sales-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-sales-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-sales-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-sales-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • agency-sales-engineer Senior pre-sales engineer specializing in technical discovery, demo engineering, POC scoping, competitive battlecards, and bridging product capabilities to business outcomes. Wins the technical decision so the deal can close.
imported / agency / security

Agency Security 1

Agency imported Security agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.9/5 Excellent
tier: community quality: 98/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-security-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-security-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-security-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-security-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents can write files.
  • agency-application-security-engineer AppSec specialist who secures the software development lifecycle through threat modeling, secure code review, SAST/DAST integration, and developer security education that makes secure code the default.
  • agency-blockchain-security-auditor Expert smart contract security auditor specializing in vulnerability detection, formal verification, exploit analysis, and comprehensive audit report writing for DeFi protocols and blockchain applications.
  • agency-cloud-security-architect Cloud-native security specialist designing zero trust architectures, implementing defense-in-depth across AWS, Azure, and GCP, and securing infrastructure-as-code pipelines from day one.
  • agency-compliance-auditor Expert technical compliance auditor specializing in SOC 2, ISO 27001, HIPAA, and PCI-DSS audits — from readiness assessment through evidence collection to certification.
  • agency-incident-responder Digital forensics and incident response specialist who leads breach investigations, contains active threats, coordinates crisis response, and writes post-mortems that prevent recurrence.
  • agency-penetration-tester Offensive security specialist conducting authorized penetration tests, red team operations, and vulnerability assessments across networks, web applications, and cloud infrastructure.
  • agency-security-architect Expert security architect specializing in threat modeling, secure-by-design architecture, trust-boundary analysis, defense-in-depth, and risk-based security reviews across web, API, cloud-native, and distributed systems. Designs the security model; hands code-level SAST/DAST and SDLC work to the AppSec Engineer.
  • agency-senior-secops-engineer Defensive application security specialist who scans every code submission for secrets and sensitive data exposure before anything else, then implements or audits security controls following the organization's security standard — covering authentication, authorization, tokens, cookies, HTTP headers, CORS, rate limiting, CSP, secrets management, input validation, and secure logging.
imported / agency / security

Agency Security 2

Agency imported Security agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

5.0/5 Excellent
tier: community quality: 100/100 risk: high 2 agents 6 files 2/2 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-security-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-security-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-security-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-security-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents can write files.
  • agency-threat-detection-engineer Expert detection engineer specializing in SIEM rule development, MITRE ATT&CK coverage mapping, threat hunting, alert tuning, and detection-as-code pipelines for security operations teams.
  • agency-threat-intelligence-analyst Cyber threat intelligence specialist who tracks adversary groups, maps attack campaigns to MITRE ATT&CK, produces actionable intelligence reports, and builds detection rules that catch real threats.
imported / agency / spatial-computing / spatial / computing

Agency Spatial Computing

Agency imported Spatial Computing agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.8/5 Excellent
tier: community quality: 95/100 risk: high 6 agents 18 files 6/6 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-spatial-computing --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-spatial-computing --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-spatial-computing --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-spatial-computing --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 3 agents can write files.
  • 1 agents use command-level permission.
  • agency-macos-spatial-metal-engineer Native Swift and Metal specialist building high-performance 3D rendering systems and spatial computing experiences for macOS and Vision Pro
  • agency-terminal-integration-specialist Terminal emulation, text rendering optimization, and SwiftTerm integration for modern Swift applications
  • agency-visionos-spatial-engineer Native visionOS spatial computing, SwiftUI volumetric interfaces, and Liquid Glass design implementation
  • agency-xr-cockpit-interaction-specialist Specialist in designing and developing immersive cockpit-based control systems for XR environments
  • agency-xr-immersive-developer Expert WebXR and immersive technology developer with specialization in browser-based AR/VR/XR applications
  • agency-xr-interface-architect Spatial interaction designer and interface strategist for immersive AR/VR/XR environments
imported / agency / specialized

Agency Specialized 1

Agency imported Specialized agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

5.0/5 Excellent
tier: community quality: 100/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-specialized-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-specialized-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-specialized-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-specialized-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents can write files.
  • 3 agents use command-level permission.
  • agency-accounts-payable-agent Autonomous payment processing specialist that executes vendor payments, contractor invoices, and recurring bills across any payment rail — crypto, fiat, stablecoins. Integrates with AI agent workflows via tool calls.
  • agency-agentic-identity-trust-architect Designs identity, authentication, and trust verification systems for autonomous AI agents operating in multi-agent environments. Ensures agents can prove who they are, what they're authorized to do, and what they actually did.
  • agency-agents-orchestrator Autonomous pipeline manager that orchestrates the entire development workflow. You are the leader of this process.
  • agency-automation-governance-architect Governance-first architect for business automations (n8n-first) who audits value, risk, and maintainability before implementation.
  • agency-business-strategist Senior management consulting specialist for competitive analysis, market entry strategy, business model design, growth planning, organizational strategy, and strategic decision-making — translating complex market dynamics into clear, actionable strategies that create sustainable competitive advantage
  • agency-change-management-consultant Expert change management specialist using ADKAR, Kotter, and Prosci frameworks to guide organizations through technology implementations, restructuring, culture transformation, and M&A integration — managing resistance, building adoption, and ensuring changes stick long after go-live
  • agency-chief-financial-officer Strategic finance executive who governs capital allocation, treasury operations, financial planning, M&A finance, investor relations, and board reporting — translating financial complexity into clear decisions that drive business performance and stakeholder confidence.
  • agency-chief-of-staff Master coordinator for founders and executives — filters noise, owns processes, enforces consistency, routes decisions, and positions outputs for impact so the boss can think clearly.
imported / agency / specialized

Agency Specialized 2

Agency imported Specialized agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.9/5 Excellent
tier: community quality: 98/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-specialized-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-specialized-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-specialized-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-specialized-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents can write files.
  • agency-civil-engineer Expert civil and structural engineer with global standards coverage — Eurocode, DIN, ACI, AISC, ASCE, AS/NZS, CSA, GB, IS, AIJ, and more. Specializes in structural analysis, geotechnical design, construction documentation, building code compliance, and multi-standard international projects.
  • agency-corporate-training-designer Expert in enterprise training system design and curriculum development — proficient in training needs analysis, instructional design methodology, blended learning program design, internal trainer development, leadership programs, and training effectiveness evaluation and continuous optimization.
  • agency-cultural-intelligence-strategist CQ specialist that detects invisible exclusion, researches global context, and ensures software resonates authentically across intersectional identities.
  • agency-customer-service Friendly, professional customer service specialist for any industry — handling inquiries, complaints, account support, FAQs, and seamless escalation with warmth, efficiency, and a genuine commitment to customer satisfaction
  • agency-customer-success-manager Strategic customer success specialist for onboarding, health scoring, QBR facilitation, churn prevention, expansion identification, and renewal management — driving net revenue retention by turning customers into long-term partners who achieve measurable outcomes
  • agency-data-consolidation-agent AI agent that consolidates extracted sales data into live reporting dashboards with territory, rep, and pipeline summaries
  • agency-data-privacy-officer Corporate data privacy specialist and DPO who builds GDPR, CCPA, and global privacy compliance programs — covering data mapping, privacy impact assessments, consent management, breach response, vendor due diligence, and regulatory engagement.
  • agency-developer-advocate Expert developer advocate specializing in building developer communities, creating compelling technical content, optimizing developer experience (DX), and driving platform adoption through authentic engineering engagement. Bridges product and engineering teams with external developers.
imported / agency / specialized

Agency Specialized 3

Agency imported Specialized agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.9/5 Excellent
tier: community quality: 98/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-specialized-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-specialized-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-specialized-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-specialized-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents can write files.
  • agency-document-generator Expert document creation specialist who generates professional PDF, PPTX, DOCX, and XLSX files using code-based approaches with proper formatting, charts, and data visualization.
  • agency-esg-sustainability-officer Corporate sustainability strategist and ESG reporting specialist who builds environmental, social, and governance programs, manages disclosures, drives decarbonization initiatives, and aligns business strategy with stakeholder and regulatory expectations.
  • agency-french-consulting-market-navigator Navigate the French ESN/SI freelance ecosystem — margin models, platform mechanics (Malt, collective.work), portage salarial, rate positioning, and payment cycle realities
  • agency-government-digital-presales-consultant Presales expert for China's government digital transformation market (ToG), proficient in policy interpretation, solution design, bid document preparation, POC validation, compliance requirements (classified protection/cryptographic assessment/Xinchuang domestic IT), and stakeholder management — helping technical teams efficiently win government IT projects.
  • agency-grant-writer Expert grant writing specialist for nonprofits, research institutions, and social enterprises — covering prospect research, letter of inquiry writing, full proposal development, budget narratives, federal and foundation grants, and post-award reporting to maximize funding success
  • agency-healthcare-customer-service Empathetic healthcare customer service specialist for patient support, billing inquiries, appointment management, insurance questions, complaint resolution, and seamless escalation to clinical or administrative staff
  • agency-healthcare-marketing-compliance-specialist Expert in healthcare marketing compliance in China, proficient in the Advertising Law, Medical Advertisement Management Measures, Drug Administration Law, and related regulations — covering pharmaceuticals, medical devices, medical aesthetics, health supplements, and internet healthcare across content review, risk control, platform rule interpretation, and patient privacy protection, helping enterprises conduct effective health marketing within legal boundaries.
  • agency-hospitality-guest-services Comprehensive hospitality guest services specialist for hotels, resorts, restaurants, and event venues — covering reservations, check-in/check-out, concierge services, guest complaint resolution, loyalty program management, and post-stay follow-up to deliver exceptional guest experiences that drive loyalty and revenue
imported / agency / specialized

Agency Specialized 4

Agency imported Specialized agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

5.0/5 Excellent
tier: community quality: 100/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-specialized-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-specialized-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-specialized-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-specialized-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents can write files.
  • agency-hr-onboarding Comprehensive HR onboarding specialist for employee orientation, documentation management, compliance tracking, benefits enrollment, culture integration, and new hire support — delivering a seamless first-day-to-first-year experience that drives retention and productivity
  • agency-identity-graph-operator Operates a shared identity graph that multiple AI agents resolve against. Ensures every agent in a multi-agent system gets the same canonical answer for "who is this entity?" - deterministically, even under concurrent writes.
  • agency-korean-business-navigator Korean business culture for foreign professionals — 품의 decision process, nunchi reading, KakaoTalk business etiquette, hierarchy navigation, and relationship-first deal mechanics
  • agency-language-translator Real-time Spanish ↔ English translation specialist with cultural context, regional dialect awareness, travel phrase guidance, and tone-appropriate communication for everyday, business, and emergency situations
  • agency-legal-billing-time-tracking Comprehensive legal billing and time tracking specialist for accurate time capture, invoice generation, billing narrative writing, collections management, trust account compliance, and billing analysis — maximizing revenue recovery while maintaining client relationships and ethical compliance across any firm size or billing model
  • agency-legal-client-intake Comprehensive legal client intake specialist for qualifying prospects, collecting case information, scheduling consultations, managing conflict checks, and delivering attorney-ready intake summaries across any practice area and firm size
  • agency-legal-document-review Comprehensive legal document review specialist for contracts, litigation documents, and real estate agreements — summarizing documents, flagging risk clauses, comparing contract versions, and checking compliance across any law firm size or practice area
  • agency-loan-officer-assistant Comprehensive loan officer assistant for mortgage and lending professionals — covering borrower intake, pre-qualification, document collection, pipeline management, compliance tracking, rate quoting, and closing coordination across residential, commercial, and consumer lending
imported / agency / specialized

Agency Specialized 5

Agency imported Specialized agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

5.0/5 Excellent
tier: community quality: 100/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-specialized-5 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-specialized-5 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-specialized-5 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-specialized-5 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 3 agents can write files.
  • 1 agents use command-level permission.
  • agency-lsp-index-engineer Language Server Protocol specialist building unified code intelligence systems through LSP client orchestration and semantic indexing
  • agency-m-a-integration-manager Mergers and acquisitions integration specialist who designs and executes post-merger integration programs — covering Day 1 readiness, 100-day planning, synergy tracking, cultural integration, functional workstream coordination, and transition service agreement management.
  • agency-mcp-builder Expert Model Context Protocol developer who designs, builds, and tests MCP servers that extend AI agent capabilities with custom tools, resources, and prompts.
  • agency-medical-billing-coding-specialist Expert medical billing and coding specialist for ICD-10-CM/PCS, CPT, and HCPCS coding, claim submission, denial management, revenue cycle optimization, compliance auditing, and payer contract analysis — maximizing clean claim rates and revenue recovery for healthcare providers of all sizes
  • agency-model-qa-specialist Independent model QA expert who audits ML and statistical models end-to-end - from documentation review and data reconstruction to replication, calibration testing, interpretability analysis, performance monitoring, and audit-grade reporting.
  • agency-operations-manager Business operations specialist who applies Lean, Six Sigma, and systems thinking to process mapping, capacity planning, KPI governance, vendor management, and organizational efficiency — turning operational complexity into repeatable, measurable performance.
  • agency-organizational-psychologist Applied organizational psychologist who diagnoses team dynamics, psychological safety, burnout risk, and culture health — using evidence-based frameworks to help leaders build high-performing, resilient, and psychologically safe organizations.
  • agency-personal-growth-mentor Cross-domain personal development mentor for goal clarity, habit design, strategic decisions, and accountability without motivational fluff.
imported / agency / specialized

Agency Specialized 6

Agency imported Specialized agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.9/5 Excellent
tier: community quality: 97/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-specialized-6 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-specialized-6 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-specialized-6 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-specialized-6 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 2 agents can write files.
  • agency-pricing-analyst Specialized pricing analyst who develops optimal pricing models through market research, competitor analysis, cost structure evaluation, and margin optimization — turning pricing from guesswork into a data-driven competitive advantage.
  • agency-real-estate-buyer-seller Comprehensive real estate agent assistant for buyer representation, seller representation, listing management, offer negotiation, transaction coordination, and closing support — delivering a world-class client experience from first showing to final closing across residential and investment real estate
  • agency-recruitment-specialist Expert recruitment operations and talent acquisition specialist — skilled in China's major hiring platforms, talent assessment frameworks, and labor law compliance. Helps companies efficiently attract, screen, and retain top talent while building a competitive employer brand.
  • agency-report-distribution-agent AI agent that automates distribution of consolidated sales reports to representatives based on territorial parameters
  • agency-retail-customer-returns Comprehensive retail customer returns specialist for processing returns, exchanges, and refunds across in-store, online, and omnichannel retail — handling policy enforcement, fraud prevention, customer retention, vendor returns, and returns analytics to maximize recovery while preserving customer loyalty
  • agency-sales-data-extraction-agent AI agent specialized in monitoring Excel files and extracting key sales metrics (MTD, YTD, Year End) for internal live reporting
  • agency-sales-outreach Consultative B2B sales outreach specialist for cold prospecting, lead follow-up, objection handling, proposal writing, and pipeline management — combining data-driven targeting with genuine relationship-building to open doors and close deals
  • agency-salesforce-architect Solution architecture for Salesforce platform — multi-cloud design, integration patterns, governor limits, deployment strategy, and data model governance for enterprise-scale orgs
imported / agency / specialized

Agency Specialized 7

Agency imported Specialized agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.8/5 Excellent
tier: community quality: 96/100 risk: high 4 agents 12 files 4/4 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-specialized-7 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-specialized-7 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-specialized-7 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-specialized-7 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 2 agents can write files.
  • 1 agents use command-level permission.
  • agency-study-abroad-advisor Full-spectrum study abroad planning expert covering the US, UK, Canada, Australia, Europe, Hong Kong, and Singapore — proficient in undergraduate, master's, and PhD application strategy, school selection, essay coaching, profile enhancement, standardized test planning, visa preparation, and overseas life adaptation, helping Chinese students craft personalized end-to-end study abroad plans.
  • agency-supply-chain-strategist Expert supply chain management and procurement strategy specialist — skilled in supplier development, strategic sourcing, quality control, and supply chain digitalization. Grounded in China's manufacturing ecosystem, helps companies build efficient, resilient, and sustainable supply chains.
  • agency-workflow-architect Workflow design specialist who maps complete workflow trees for every system, user journey, and agent interaction — covering happy paths, all branch conditions, failure modes, recovery paths, handoff contracts, and observable states to produce build-ready specs that agents can implement against and QA can test against.
  • agency-zk-steward Knowledge-base steward in the spirit of Niklas Luhmann's Zettelkasten. Default perspective: Luhmann; switches to domain experts (Feynman, Munger, Ogilvy, etc.) by task. Enforces atomic notes, connectivity, and validation loops. Use for knowledge-base building, note linking, complex task breakdown, and cross-domain decision support.
imported / agency / strategy

Agency Strategy

Agency imported Strategy agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.5/5 Excellent
tier: community quality: 90/100 risk: high 3 agents 9 files 3/3 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-strategy --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-strategy --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-strategy --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-strategy --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents can write files.
  • 1 agents use command-level permission.
  • agency-executive-brief Imported strategy specialist for executive brief workflows, review, planning, and targeted execution.
  • agency-nexus-strategy Imported strategy specialist for nexus strategy workflows, review, planning, and targeted execution.
  • agency-quickstart Imported strategy specialist for quickstart workflows, review, planning, and targeted execution.
imported / agency / support

Agency Support

Agency imported Support agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.9/5 Excellent
tier: community quality: 98/100 risk: high 6 agents 18 files 6/6 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-support --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-support --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-support --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-support --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 5 agents can write files.
  • agency-analytics-reporter Expert data analyst transforming raw data into actionable business insights. Creates dashboards, performs statistical analysis, tracks KPIs, and provides strategic decision support through data visualization and reporting.
  • agency-executive-summary-generator Consultant-grade AI specialist trained to think and communicate like a senior strategy consultant. Transforms complex business inputs into concise, actionable executive summaries using McKinsey SCQA, BCG Pyramid Principle, and Bain frameworks for C-suite decision-makers.
  • agency-finance-tracker Expert financial analyst and controller specializing in financial planning, budget management, and business performance analysis. Maintains financial health, optimizes cash flow, and provides strategic financial insights for business growth.
  • agency-infrastructure-maintainer Expert infrastructure specialist focused on system reliability, performance optimization, and technical operations management. Maintains robust, scalable infrastructure supporting business operations with security, performance, and cost efficiency.
  • agency-legal-compliance-checker Expert legal and compliance specialist ensuring business operations, data handling, and content creation comply with relevant laws, regulations, and industry standards across multiple jurisdictions.
  • agency-support-responder Expert customer support specialist delivering exceptional customer service, issue resolution, and user experience optimization. Specializes in multi-channel support, proactive customer care, and turning support interactions into positive brand experiences.
imported / agency / testing

Agency Testing

Agency imported Testing agents from msitarzewski/agency-agents, split into a focused pack for discovery and optional installation.

4.7/5 Excellent
tier: community quality: 93/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-testing --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit agency-testing --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff agency-testing --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply agency-testing --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 2 agents can write files.
  • 1 agents use command-level permission.
  • agency-accessibility-auditor Expert accessibility specialist who audits interfaces against WCAG standards, tests with assistive technologies, and ensures inclusive design. Defaults to finding barriers — if it's not tested with a screen reader, it's not accessible.
  • agency-api-tester Expert API testing specialist focused on comprehensive API validation, performance testing, and quality assurance across all systems and third-party integrations
  • agency-evidence-collector Screenshot-obsessed, fantasy-allergic QA specialist - Default to finding 3-5 issues, requires visual proof for everything
  • agency-performance-benchmarker Expert performance testing and optimization specialist focused on measuring, analyzing, and improving system performance across all applications and infrastructure
  • agency-reality-checker Stops fantasy approvals, evidence-based certification - Default to "NEEDS WORK", requires overwhelming proof for production readiness
  • agency-test-results-analyzer Expert test analysis specialist focused on comprehensive test result evaluation, quality metrics analysis, and actionable insight generation from testing activities
  • agency-tool-evaluator Expert technology assessment specialist focused on evaluating, testing, and recommending tools, software, and platforms for business use and productivity optimization
  • agency-workflow-optimizer Expert process improvement specialist focused on analyzing, optimizing, and automating workflows across all business functions for maximum productivity and efficiency
imported / voltagent / business-product / business / product

VoltAgent Business Product 1

VoltAgent imported Business Product agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.5/5 Good
tier: community quality: 89/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-business-product-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-business-product-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-business-product-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-business-product-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 8 agents can write files.
  • 2 agents use command-level permission.
  • voltagent-assumption-mapping Use when the user needs to identify and prioritize risky assumptions in a product idea, feature, or strategy. Triggers on: 'assumptions', 'what could go wrong', 'validate', 'riskiest assumption', 'de-risk', 'assumption map'.
  • voltagent-backlog-grooming Use when the user needs to groom, refine, or clean up a product backlog. Triggers on: 'groom backlog', 'backlog refinement', 'backlog grooming', 'clean up backlog', 'refine stories', 'sprint refinement', 'backlog management'.
  • voltagent-business-analyst Use when analyzing business processes, gathering requirements from stakeholders, or identifying process improvement opportunities to drive operational efficiency and measurable business value.
  • voltagent-content-marketer Use this agent when you need to develop comprehensive content strategies, create SEO-optimized marketing content, or execute multi-channel content campaigns to drive engagement and conversions. Invoke this agent for content planning, content creation, audience analysis, and measuring content ROI.
  • voltagent-content-quality-editor Use this agent before publishing any AI-generated content — blog posts, READMEs, release notes, commit messages, PR descriptions, documentation, or social posts. Strips AI writing patterns using unslop, then performs a final quality pass.
  • voltagent-customer-success-manager Use this agent when you need to assess customer health, develop retention strategies, identify upsell opportunities, or maximize customer lifetime value. Invoke this agent for account health analysis, churn prevention, product adoption optimization, and customer success planning.
  • voltagent-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'.
  • voltagent-legal-advisor Use this agent when you need to draft contracts, review compliance requirements, develop IP protection strategies, or assess legal risks for technology businesses.
imported / voltagent / business-product / business / product

VoltAgent Business Product 2

VoltAgent imported Business Product agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.3/5 Good
tier: community quality: 85/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-business-product-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-business-product-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-business-product-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-business-product-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 8 agents can write files.
  • 1 agents use command-level permission.
  • voltagent-license-engineer Use this agent when architecting, implementing, or optimizing end-to-end legal licensing systems—from OSI standard selection and dependency compliance pipelines to proprietary deployment and risk monitoring.
  • voltagent-product-manager Use this agent when you need to make product strategy decisions, prioritize features, or define roadmap plans based on user needs and business goals.
  • voltagent-project-manager Use this agent when you need to establish project plans, track execution progress, manage risks, control budget/schedule, and coordinate stakeholders across complex initiatives.
  • voltagent-sales-engineer Use this agent when you need to conduct technical pre-sales activities including solution architecture, proof-of-concept development, and technical demonstrations for complex sales deals.
  • voltagent-scrum-master Use when teams need facilitation, process optimization, velocity improvement, or agile ceremony management—especially for sprint planning, retrospectives, impediment removal, and scaling agile practices across multiple teams.
  • voltagent-technical-writer Use this agent when you need to create, improve, or maintain technical documentation including API references, user guides, SDK documentation, and getting-started guides.
  • voltagent-ux-researcher Use this agent when you need to conduct user research, analyze user behavior, or generate actionable insights to validate design decisions and uncover user needs. Invoke when you need usability testing, user interviews, survey design, analytics interpretation, persona development, or competitive research to inform product strategy.
  • voltagent-wordpress-master Use this agent when you need to architect, optimize, or troubleshoot WordPress implementations ranging from custom theme/plugin development to enterprise-scale multisite platforms. Invoke this agent for performance optimization, security hardening, headless WordPress APIs, WooCommerce solutions, and scaling WordPress to handle millions of visitors.
imported / voltagent / core-development / core / development

VoltAgent Core Development 1

VoltAgent imported Core Development agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.2/5 Good
tier: community quality: 83/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-core-development-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-core-development-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-core-development-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-core-development-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 8 agents can write files.
  • 8 agents use command-level permission.
  • voltagent-api-designer Use this agent when designing new APIs, creating API specifications, or refactoring existing API architecture for scalability and developer experience. Invoke when you need REST/GraphQL endpoint design, OpenAPI documentation, authentication patterns, or API versioning strategies.
  • voltagent-backend-developer Use this agent when building server-side APIs, microservices, and backend systems that require robust architecture, scalability planning, and production-ready implementation.
  • voltagent-design-bridge Use this agent when you need to translate a DESIGN.md from the VoltAgent/awesome-design-md repository into polished Claude Code instructions for building user interfaces that faithfully match the chosen brand. Invoke this agent whenever a developer or designer asks to replicate the look and feel of an existing product or website.
  • voltagent-electron-pro Use this agent when building Electron desktop applications that require native OS integration, cross-platform distribution, security hardening, and performance optimization. Use electron-pro for complete desktop app development from architecture to signed, distributable installers.
  • voltagent-frontend-developer Use when building complete frontend applications across React, Vue, and Angular frameworks requiring multi-framework expertise and full-stack integration.
  • voltagent-fullstack-developer Use this agent when you need to build complete features spanning database, API, and frontend layers together as a cohesive unit.
  • voltagent-graphql-architect Use this agent when designing or evolving GraphQL schemas across microservices, implementing federation architectures, or optimizing query performance in distributed graphs.
  • voltagent-microservices-architect Use when designing distributed system architecture, decomposing monolithic applications into independent microservices, or establishing communication patterns between services at scale.
imported / voltagent / core-development / core / development

VoltAgent Core Development 2

VoltAgent imported Core Development agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.3/5 Good
tier: community quality: 85/100 risk: high 3 agents 9 files 3/3 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-core-development-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-core-development-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-core-development-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-core-development-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 3 agents can write files.
  • 3 agents use command-level permission.
  • voltagent-mobile-developer Use this agent when building cross-platform mobile applications requiring native performance optimization, platform-specific features, and offline-first architecture. Use for React Native and Flutter projects where code sharing must exceed 80% while maintaining iOS and Android native excellence.
  • voltagent-ui-designer Use this agent when designing visual interfaces, creating design systems, building component libraries, or refining user-facing aesthetics requiring expert visual design, interaction patterns, and accessibility considerations.
  • voltagent-websocket-engineer Use this agent when implementing real-time bidirectional communication features using WebSockets, Socket.IO, or similar technologies at scale.
imported / voltagent / data-ai / data / ai

VoltAgent Data Ai 1

VoltAgent imported Data Ai agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

3.8/5 Good
tier: community quality: 76/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-data-ai-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-data-ai-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-data-ai-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-data-ai-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 8 agents can write files.
  • 8 agents use command-level permission.
  • voltagent-ai-engineer Use this agent when architecting, implementing, or optimizing end-to-end AI systems—from model selection and training pipelines to production deployment and monitoring.
  • voltagent-data-analyst Use when you need to extract insights from business data, create dashboards and reports, or perform statistical analysis to support decision-making.
  • voltagent-data-engineer Use this agent when you need to design, build, or optimize data pipelines, ETL/ELT processes, and data infrastructure. Invoke when designing data platforms, implementing pipeline orchestration, handling data quality issues, or optimizing data processing costs.
  • voltagent-data-scientist Use this agent when you need to analyze data patterns, build predictive models, or extract statistical insights from datasets. Invoke this agent for exploratory analysis, hypothesis testing, machine learning model development, and translating findings into business recommendations.
  • voltagent-database-optimizer Use this agent when you need to analyze slow queries, optimize database performance across multiple systems, or implement indexing strategies to improve query execution.
  • voltagent-llm-architect Use when designing LLM systems for production, implementing fine-tuning or RAG architectures, optimizing inference serving infrastructure, or managing multi-model deployments.
  • voltagent-machine-learning-engineer Use this agent when you need to deploy, optimize, or serve machine learning models at scale in production environments.
  • voltagent-ml-engineer Use this agent when building production ML systems requiring model training pipelines, model serving infrastructure, performance optimization, and automated retraining.
imported / voltagent / data-ai / data / ai

VoltAgent Data Ai 2

VoltAgent imported Data Ai agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.1/5 Good
tier: community quality: 82/100 risk: high 5 agents 15 files 5/5 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-data-ai-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-data-ai-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-data-ai-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-data-ai-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 5 agents can write files.
  • 5 agents use command-level permission.
  • voltagent-mlops-engineer Use this agent when you need to design and implement ML infrastructure, set up CI/CD for machine learning models, establish model versioning systems, or optimize ML platforms for reliability and automation. Invoke this agent to build production-grade experiment tracking, implement automated training pipelines, configure GPU resource orchestration, and establish operational monitoring for ML systems.
  • voltagent-nlp-engineer Use when building production NLP systems, implementing text processing pipelines, developing language models, or solving domain-specific NLP tasks like named entity recognition, sentiment analysis, or machine translation.
  • voltagent-postgres-pro Use when you need to optimize PostgreSQL performance, design high-availability replication, or troubleshoot database issues at scale. Invoke this agent for query optimization, configuration tuning, replication setup, backup strategies, and mastering advanced PostgreSQL features for enterprise deployments.
  • voltagent-prompt-engineer Use this agent when you need to design, optimize, test, or evaluate prompts for large language models in production systems.
  • voltagent-reinforcement-learning-engineer Use when designing RL environments, training agents with reward optimization, implementing policy gradient methods, or deploying decision-making systems for robotics, gaming, and autonomous operations.
imported / voltagent / developer-experience / developer / experience

VoltAgent Developer Experience 1

VoltAgent imported Developer Experience agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.4/5 Good
tier: community quality: 87/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-developer-experience-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-developer-experience-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-developer-experience-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-developer-experience-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 8 agents can write files.
  • 7 agents use command-level permission.
  • voltagent-build-engineer Use this agent when you need to optimize build performance, reduce compilation times, or scale build systems across growing teams.
  • voltagent-cli-developer Use this agent when building command-line tools and terminal applications that require intuitive command design, cross-platform compatibility, and optimized developer experience.
  • voltagent-dependency-manager Use this agent when you need to audit dependencies for vulnerabilities, resolve version conflicts, optimize bundle sizes, or implement automated dependency updates.
  • voltagent-documentation-engineer Use this agent when you need to create, architect, or overhaul comprehensive documentation systems including API docs, tutorials, guides, and developer-friendly content that keeps pace with code changes.
  • voltagent-dx-optimizer Use this agent when optimizing the complete developer workflow including build times, feedback loops, testing efficiency, and developer satisfaction metrics across the entire development environment.
  • voltagent-git-workflow-manager Use this agent when you need to design, establish, or optimize Git workflows, branching strategies, and merge management for a project or team.
  • voltagent-legacy-modernizer Use this agent when modernizing legacy systems that need incremental migration strategies, technical debt reduction, and risk mitigation while maintaining business continuity.
  • voltagent-mcp-developer Use this agent when you need to build, debug, or optimize Model Context Protocol (MCP) servers and clients that connect AI systems to external tools and data sources.
imported / voltagent / developer-experience / developer / experience

VoltAgent Developer Experience 2

VoltAgent imported Developer Experience agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.6/5 Excellent
tier: community quality: 91/100 risk: high 7 agents 21 files 7/7 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-developer-experience-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-developer-experience-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-developer-experience-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-developer-experience-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 7 agents can write files.
  • 7 agents use command-level permission.
  • voltagent-powershell-module-architect Use this agent when architecting and refactoring PowerShell modules, designing profile systems, or creating cross-version compatible automation libraries. Invoke it for module design reviews, profile optimization, packaging reusable code, and standardizing function structure across teams.
  • voltagent-powershell-ui-architect Use when designing or building desktop graphical interfaces (WinForms, WPF, Metro-style dashboards) or terminal user interfaces (TUIs) for PowerShell automation tools that need clean separation between UI and business logic.
  • voltagent-readme-generator Use this agent when you need a maintainer-ready README built from exact repository reality, with deep codebase scanning, zero hallucination, and optional git commit/push only when explicitly requested.
  • voltagent-refactoring-specialist Use when you need to transform poorly structured, complex, or duplicated code into clean, maintainable systems while preserving all existing behavior.
  • voltagent-slack-expert Use this agent when developing Slack applications, implementing Slack API integrations, or reviewing Slack bot code for security and best practices.
  • voltagent-tooling-engineer Use this agent when you need to build or enhance developer tools including CLIs, code generators, build tools, and IDE extensions.
  • voltagent-visual-asset-generator Use this agent when you need to generate production-ready visual assets for a project — app icons, favicons, OG images, logos, wordmarks, or social media images. Invokes the prompt-to-asset MCP server to route generation requests across 30+ image models.
imported / voltagent / infrastructure

VoltAgent Infrastructure 1

VoltAgent imported Infrastructure agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.3/5 Good
tier: community quality: 85/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-infrastructure-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-infrastructure-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-infrastructure-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-infrastructure-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 8 agents can write files.
  • 8 agents use command-level permission.
  • voltagent-azure-infra-engineer Use when designing, deploying, or managing Azure infrastructure with focus on network architecture, Entra ID integration, PowerShell automation, and Bicep IaC.
  • voltagent-cloud-architect Use this agent when you need to design, evaluate, or optimize cloud infrastructure architecture at scale. Invoke when designing multi-cloud strategies, planning cloud migrations, implementing disaster recovery, optimizing cloud costs, or ensuring security/compliance across cloud platforms.
  • voltagent-database-administrator Use this agent when optimizing database performance, implementing high-availability architectures, setting up disaster recovery, or managing database infrastructure for production systems.
  • voltagent-deployment-engineer Use this agent when designing, building, or optimizing CI/CD pipelines and deployment automation strategies.
  • voltagent-devops-engineer Use this agent when building or optimizing infrastructure automation, CI/CD pipelines, containerization strategies, and deployment workflows to accelerate software delivery while maintaining reliability and security.
  • voltagent-devops-incident-responder Use when actively responding to production incidents, diagnosing critical service failures, or conducting incident postmortems to implement permanent fixes and preventative measures.
  • voltagent-docker-expert Use this agent when you need to build, optimize, or secure Docker container images and orchestration for production environments.
  • voltagent-incident-responder Use this agent when an active security breach, service outage, or operational incident requires immediate response, evidence preservation, and coordinated recovery.
imported / voltagent / infrastructure

VoltAgent Infrastructure 2

VoltAgent imported Infrastructure agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.6/5 Excellent
tier: community quality: 91/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-infrastructure-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-infrastructure-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-infrastructure-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-infrastructure-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 8 agents can write files.
  • 8 agents use command-level permission.
  • voltagent-kubernetes-specialist Use this agent when you need to design, deploy, configure, or troubleshoot Kubernetes clusters and workloads in production environments.
  • voltagent-network-engineer Use this agent when designing, optimizing, or troubleshooting cloud and hybrid network infrastructures, or when addressing network security, performance, or reliability challenges.
  • voltagent-platform-engineer Use when building or improving internal developer platforms (IDPs), designing self-service infrastructure, or optimizing developer workflows to reduce friction and accelerate delivery. The platform-engineer agent specializes in designing platform architecture, implementing golden paths, and maximizing developer self-service capabilities.
  • voltagent-security-engineer Use this agent when implementing comprehensive security solutions across infrastructure, building automated security controls into CI/CD pipelines, or establishing compliance and vulnerability management programs. Invoke for threat modeling, zero-trust architecture design, security automation implementation, and shifting security left into development workflows.
  • voltagent-sre-engineer Use this agent when you need to establish or improve system reliability through SLO definition, error budget management, and automation. Invoke when implementing SLI/SLO frameworks, reducing operational toil, designing fault-tolerant systems, conducting chaos engineering, or optimizing incident response processes.
  • voltagent-terraform-engineer Use when building, refactoring, or scaling infrastructure as code using Terraform with focus on multi-cloud deployments, module architecture, and enterprise-grade state management.
  • voltagent-terragrunt-expert Expert Terragrunt specialist mastering infrastructure orchestration, DRY configurations, and multi-environment deployments. Masters stacks, units, dependency management, and scalable IaC patterns with focus on code reuse, maintainability, and enterprise-grade infrastructure automation.
  • voltagent-windows-infra-admin Use when managing Windows Server infrastructure, Active Directory, DNS, DHCP, and Group Policy configurations, especially for enterprise-scale deployments requiring safe automation and compliance validation.
imported / voltagent / language-specialists / language / specialists

VoltAgent Language Specialists 1

VoltAgent imported Language Specialists agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.4/5 Good
tier: community quality: 87/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-language-specialists-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-language-specialists-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-language-specialists-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-language-specialists-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 8 agents can write files.
  • 8 agents use command-level permission.
  • voltagent-angular-architect Use when architecting enterprise Angular 15+ applications with complex state management, optimizing RxJS patterns, designing micro-frontend systems, or solving performance and scalability challenges in large codebases.
  • voltagent-cpp-pro Use this agent when building high-performance C++ systems requiring modern C++20/23 features, template metaprogramming, or zero-overhead abstractions for systems programming, embedded systems, or performance-critical applications.
  • voltagent-csharp-developer Use this agent when building ASP.NET Core web APIs, cloud-native .NET solutions, or modern C# applications requiring async patterns, dependency injection, Entity Framework optimization, and clean architecture.
  • voltagent-django-developer Use when building Django 4+ web applications, REST APIs, or modernizing existing Django projects with async views and enterprise patterns.
  • voltagent-dotnet-core-expert Use when building .NET Core applications requiring cloud-native architecture, high-performance microservices, modern C# patterns, or cross-platform deployment with minimal APIs and advanced ASP.NET Core features.
  • voltagent-dotnet-framework-4-8-expert Use this agent when working on legacy .NET Framework 4.8 enterprise applications that require maintenance, modernization, or integration with Windows-based infrastructure.
  • voltagent-elixir-expert Use this agent when you need to build fault-tolerant, concurrent systems leveraging OTP patterns, GenServer architectures, and Phoenix framework for real-time applications.
  • voltagent-expo-react-native-expert Use when building mobile applications with Expo and React Native that require native module integration, navigation setup, performant animations, push notifications, OTA updates, or App Store/Play Store deployment.
imported / voltagent / language-specialists / language / specialists

VoltAgent Language Specialists 2

VoltAgent imported Language Specialists agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.3/5 Good
tier: community quality: 85/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-language-specialists-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-language-specialists-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-language-specialists-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-language-specialists-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 8 agents can write files.
  • 8 agents use command-level permission.
  • voltagent-fastapi-developer Use when building modern async Python APIs with FastAPI, implementing Pydantic v2 validation, dependency injection patterns, or deploying high-performance ASGI applications.
  • voltagent-flutter-expert Use when building cross-platform mobile applications with Flutter 3+ that require custom UI implementation, complex state management, native platform integrations, or performance optimization across iOS/Android/Web.
  • voltagent-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.
  • voltagent-java-architect Use this agent when designing enterprise Java architectures, migrating Spring Boot applications, or establishing microservices patterns for scalable cloud-native systems.
  • voltagent-javascript-pro Use this agent when you need to build, optimize, or refactor modern JavaScript code for browser, Node.js, or full-stack applications requiring ES2023+ features, async patterns, or performance-critical implementations.
  • voltagent-kotlin-specialist Use when building Kotlin applications requiring advanced coroutine patterns, multiplatform code sharing, or Android/server-side development with functional programming principles.
  • voltagent-laravel-specialist Use when building Laravel 10+ applications, architecting Eloquent models with complex relationships, implementing queue systems for async processing, or optimizing API performance.
  • voltagent-nextjs-developer Use this agent when building production Next.js 14+ applications that require full-stack development with App Router, server components, and advanced performance optimization. Invoke when you need to architect or implement complete Next.js applications, optimize Core Web Vitals, implement server actions and mutations, or deploy SEO-optimized applications.
imported / voltagent / language-specialists / language / specialists

VoltAgent Language Specialists 3

VoltAgent imported Language Specialists agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.5/5 Good
tier: community quality: 89/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-language-specialists-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-language-specialists-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-language-specialists-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-language-specialists-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 8 agents can write files.
  • 8 agents use command-level permission.
  • voltagent-node-specialist Use this agent when you need to build, optimize, or debug Node.js backend applications, APIs, CLIs, or microservices requiring deep ecosystem knowledge and server-side JavaScript expertise.
  • voltagent-php-pro Use this agent when working with PHP 8.3+ projects that require strict typing, modern language features, and enterprise framework expertise (Laravel or Symfony). Use when building scalable applications, optimizing performance, or requiring async/Fiber patterns.
  • voltagent-powershell-5-1-expert Use when automating Windows infrastructure tasks requiring PowerShell 5.1 scripts with RSAT modules for Active Directory, DNS, DHCP, GPO management, or when building safe, enterprise-grade automation workflows in legacy .NET Framework environments.
  • voltagent-powershell-7-expert Use when building cross-platform cloud automation scripts, Azure infrastructure orchestration, or CI/CD pipelines requiring PowerShell 7+ with modern .NET interop, idempotent operations, and enterprise-grade error handling.
  • voltagent-python-pro Use this agent when you need to build type-safe, production-ready Python code for web APIs, system utilities, or complex applications requiring modern async patterns and extensive type coverage.
  • voltagent-rails-expert Use when building or modernizing Rails applications requiring API development, Hotwire reactivity, real-time features, background job processing, deployment automation, or Rails-idiomatic patterns for maximum productivity. Version-aware: adapts to Rails 7.x and 8.x projects.
  • voltagent-react-specialist Use when optimizing existing React applications for performance, implementing advanced React 18+ features, or solving complex state management and architectural challenges within React codebases.
  • voltagent-rust-engineer Use when building Rust systems where memory safety, ownership patterns, zero-cost abstractions, and performance optimization are critical for systems programming, embedded development, async applications, or high-performance services.
imported / voltagent / language-specialists / language / specialists

VoltAgent Language Specialists 4

VoltAgent imported Language Specialists agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.4/5 Good
tier: community quality: 88/100 risk: high 6 agents 18 files 6/6 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-language-specialists-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-language-specialists-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-language-specialists-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-language-specialists-4 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 6 agents can write files.
  • 6 agents use command-level permission.
  • voltagent-spring-boot-engineer Use this agent when building enterprise Spring Boot 3+ applications requiring microservices architecture, cloud-native deployment, or reactive programming patterns.
  • voltagent-sql-pro Use this agent when you need to optimize complex SQL queries, design efficient database schemas, or solve performance issues across PostgreSQL, MySQL, SQL Server, and Oracle requiring advanced query optimization, index strategies, or data warehouse patterns.
  • voltagent-swift-expert Use this agent when building native iOS, macOS, or server-side Swift applications requiring advanced concurrency patterns, protocol-oriented architecture, and Swift-specific optimizations. Invoke for SwiftUI modernization, async/await implementation, actor-based state management, or memory safety concerns.
  • voltagent-symfony-specialist Use when building Symfony 6+/7+/8+ applications, architecting Doctrine ORM entities with complex relationships, implementing Messenger component for async processing, or optimizing API Platform performance.
  • voltagent-typescript-pro Use when implementing TypeScript code requiring advanced type system patterns, complex generics, type-level programming, or end-to-end type safety across full-stack applications.
  • voltagent-vue-expert Use this agent when building Vue 3 applications that require Composition API mastery, reactivity optimization, or Nuxt 3 development with enterprise-scale performance concerns.
imported / voltagent / meta-orchestration / meta / orchestration

VoltAgent Meta Orchestration 1

VoltAgent imported Meta Orchestration agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.1/5 Good
tier: community quality: 82/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-meta-orchestration-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-meta-orchestration-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-meta-orchestration-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-meta-orchestration-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 8 agents can write files.
  • 3 agents use command-level permission.
  • voltagent-agent-installer Use this agent when the user wants to discover, browse, or install Claude Code agents from the awesome-claude-code-subagents repository.
  • voltagent-agent-organizer Use when assembling and optimizing multi-agent teams to execute complex projects that require careful task decomposition, agent capability matching, and workflow coordination.
  • voltagent-codebase-orchestrator Use this agent when you need repository-wide refactor governance with explicit approval loops, weighted risk prioritization, diff previews, and deterministic fallback strategies.
  • voltagent-context-manager Use for managing shared state, information retrieval, and data synchronization when multiple agents need coordinated access to context and metadata.
  • voltagent-error-coordinator Use this agent when distributed system errors occur and need coordinated handling across multiple components, or when you need to implement comprehensive error recovery strategies with automated failure detection and cascade prevention.
  • voltagent-it-ops-orchestrator Use for orchestrating complex IT operations tasks that span multiple domains (PowerShell automation, .NET development, infrastructure management, Azure, M365) by intelligently routing work to specialized agents.
  • voltagent-knowledge-synthesizer Use when you need to extract actionable patterns from agent interactions, synthesize insights across multiple workflows, and enable organizational learning from collective experience.
  • voltagent-multi-agent-coordinator Use when coordinating multiple concurrent agents that need to communicate, share state, synchronize work, and handle distributed failures across a system.
imported / voltagent / meta-orchestration / meta / orchestration

VoltAgent Meta Orchestration 2

VoltAgent imported Meta Orchestration agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

3.8/5 Good
tier: community quality: 75/100 risk: high 3 agents 9 files 3/3 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-meta-orchestration-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-meta-orchestration-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-meta-orchestration-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-meta-orchestration-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 3 agents can write files.
  • voltagent-performance-monitor Use when establishing observability infrastructure to track system metrics, detect performance anomalies, and optimize resource usage across multi-agent environments.
  • voltagent-task-distributor Use when distributing tasks across multiple agents or workers, managing queues, and balancing workloads to maximize throughput while respecting priorities and deadlines.
  • voltagent-workflow-orchestrator Use this agent when you need to design, implement, or optimize complex business process workflows with multiple states, error handling, and transaction management.
imported / voltagent / quality-security / quality / security

VoltAgent Quality Security 1

VoltAgent imported Quality Security agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.7/5 Excellent
tier: community quality: 94/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-quality-security-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-quality-security-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-quality-security-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-quality-security-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 8 agents can write files.
  • 7 agents use command-level permission.
  • voltagent-accessibility-tester Use this agent when you need comprehensive accessibility testing, WCAG compliance verification, or assessment of assistive technology support.
  • voltagent-ad-security-reviewer Use this agent when you need to audit Active Directory security posture, evaluate privilege escalation risks, review identity delegation patterns, or assess authentication protocol hardening.
  • voltagent-ai-writing-auditor Use this agent when you need to audit content for AI writing patterns and rewrite text to remove them.
  • voltagent-architect-reviewer Use this agent when you need to evaluate system design decisions, architectural patterns, and technology choices at the macro level.
  • voltagent-chaos-engineer Use this agent when you need to design and execute controlled failure experiments, validate system resilience before incidents occur, or conduct game day exercises to test your team's incident response capabilities.
  • voltagent-code-reviewer Use this agent when you need to conduct comprehensive code reviews focusing on code quality, security vulnerabilities, and best practices.
  • voltagent-compliance-auditor Use this agent when you need to achieve regulatory compliance, implement compliance controls, or prepare for audits across frameworks like GDPR, HIPAA, PCI DSS, SOC 2, and ISO standards.
  • voltagent-debugger Use this agent when you need to diagnose and fix bugs, identify root causes of failures, or analyze error logs and stack traces to resolve issues.
imported / voltagent / quality-security / quality / security

VoltAgent Quality Security 2

VoltAgent imported Quality Security agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.6/5 Excellent
tier: community quality: 91/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-quality-security-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-quality-security-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-quality-security-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-quality-security-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 7 agents can write files.
  • 6 agents use command-level permission.
  • voltagent-error-detective Use this agent when you need to diagnose why errors are occurring in your system, correlate errors across services, identify root causes, and prevent future failures.
  • voltagent-gdpr-ccpa-compliance Use when the user needs to understand GDPR or CCPA compliance, review data practices, or assess privacy requirements. Triggers on: 'GDPR', 'CCPA', 'privacy compliance', 'data privacy', 'right to deletion', 'consent', 'data subject rights', 'California privacy'.
  • voltagent-penetration-tester Use this agent when you need to conduct authorized security penetration tests to identify real vulnerabilities through active exploitation and validation. Use penetration-tester for offensive security testing, vulnerability exploitation, and hands-on risk demonstration.
  • voltagent-performance-engineer Use this agent when you need to identify and eliminate performance bottlenecks in applications, databases, or infrastructure systems, and when baseline performance metrics need improvement.
  • voltagent-powershell-security-hardening Use this agent when you need to harden PowerShell automation, secure remoting configuration, enforce least-privilege design, or align scripts with enterprise security baselines and compliance frameworks.
  • voltagent-qa-expert Use this agent when you need comprehensive quality assurance strategy, test planning across the entire development cycle, or quality metrics analysis to improve overall software quality.
  • voltagent-security-auditor Use this agent when conducting comprehensive security audits, compliance assessments, or risk evaluations across systems, infrastructure, and processes. Invoke when you need systematic vulnerability analysis, compliance gap identification, or evidence-based security findings.
  • voltagent-test-automator Use this agent when you need to build, implement, or enhance automated test frameworks, create test scripts, or integrate testing into CI/CD pipelines.
imported / voltagent / quality-security / quality / security

VoltAgent Quality Security 3

VoltAgent imported Quality Security agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

5.0/5 Excellent
tier: community quality: 100/100 risk: high 1 agents 3 files 1/1 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-quality-security-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-quality-security-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-quality-security-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-quality-security-3 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents can write files.
  • 1 agents use command-level permission.
  • voltagent-ui-ux-tester Use this agent when you need exhaustive UI and UX functionality testing driven by documented user flows, with browser or desktop interaction tooling and structured defect reporting.
imported / voltagent / research-analysis / research / analysis

VoltAgent Research Analysis 1

VoltAgent imported Research Analysis agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.7/5 Excellent
tier: community quality: 94/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-research-analysis-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-research-analysis-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-research-analysis-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-research-analysis-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents can write files.
  • 1 agents use command-level permission.
  • voltagent-ab-test-analysis Use when the user wants to analyze A/B test results, interpret p-values, determine statistical significance, or make a ship/no-ship decision. Triggers on: 'analyze A/B test', 'p-value', 'statistical significance', 'confidence interval', 'ship or no ship', 'test results', 'did it work'.
  • voltagent-cohort-analysis Use when the user wants to analyze retention, cohort behavior, engagement trends, or understand how different user groups perform over time. Triggers on: 'cohort analysis', 'retention analysis', 'user retention', 'cohort retention', 'week 1 retention', 'retention curve'.
  • voltagent-competitive-analyst Use when you need to analyze direct and indirect competitors, benchmark against market leaders, or develop strategies to strengthen competitive positioning and market advantage.
  • voltagent-data-researcher Use this agent when you need to discover, collect, and validate data from multiple sources to fuel analysis and decision-making. Invoke this agent for identifying data sources, gathering raw datasets, performing quality checks, and preparing data for downstream analysis or modeling.
  • voltagent-first-principles-thinking Use when the user wants to challenge assumptions, break down a complex problem from scratch, or approach something with first principles reasoning. Triggers on: 'first principles', 'challenge assumptions', 'why do we do it this way', 'rethink', 'from scratch', 'fundamental truths'.
  • voltagent-market-researcher Use this agent when you need to analyze markets, understand consumer behavior, assess competitive landscapes, and size opportunities to inform business strategy and market entry decisions.
  • voltagent-project-idea-validator Use this agent when you need an idea pressure-tested with brutal honesty, competitor teardown, market validation, and clear go/no-go guidance before building.
  • voltagent-research-analyst Use this agent when you need comprehensive research across multiple sources with synthesis of findings into actionable insights, trend identification, and detailed reporting.
imported / voltagent / research-analysis / research / analysis

VoltAgent Research Analysis 2

VoltAgent imported Research Analysis agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

5.0/5 Excellent
tier: community quality: 100/100 risk: high 3 agents 9 files 3/3 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-research-analysis-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-research-analysis-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-research-analysis-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-research-analysis-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 1 agents can write files.
  • 1 agents use command-level permission.
  • voltagent-scientific-literature-researcher Use when you need to search scientific literature and retrieve structured experimental data from published studies. Invoke this agent when the task requires evidence-grounded answers from full-text research papers, including methods, results, sample sizes, and quality scores.
  • voltagent-search-specialist Use when you need to find specific information across multiple sources using advanced search strategies, query optimization, and targeted information retrieval. Invoke this agent when the priority is locating precise, relevant results efficiently rather than analyzing or synthesizing content.
  • voltagent-trend-analyst Use when analyzing emerging patterns, predicting industry shifts, or developing future scenarios to inform strategic planning and competitive positioning.
imported / voltagent / specialized-domains / specialized / domains

VoltAgent Specialized Domains 1

VoltAgent imported Specialized Domains agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.2/5 Good
tier: community quality: 83/100 risk: high 8 agents 24 files 8/8 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-specialized-domains-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-specialized-domains-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-specialized-domains-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-specialized-domains-1 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 8 agents can write files.
  • 6 agents use command-level permission.
  • voltagent-api-documenter Use this agent when creating or improving API documentation, writing OpenAPI specifications, building interactive documentation portals, or generating code examples for APIs.
  • voltagent-blockchain-developer Use this agent when building smart contracts, DApps, and blockchain protocols that require expertise in Solidity, gas optimization, security auditing, and Web3 integration.
  • voltagent-embedded-systems Use when developing firmware for resource-constrained microcontrollers, implementing RTOS-based applications, or optimizing real-time systems where hardware constraints, latency guarantees, and reliability are critical.
  • voltagent-fintech-engineer Use when building payment systems, financial integrations, or compliance-heavy financial applications that require secure transaction processing, regulatory adherence, and high transaction accuracy.
  • voltagent-game-developer Use this agent when implementing game systems, optimizing graphics rendering, building multiplayer networking, or developing gameplay mechanics for games targeting specific platforms.
  • voltagent-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.
  • voltagent-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'.
  • voltagent-iot-engineer Use when designing and deploying IoT solutions requiring expertise in device management, edge computing, cloud integration, and handling challenges like massive device scale, complex connectivity scenarios, or real-time data pipelines.
imported / voltagent / specialized-domains / specialized / domains

VoltAgent Specialized Domains 2

VoltAgent imported Specialized Domains agents from VoltAgent/awesome-claude-code-subagents, split into a focused pack for discovery and optional installation.

4.4/5 Good
tier: community quality: 88/100 risk: high 6 agents 18 files 6/6 checksums requires Agents Market >=0.1.0
claudecodexopencode
Preview
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-specialized-domains-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --json
Audit
npx github:tt-a1i/agents-market#preview-0.1.0 audit voltagent-specialized-domains-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Diff
npx github:tt-a1i/agents-market#preview-0.1.0 diff voltagent-specialized-domains-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Install
npx github:tt-a1i/agents-market#preview-0.1.0 apply voltagent-specialized-domains-2 --target all --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --policy-preset balanced --yes
  • 5 agents can write files.
  • 5 agents use command-level permission.
  • voltagent-m365-admin Use when automating Microsoft 365 administrative tasks including Exchange Online mailbox provisioning, Teams collaboration management, SharePoint site configuration, license lifecycle management, and Graph API-driven identity automation.
  • voltagent-mobile-app-developer Use this agent when developing iOS and Android mobile applications with focus on native or cross-platform implementation, performance optimization, and platform-specific user experience.
  • voltagent-payment-integration Use this agent when implementing payment systems, integrating payment gateways, or handling financial transactions that require PCI compliance, fraud prevention, and secure transaction processing.
  • voltagent-quant-analyst Use this agent when you need to develop quantitative trading strategies, build financial models with rigorous mathematical foundations, or conduct advanced risk analytics for derivatives and portfolios. Invoke this agent for statistical arbitrage strategy development, backtesting with historical validation, derivatives pricing models, and portfolio risk assessment.
  • voltagent-risk-manager Use this agent when you need to identify, quantify, and mitigate enterprise-level risks across financial, operational, regulatory, and strategic domains. Invoke this agent when you need to assess risk exposure, design control frameworks, validate risk models, or ensure regulatory compliance.
  • voltagent-seo-specialist Use this agent when you need comprehensive SEO optimization encompassing technical audits, keyword strategy, content optimization, and search rankings improvement.

Changelog

0.1.3 / 2026-06-07

Introduced registry tiers so the marketplace separates curated core content from imported community collections across recommendation, search, lint, and the Web catalog.

  • Added: Tier field on every agent and pack: twenty-four core agents and eleven core packs curated by Agents Market, three hundred sixty community agents and fifty-six community packs imported from Agency Agents and VoltAgent
  • Added: Tier filters and tier-aware ranking in list, search, and recommend so core packs always rank above community packs and apply auto-selects curated content
  • Changed: Prompt quality scores now exclude paragraphs shared across five or more agents, so imported guardrails boilerplate no longer inflates community prompt scores
  • Changed: The Web catalog groups packs into Core and Community sections and shows the tier on every pack card and agent row
  • Changed: Six imported agents whose adjusted prompt quality fell below the review bar gained domain-specific working-method sections covering role, context gathering, scope constraints, and expected output: growth-hacker, ad-creative-strategist, terminal-integration-specialist, visionos-spatial-engineer, xr-cockpit-interaction-specialist, and xr-immersive-developer, with version bumps for the agency-marketing-2, agency-paid-media, and agency-spatial-computing packs
0.1.2 / 2026-06-07

Imported large community agent collections from Agency Agents and VoltAgent to make the marketplace feel like a real multi-hundred-agent catalog.

  • Added: Two hundred six agents imported from msitarzewski/agency-agents with MIT provenance, source commits, and source checksums
  • Added: One hundred fifty-four agents imported from VoltAgent/awesome-claude-code-subagents with MIT provenance, source commits, and source checksums
  • Added: Fifty-six imported community packs split by source category with at most eight agents per pack to avoid noisy broad installation choices
  • Changed: Imported community agents include Agents Market guardrails for project-context gathering, narrow scope, confirmation boundaries, evidence-backed output, and verification steps
  • Changed: The bundled registry now covers sixty-seven packs and three hundred eighty-four agents across Claude Code, Codex, and OpenCode targets
0.1.1 / 2026-06-07

Expanded the bundled registry with backend, database, DevOps, Python, TypeScript, maintenance, and AI application packs.

  • Added: backend-api-pack for service architecture, API contracts, security, database access, and test planning
  • Added: database-pack for query review, migrations, architecture, and coverage planning
  • Added: devops-ci-pack for GitHub Actions, containers, observability, dependency risk, and release notes
  • Added: python-pack for Python quality, APIs, dependency risk, tests, and documentation research
  • Added: typescript-pack for type safety, API contracts, tests, review, and dependency risk
  • Added: maintenance-pack for refactor planning, migration planning, PR descriptions, release notes, and coverage planning
  • Added: ai-app-pack for LLM integration review, security, API contracts, documentation research, and test planning
  • Added: Fourteen new native agents covering backend, database, migration, containers, CI, observability, Python, TypeScript, refactoring, PR writing, release notes, AI integrations, and test coverage planning
  • Changed: The bundled registry now covers eleven focused packs and twenty-four agents across Claude Code, Codex, and OpenCode targets
0.1.0 / 2026-06-06

Initial public registry with cross-tool starter, frontend, and Next.js agent packs for Claude Code, Codex, and OpenCode.

  • Added: starter-dev-pack with review, debugging, test, and documentation research agents
  • Added: frontend-pack with visual verification, accessibility, testing, review, and debugging agents
  • Added: nextjs-pack with Next.js performance, frontend verification, accessibility, testing, and review agents
  • Added: security-pack with security audit, dependency risk, secrets scanning, and review agents
  • Added: Portable registry bundle and static catalog support
  • Changed: Registry content is validated by strict linting, pack audit, apply preview, and catalog verification gates
  • Changed: Published packs declare Agents Market CLI compatibility constraints before installation
  • Changed: Manifest drift can be reconciled with resolve strategies for registry content, local edits, or forgotten tracked files
  • Changed: Registry lint reports explainable prompt quality scores for every agent
  • Changed: Accessibility, frontend verification, and test runner prompts include stronger context-gathering and scope guardrails
  • Changed: Registry-related pull requests get an automated review summary artifact
  • Changed: Imported third-party agents record source SHA-256 checksums for supply-chain review
  • Changed: Agent-native installer integrations can be packaged for Claude Code, Codex, and OpenCode distribution
  • Changed: The Web catalog surfaces quality ratings, provenance coverage, target filters, and import workflow commands

Registry Trust Workflow

Inspect and lock the hosted registry before installing packs in team projects or CI-managed repositories.

Inspect Hosted Registry
npx github:tt-a1i/agents-market#preview-0.1.0 registry info --registry https://tt-a1i.github.io/agents-market/registry.bundle.json --json
Lock Registry In Project
npx github:tt-a1i/agents-market#preview-0.1.0 registry lock --registry https://tt-a1i.github.io/agents-market/registry.bundle.json
Verify Project Lock
npx github:tt-a1i/agents-market#preview-0.1.0 registry verify-lock --json

Import Workflows

Bring existing community agents into a reviewable registry, then lint, audit, and publish them through the same catalog pipeline.

Import Markdown Agent
npx github:tt-a1i/agents-market#preview-0.1.0 import markdown ./agent.md --target claude --out ./registry/agents
Import Directory Pack
npx github:tt-a1i/agents-market#preview-0.1.0 import directory ./community-agents --target claude --out ./registry/agents --pack community-pack --pack-out ./registry/packs
Import GitHub Repository
npx github:tt-a1i/agents-market#preview-0.1.0 import repo owner/community-agents --target claude --path agents --out ./registry/agents --pack community-pack --pack-out ./registry/packs
Review Imported Registry
npx github:tt-a1i/agents-market#preview-0.1.0 registry lint --registry ./registry --strict --json

Agents

IDCategoryPermissionQualitySourceDescription
accessibility-auditor frontend
core
readonly 100/100
excellent
Bundled Audits UI changes for accessible labels, keyboard behavior, contrast, semantic structure, and focus states.
agency-accessibility-auditor testing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:982a14c0d0a9 Expert accessibility specialist who audits interfaces against WCAG standards, tests with assistive technologies, and ensures inclusive design. Defaults to finding barriers — if it's not tested with a screen reader, it's not accessible.
agency-account-strategist sales
community
command 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:dd9b2c37c418 Expert post-sale account strategist specializing in land-and-expand execution, stakeholder mapping, QBR facilitation, and net revenue retention. Turns closed deals into long-term platform relationships through systematic expansion planning and multi-threaded account development.
agency-accounts-payable-agent specialized
community
command 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:3b943d48884c Autonomous payment processing specialist that executes vendor payments, contractor invoices, and recurring bills across any payment rail — crypto, fiat, stablecoins. Integrates with AI agent workflows via tool calls.
agency-ad-creative-strategist paid-media
community
command 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:c87bda47c831 Paid media creative specialist focused on ad copywriting, RSA optimization, asset group design, and creative testing frameworks across Google, Meta, Microsoft, and programmatic platforms. Bridges the gap between performance data and persuasive messaging.
agency-aeo-foundations-architect marketing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:b7ef7e1188c9 Expert in AI Engine Optimization infrastructure — implements llms.txt, AI-aware robots.txt, token-budgeted content, structured Markdown availability, and agent discovery files so AI crawlers, citation engines, and browsing agents can find, parse, and act on your site
agency-agentic-identity-trust-architect specialized
community
command 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:55de131a5c79 Designs identity, authentication, and trust verification systems for autonomous AI agents operating in multi-agent environments. Ensures agents can prove who they are, what they're authorized to do, and what they actually did.
agency-agentic-search-optimizer marketing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:1fce74cb42bc Expert in WebMCP readiness and agentic task completion — audits whether AI agents can actually accomplish tasks on your site (book, buy, register, subscribe), implements WebMCP declarative and imperative patterns, and measures task completion rates across AI browsing agents
agency-agents-orchestrator specialized
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:3f900ee286eb Autonomous pipeline manager that orchestrates the entire development workflow. You are the leader of this process.
agency-ai-citation-strategist marketing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:7cd2e4566806 Expert in AI recommendation engine optimization (AEO/GEO) — audits brand visibility across ChatGPT, Claude, Gemini, and Perplexity, identifies why competitors get cited instead, and delivers content fixes that improve AI citations
agency-ai-data-remediation-engineer engineering
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:5aa193052f15 Specialist in self-healing data pipelines — uses air-gapped local SLMs and semantic clustering to automatically detect, classify, and fix data anomalies at scale. Focuses exclusively on the remediation layer: intercepting bad data, generating deterministic fix logic via Ollama, and guaranteeing zero data loss. Not a general data engineer — a surgical specialist for when your data is broken and the pipeline can't stop.
agency-ai-engineer engineering
community
command 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:f25a69aad25a Expert AI/ML engineer specializing in machine learning model development, deployment, and integration into production systems. Focused on building intelligent features, data pipelines, and AI-powered applications with emphasis on practical, scalable solutions.
agency-analytics-reporter support
community
safe-write 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:8d4a4d0835f9 Expert data analyst transforming raw data into actionable business insights. Creates dashboards, performs statistical analysis, tracks KPIs, and provides strategic decision support through data visualization and reporting.
agency-anthropologist academic
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:2668602164ab Expert in cultural systems, rituals, kinship, belief systems, and ethnographic method — builds culturally coherent societies that feel lived-in rather than invented
agency-api-tester testing
community
safe-write 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:c89d7ae59252 Expert API testing specialist focused on comprehensive API validation, performance testing, and quality assurance across all systems and third-party integrations
agency-app-store-optimizer marketing
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:1987be72f8fd Expert app store marketing specialist focused on App Store Optimization (ASO), conversion rate optimization, and app discoverability
agency-application-security-engineer security
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:f3ee22350c9e AppSec specialist who secures the software development lifecycle through threat modeling, secure code review, SAST/DAST integration, and developer security education that makes secure code the default.
agency-automation-governance-architect specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:8aab89104fec Governance-first architect for business automations (n8n-first) who audits value, risk, and maintainability before implementation.
agency-autonomous-optimization-architect engineering
community
command 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:6904f627eff4 Intelligent system governor that continuously shadow-tests APIs for performance while enforcing strict financial and security guardrails against runaway costs.
agency-backend-architect engineering
community
safe-write 70/100
needs-work
msitarzewski/agency-agents commit:4e905cff59e3 sha256:18f237d054fa Senior backend architect specializing in scalable system design, database architecture, API development, and cloud infrastructure. Builds robust, secure, performant server-side applications and microservices
agency-baidu-seo-specialist marketing
community
safe-write 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:895a5e844006 Expert Baidu search optimization specialist focused on Chinese search engine ranking, Baidu ecosystem integration, ICP compliance, Chinese keyword research, and mobile-first indexing for the China market.
agency-behavioral-nudge-engine product
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:61f8a4a6a502 Behavioral psychology specialist that adapts software interaction cadences and styles to maximize user motivation and success.
agency-bilibili-content-strategist marketing
community
safe-write 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:4268a7b51025 Expert Bilibili marketing specialist focused on UP主 growth, danmaku culture mastery, B站 algorithm optimization, community building, and branded content strategy for China's leading video community platform.
agency-blockchain-security-auditor security
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:b35bcd083889 Expert smart contract security auditor specializing in vulnerability detection, formal verification, exploit analysis, and comprehensive audit report writing for DeFi protocols and blockchain applications.
agency-book-co-author marketing
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:09ea2fb47701 Strategic thought-leadership book collaborator for founders, experts, and operators turning voice notes, fragments, and positioning into structured first-person chapters.
agency-bookkeeper-controller finance
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:5510a24274d8 Expert bookkeeper and controller specializing in day-to-day accounting operations, financial reconciliations, month-end close processes, and internal controls. Ensures the accuracy, completeness, and timeliness of financial records while maintaining GAAP compliance and audit readiness at all times.
agency-brand-guardian design
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:d1d5c78af85d Expert brand strategist and guardian specializing in brand identity development, consistency maintenance, and strategic brand positioning
agency-business-strategist specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:9314906805d8 Senior management consulting specialist for competitive analysis, market entry strategy, business model design, growth planning, organizational strategy, and strategic decision-making — translating complex market dynamics into clear, actionable strategies that create sustainable competitive advantage
agency-carousel-growth-engine marketing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:04ef895d1d9f Autonomous TikTok and Instagram carousel generation specialist. Analyzes any website URL with Playwright, generates viral 6-slide carousels via Gemini image generation, publishes directly to feed via Upload-Post API with auto trending music, fetches analytics, and iteratively improves through a data-driven learning loop.
agency-change-management-consultant specialized
community
command 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:1feb05dfd0bb Expert change management specialist using ADKAR, Kotter, and Prosci frameworks to guide organizations through technology implementations, restructuring, culture transformation, and M&A integration — managing resistance, building adoption, and ensuring changes stick long after go-live
agency-chief-financial-officer specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:05efa4015fc7 Strategic finance executive who governs capital allocation, treasury operations, financial planning, M&A finance, investor relations, and board reporting — translating financial complexity into clear decisions that drive business performance and stakeholder confidence.
agency-chief-of-staff specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:c0d053f19f32 Master coordinator for founders and executives — filters noise, owns processes, enforces consistency, routes decisions, and positions outputs for impact so the boss can think clearly.
agency-china-e-commerce-operator marketing
community
command 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:aa6743c68cce Expert China e-commerce operations specialist covering Taobao, Tmall, Pinduoduo, and JD ecosystems with deep expertise in product listing optimization, live commerce, store operations, 618/Double 11 campaigns, and cross-platform strategy.
agency-china-market-localization-strategist marketing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:7f6351003b0d Full-stack China market localization expert who transforms real-time trend signals into executable go-to-market strategies across Douyin, Xiaohongshu, WeChat, Bilibili, and beyond
agency-civil-engineer specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:37c9c3751134 Expert civil and structural engineer with global standards coverage — Eurocode, DIN, ACI, AISC, ASCE, AS/NZS, CSA, GB, IS, AIJ, and more. Specializes in structural analysis, geotechnical design, construction documentation, building code compliance, and multi-standard international projects.
agency-cloud-security-architect security
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:d541b4041d47 Cloud-native security specialist designing zero trust architectures, implementing defense-in-depth across AWS, Azure, and GCP, and securing infrastructure-as-code pipelines from day one.
agency-cms-developer engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:e072ac6e3d48 Drupal and WordPress specialist for theme development, custom plugins/modules, content architecture, and code-first CMS implementation
agency-code-reviewer engineering
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:7509fcc3ea1d Expert code reviewer who provides constructive, actionable feedback focused on correctness, maintainability, security, and performance — not style preferences.
agency-codebase-onboarding-engineer engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:07aa548b4588 Expert developer onboarding specialist who helps new engineers understand unfamiliar codebases fast by reading source code, tracing code paths, and stating only facts grounded in the code.
agency-compliance-auditor security
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:ebb550ceef80 Expert technical compliance auditor specializing in SOC 2, ISO 27001, HIPAA, and PCI-DSS audits — from readiness assessment through evidence collection to certification.
agency-content-creator marketing
community
safe-write 70/100
needs-work
msitarzewski/agency-agents commit:4e905cff59e3 sha256:676c536de09b Expert content strategist and creator for multi-platform campaigns. Develops editorial calendars, creates compelling copy, manages brand storytelling, and optimizes content for engagement across all digital channels.
agency-corporate-training-designer specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:e70733229e87 Expert in enterprise training system design and curriculum development — proficient in training needs analysis, instructional design methodology, blended learning program design, internal trainer development, leadership programs, and training effectiveness evaluation and continuous optimization.
agency-cross-border-e-commerce-specialist marketing
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:073dba84e815 Full-funnel cross-border e-commerce strategist covering Amazon, Shopee, Lazada, AliExpress, Temu, and TikTok Shop operations, international logistics and overseas warehousing, compliance and taxation, multilingual listing optimization, brand globalization, and DTC independent site development.
agency-cultural-intelligence-strategist specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:91f1d2ef19bc CQ specialist that detects invisible exclusion, researches global context, and ensures software resonates authentically across intersectional identities.
agency-customer-service specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:71d5b8ccd6fb Friendly, professional customer service specialist for any industry — handling inquiries, complaints, account support, FAQs, and seamless escalation with warmth, efficiency, and a genuine commitment to customer satisfaction
agency-customer-success-manager specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:2fc5ebc10734 Strategic customer success specialist for onboarding, health scoring, QBR facilitation, churn prevention, expansion identification, and renewal management — driving net revenue retention by turning customers into long-term partners who achieve measurable outcomes
agency-data-consolidation-agent specialized
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:7e7de097ff27 AI agent that consolidates extracted sales data into live reporting dashboards with territory, rep, and pipeline summaries
agency-data-engineer engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:d46e5ebdb81f Expert data engineer specializing in building reliable data pipelines, lakehouse architectures, and scalable data infrastructure. Masters ETL/ELT, Apache Spark, dbt, streaming systems, and cloud data platforms to turn raw data into trusted, analytics-ready assets.
agency-data-privacy-officer specialized
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:77e495853a6e Corporate data privacy specialist and DPO who builds GDPR, CCPA, and global privacy compliance programs — covering data mapping, privacy impact assessments, consent management, breach response, vendor due diligence, and regulatory engagement.
agency-database-optimizer engineering
community
safe-write 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:a58860b44590 Expert database specialist focusing on schema design, query optimization, indexing strategies, and performance tuning for PostgreSQL, MySQL, and modern databases like Supabase and PlanetScale.
agency-deal-strategist sales
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:fdd92f2ced04 Senior deal strategist specializing in MEDDPICC qualification, competitive positioning, and win planning for complex B2B sales cycles. Scores opportunities, exposes pipeline risk, and builds deal strategies that survive forecast review.
agency-developer-advocate specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:92617477989c Expert developer advocate specializing in building developer communities, creating compelling technical content, optimizing developer experience (DX), and driving platform adoption through authentic engineering engagement. Bridges product and engineering teams with external developers.
agency-devops-automator engineering
community
command 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:5d3c3d12c605 Expert DevOps engineer specializing in infrastructure automation, CI/CD pipeline development, and cloud operations
agency-discovery-coach sales
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:8244a25e5b87 Coaches sales teams on elite discovery methodology — question design, current-state mapping, gap quantification, and call structure that surfaces real buying motivation.
agency-document-generator specialized
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:cd2ca961e0f7 Expert document creation specialist who generates professional PDF, PPTX, DOCX, and XLSX files using code-based approaches with proper formatting, charts, and data visualization.
agency-douyin-strategist marketing
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:87e3b91287fc Short-video marketing expert specializing in the Douyin platform, with deep expertise in recommendation algorithm mechanics, viral video planning, livestream commerce workflows, and full-funnel brand growth through content matrix strategies.
agency-drupal-shopping-cart-engineer engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:cbd06e6d2736 Expert Drupal e-commerce engineer specializing in Drupal Commerce for product catalog management, payment gateway integration, checkout workflow design, order management, tax and promotion configuration, and high-reliability storefront delivery on Drupal 10/11
agency-email-intelligence-engineer engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:bef84b77b2ce Expert in extracting structured, reasoning-ready data from raw email threads for AI agents and automation systems
agency-email-marketing-strategist marketing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:605c98066a4a Expert email marketing strategist for CRM-driven campaigns, lifecycle automation, segmentation architecture, and deliverability. Designs sequences (welcome, nurture, reactivation, win-back, review, referral) grounded in 2025-2026 benchmarks, AI-driven personalization, and post-Apple MPP measurement.
agency-embedded-firmware-engineer engineering
community
safe-write 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:8453982bc1ae Specialist in bare-metal and RTOS firmware - ESP32/ESP-IDF, PlatformIO, Arduino, ARM Cortex-M, STM32 HAL/LL, Nordic nRF5/nRF Connect SDK, FreeRTOS, Zephyr
agency-esg-sustainability-officer specialized
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:a8feee4c7b96 Corporate sustainability strategist and ESG reporting specialist who builds environmental, social, and governance programs, manages disclosures, drives decarbonization initiatives, and aligns business strategy with stakeholder and regulatory expectations.
agency-evidence-collector testing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:d7e95b640332 Screenshot-obsessed, fantasy-allergic QA specialist - Default to finding 3-5 issues, requires visual proof for everything
agency-executive-brief strategy
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:628907121b4f Imported strategy specialist for executive brief workflows, review, planning, and targeted execution.
agency-executive-summary-generator support
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:298891fcf297 Consultant-grade AI specialist trained to think and communicate like a senior strategy consultant. Transforms complex business inputs into concise, actionable executive summaries using McKinsey SCQA, BCG Pyramid Principle, and Bain frameworks for C-suite decision-makers.
agency-experiment-tracker project-management
community
command 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:8f1410bfa054 Expert project manager specializing in experiment design, execution tracking, and data-driven decision making. Focused on managing A/B tests, feature experiments, and hypothesis validation through systematic experimentation and rigorous analysis.
agency-feedback-synthesizer product
community
safe-write 70/100
needs-work
msitarzewski/agency-agents commit:4e905cff59e3 sha256:7db6770a51c3 Expert in collecting, analyzing, and synthesizing user feedback from multiple channels to extract actionable product insights. Transforms qualitative feedback into quantitative priorities and strategic recommendations.
agency-feishu-integration-developer engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:836667ab301d Full-stack integration expert specializing in the Feishu (Lark) Open Platform — proficient in Feishu bots, mini programs, approval workflows, Bitable (multidimensional spreadsheets), interactive message cards, Webhooks, SSO authentication, and workflow automation, building enterprise-grade collaboration and automation solutions within the Feishu ecosystem.
agency-filament-optimization-specialist engineering
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:428f6a6be231 Expert in restructuring and optimizing Filament PHP admin interfaces for maximum usability and efficiency. Focuses on impactful structural changes — not just cosmetic tweaks.
agency-finance-tracker support
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:73b83d0b0ec4 Expert financial analyst and controller specializing in financial planning, budget management, and business performance analysis. Maintains financial health, optimizes cash flow, and provides strategic financial insights for business growth.
agency-financial-analyst finance
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:3547907cd52e Expert financial analyst specializing in financial modeling, forecasting, scenario analysis, and data-driven decision support. Transforms raw financial data into actionable business intelligence that drives strategic planning, investment decisions, and operational optimization.
agency-fp-a-analyst finance
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:5fa9137c80e0 Expert Financial Planning & Analysis (FP&A) analyst specializing in budgeting, variance analysis, financial planning, rolling forecasts, and strategic decision support. Bridges the gap between the numbers and the business narrative to drive operational performance and strategic resource allocation.
agency-french-consulting-market-navigator specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:4ce5acf38bab Navigate the French ESN/SI freelance ecosystem — margin models, platform mechanics (Malt, collective.work), portage salarial, rate positioning, and payment cycle realities
agency-frontend-developer engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:35961da50f40 Expert frontend developer specializing in modern web technologies, React/Vue/Angular frameworks, UI implementation, and performance optimization
agency-game-audio-engineer game-development
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:d7a2eebd8c20 Interactive audio specialist - Masters FMOD/Wwise integration, adaptive music systems, spatial audio, and audio performance budgeting across all game engines
agency-game-designer game-development
community
command 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:203c4d7f0358 Systems and mechanics architect - Masters GDD authorship, player psychology, economy balancing, and gameplay loop design across all engines and genres
agency-geographer academic
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:4acf4a6ee6ae Expert in physical and human geography, climate systems, cartography, and spatial analysis — builds geographically coherent worlds where terrain, climate, resources, and settlement patterns make scientific sense
agency-git-workflow-master engineering
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:b2ab151fa5dc Expert in Git workflows, branching strategies, and version control best practices including conventional commits, rebasing, worktrees, and CI-friendly branch management.
agency-global-podcast-strategist marketing
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:98416e338db6 Expert podcast growth specialist focused on show positioning, audience development, content strategy, and monetisation. Transforms raw ideas into authoritative audio brands that compound listeners and revenue over time on Spotify, Apple Podcasts, and YouTube.
agency-government-digital-presales-consultant specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:0676fd83a462 Presales expert for China's government digital transformation market (ToG), proficient in policy interpretation, solution design, bid document preparation, POC validation, compliance requirements (classified protection/cryptographic assessment/Xinchuang domestic IT), and stakeholder management — helping technical teams efficiently win government IT projects.
agency-grant-writer specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:eb35ab7f6bc1 Expert grant writing specialist for nonprofits, research institutions, and social enterprises — covering prospect research, letter of inquiry writing, full proposal development, budget narratives, federal and foundation grants, and post-award reporting to maximize funding success
agency-growth-hacker marketing
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:3b1157ed09dc Expert growth strategist specializing in rapid user acquisition through data-driven experimentation. Develops viral loops, optimizes conversion funnels, and finds scalable growth channels for exponential business growth.
agency-healthcare-customer-service specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:b2e4117a8b44 Empathetic healthcare customer service specialist for patient support, billing inquiries, appointment management, insurance questions, complaint resolution, and seamless escalation to clinical or administrative staff
agency-healthcare-marketing-compliance-specialist specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:942cc3b43da5 Expert in healthcare marketing compliance in China, proficient in the Advertising Law, Medical Advertisement Management Measures, Drug Administration Law, and related regulations — covering pharmaceuticals, medical devices, medical aesthetics, health supplements, and internet healthcare across content review, risk control, platform rule interpretation, and patient privacy protection, helping enterprises conduct effective health marketing within legal boundaries.
agency-historian academic
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:2c59c10dceec Expert in historical analysis, periodization, material culture, and historiography — validates historical coherence and enriches settings with authentic period detail grounded in primary and secondary sources
agency-hospitality-guest-services specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:1c5819c560d3 Comprehensive hospitality guest services specialist for hotels, resorts, restaurants, and event venues — covering reservations, check-in/check-out, concierge services, guest complaint resolution, loyalty program management, and post-stay follow-up to deliver exceptional guest experiences that drive loyalty and revenue
agency-hr-onboarding specialized
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:28a52c26f27a Comprehensive HR onboarding specialist for employee orientation, documentation management, compliance tracking, benefits enrollment, culture integration, and new hire support — delivering a seamless first-day-to-first-year experience that drives retention and productivity
agency-identity-graph-operator specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:f37b70528314 Operates a shared identity graph that multiple AI agents resolve against. Ensures every agent in a multi-agent system gets the same canonical answer for "who is this entity?" - deterministically, even under concurrent writes.
agency-image-prompt-engineer design
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:63a564d01dc5 Expert photography prompt engineer specializing in crafting detailed, evocative prompts for AI image generation. Masters the art of translating visual concepts into precise language that produces stunning, professional-quality photography through generative AI tools.
agency-incident-responder security
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:a648cf5a0b40 Digital forensics and incident response specialist who leads breach investigations, contains active threats, coordinates crisis response, and writes post-mortems that prevent recurrence.
agency-incident-response-commander engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:1df5c8f558f9 Expert incident commander specializing in production incident management, structured response coordination, post-mortem facilitation, SLO/SLI tracking, and on-call process design for reliable engineering organizations.
agency-inclusive-visuals-specialist design
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:b1c535f1b18b Representation expert who defeats systemic AI biases to generate culturally accurate, affirming, and non-stereotypical images and video.
agency-infrastructure-maintainer support
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:64d705a9e58f Expert infrastructure specialist focused on system reliability, performance optimization, and technical operations management. Maintains robust, scalable infrastructure supporting business operations with security, performance, and cost efficiency.
agency-instagram-curator marketing
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:bab95910975a Expert Instagram marketing specialist focused on visual storytelling, community building, and multi-format content optimization. Masters aesthetic development and drives meaningful engagement.
agency-investment-researcher finance
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:4851318dcd82 Expert investment researcher specializing in market research, due diligence, portfolio analysis, and asset valuation. Conducts rigorous fundamental and quantitative analysis to identify investment opportunities, assess risks, and support data-driven portfolio decisions across public equities, private markets, and alternative assets.
agency-it-service-manager engineering
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:26c23ef51726 Expert IT service management specialist using ITIL 4 framework for service catalog design, incident and problem management, change control, SLA governance, CMDB maintenance, and continual service improvement — ensuring IT delivers reliable, measurable business value across any organization size
agency-jira-workflow-steward project-management
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:e45c68423c1d Expert delivery operations specialist who enforces Jira-linked Git workflows, traceable commits, structured pull requests, and release-safe branch strategy across software teams.
agency-korean-business-navigator specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:71eb41ef3705 Korean business culture for foreign professionals — 품의 decision process, nunchi reading, KakaoTalk business etiquette, hierarchy navigation, and relationship-first deal mechanics
agency-kuaishou-strategist marketing
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:d28742e505fa Expert Kuaishou marketing strategist specializing in short-video content for China's lower-tier city markets, live commerce operations, community trust building, and grassroots audience growth on 快手.
agency-language-translator specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:afd1e4b5fb1b Real-time Spanish ↔ English translation specialist with cultural context, regional dialect awareness, travel phrase guidance, and tone-appropriate communication for everyday, business, and emergency situations
agency-legal-billing-time-tracking specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:27f840556431 Comprehensive legal billing and time tracking specialist for accurate time capture, invoice generation, billing narrative writing, collections management, trust account compliance, and billing analysis — maximizing revenue recovery while maintaining client relationships and ethical compliance across any firm size or billing model
agency-legal-client-intake specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:b0b1cce8a30f Comprehensive legal client intake specialist for qualifying prospects, collecting case information, scheduling consultations, managing conflict checks, and delivering attorney-ready intake summaries across any practice area and firm size
agency-legal-compliance-checker support
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:0544f2219d52 Expert legal and compliance specialist ensuring business operations, data handling, and content creation comply with relevant laws, regulations, and industry standards across multiple jurisdictions.
agency-legal-document-review specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:02bf51dbc9d8 Comprehensive legal document review specialist for contracts, litigation documents, and real estate agreements — summarizing documents, flagging risk clauses, comparing contract versions, and checking compliance across any law firm size or practice area
agency-level-designer game-development
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:79c1d41b7dfc Spatial storytelling and flow specialist - Masters layout theory, pacing architecture, encounter design, and environmental narrative across all game engines
agency-linkedin-content-creator marketing
community
safe-write 70/100
needs-work
msitarzewski/agency-agents commit:4e905cff59e3 sha256:344896bff33a Expert LinkedIn content strategist focused on thought leadership, personal brand building, and high-engagement professional content. Masters LinkedIn's algorithm and culture to drive inbound opportunities for founders, job seekers, developers, and anyone building a professional presence.
agency-livestream-commerce-coach marketing
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:2d53e67cd70d Veteran livestream e-commerce coach specializing in host training and live room operations across Douyin, Kuaishou, Taobao Live, and Channels, covering script design, product sequencing, paid-vs-organic traffic balancing, conversion closing techniques, and real-time data-driven optimization.
agency-loan-officer-assistant specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:3d6bfdb59818 Comprehensive loan officer assistant for mortgage and lending professionals — covering borrower intake, pre-qualification, document collection, pipeline management, compliance tracking, rate quoting, and closing coordination across residential, commercial, and consumer lending
agency-lsp-index-engineer specialized
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:3f720a81cdcd Language Server Protocol specialist building unified code intelligence systems through LSP client orchestration and semantic indexing
agency-m-a-integration-manager specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:007dcfaee61d Mergers and acquisitions integration specialist who designs and executes post-merger integration programs — covering Day 1 readiness, 100-day planning, synergy tracking, cultural integration, functional workstream coordination, and transition service agreement management.
agency-macos-spatial-metal-engineer spatial-computing
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:b0bdd78da0cd Native Swift and Metal specialist building high-performance 3D rendering systems and spatial computing experiences for macOS and Vision Pro
agency-mcp-builder specialized
community
command 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:3880031674ae Expert Model Context Protocol developer who designs, builds, and tests MCP servers that extend AI agent capabilities with custom tools, resources, and prompts.
agency-medical-billing-coding-specialist specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:e9f597ef3a21 Expert medical billing and coding specialist for ICD-10-CM/PCS, CPT, and HCPCS coding, claim submission, denial management, revenue cycle optimization, compliance auditing, and payer contract analysis — maximizing clean claim rates and revenue recovery for healthcare providers of all sizes
agency-meeting-notes-specialist project-management
community
command 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:53a6efaa379b Extract structured decisions, action items, and open questions from meeting transcripts or rough notes into a clean 4-section summary.
agency-minimal-change-engineer engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:9999cc74e7b3 Engineering specialist focused on minimum-viable diffs — fixes only what was asked, refuses scope creep, prefers three similar lines over a premature abstraction. The discipline that prevents bug-fix PRs from becoming refactor avalanches.
agency-mobile-app-builder engineering
community
safe-write 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:1a3e043f806b Specialized mobile application developer with expertise in native iOS/Android development and cross-platform frameworks
agency-model-qa-specialist specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:835a26b93003 Independent model QA expert who audits ML and statistical models end-to-end - from documentation review and data reconstruction to replication, calibration testing, interpretability analysis, performance monitoring, and audit-grade reporting.
agency-multi-agent-systems-architect engineering
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:d93dd20fef67 Systems architect specializing in the design, coordination, and governance of multi-agent AI pipelines — covering topology selection, context management, inter-agent trust, failure recovery, human-in-the-loop gating, and observability for production-grade agent systems.
agency-multi-platform-publisher marketing
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:adfc6c481c0c Expert orchestrator for one-click Chinese blog publishing. Routes a single article to 知乎 / 小红书 / CSDN / B站 / 公众号 / 掘金 via Wechatsync (main channel) with xhs-mcp and biliup as specialized fallbacks. Handles per-platform content adaptation, draft-first publishing, rate control, and risk-avoidance. Does NOT auto-publish — always stops at draft for human review.
agency-narrative-designer game-development
community
safe-write 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:7a5489c7b050 Story systems and dialogue architect - Masters GDD-aligned narrative design, branching dialogue, lore architecture, and environmental storytelling across all game engines
agency-narratologist academic
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:12d7a6fa6134 Expert in narrative theory, story structure, character arcs, and literary analysis — grounds advice in established frameworks from Propp to Campbell to modern narratology
agency-nexus-strategy strategy
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:59d4b4ad9c69 Imported strategy specialist for nexus strategy workflows, review, planning, and targeted execution.
agency-offer-lead-gen-strategist sales
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:75a12987fb2a Top-of-funnel architect who designs irresistible offers and lead magnets that attract qualified buyers at scale. Specializes in value-equation offer construction, lead magnet typology, multi-channel lead generation, and compounding reach through customers, employees, agencies, and affiliates.
agency-operations-manager specialized
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:3c133a31ae15 Business operations specialist who applies Lean, Six Sigma, and systems thinking to process mapping, capacity planning, KPI governance, vendor management, and organizational efficiency — turning operational complexity into repeatable, measurable performance.
agency-organizational-psychologist specialized
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:b7e523e1557e Applied organizational psychologist who diagnoses team dynamics, psychological safety, burnout risk, and culture health — using evidence-based frameworks to help leaders build high-performing, resilient, and psychologically safe organizations.
agency-orgscript-engineer engineering
community
safe-write 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:f8426369743f Expert in designing, parsing, and implementing OrgScript grammar, AST validation, and business logic definitions.
agency-outbound-strategist sales
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:4f6c8abf9c93 Signal-based outbound specialist who designs multi-channel prospecting sequences, defines ICPs, and builds pipeline through research-driven personalization — not volume.
agency-paid-media-auditor paid-media
community
command 70/100
needs-work
msitarzewski/agency-agents commit:4e905cff59e3 sha256:f69cc71d1485 Comprehensive paid media auditor who systematically evaluates Google Ads, Microsoft Ads, and Meta accounts across 200+ checkpoints spanning account structure, tracking, bidding, creative, audiences, and competitive positioning. Produces actionable audit reports with prioritized recommendations and projected impact.
agency-paid-social-strategist paid-media
community
command 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:b87c38770288 Cross-platform paid social advertising specialist covering Meta (Facebook/Instagram), LinkedIn, TikTok, Pinterest, X, and Snapchat. Designs full-funnel social ad programs from prospecting through retargeting with platform-specific creative and audience strategies.
agency-penetration-tester security
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:f52c2524309f Offensive security specialist conducting authorized penetration tests, red team operations, and vulnerability assessments across networks, web applications, and cloud infrastructure.
agency-performance-benchmarker testing
community
command 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:24dbd3a55cf6 Expert performance testing and optimization specialist focused on measuring, analyzing, and improving system performance across all applications and infrastructure
agency-persona-walkthrough-specialist design
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:8def8c73df7f Simulate cognitive walkthroughs of web pages from a defined persona's psychological perspective — captures emotional reactions and rational thought at each scroll position, then delivers structured CRO reports grounded in LIFT, Cialdini, and Fogg frameworks
agency-personal-growth-mentor specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:623c1ef061d9 Cross-domain personal development mentor for goal clarity, habit design, strategic decisions, and accountability without motivational fluff.
agency-pipeline-analyst sales
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:d105ed717423 Revenue operations analyst specializing in pipeline health diagnostics, deal velocity analysis, forecast accuracy, and data-driven sales coaching. Turns CRM data into actionable pipeline intelligence that surfaces risks before they become missed quarters.
agency-podcast-strategist marketing
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:37fb126529af Content strategy and operations expert for the Chinese podcast market, with deep expertise in Xiaoyuzhou, Ximalaya, and other major audio platforms, covering show positioning, audio production, audience growth, multi-platform distribution, and monetization to help podcast creators build sticky audio content brands.
agency-ppc-campaign-strategist paid-media
community
command 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:832d7c5738e3 Senior paid media strategist specializing in large-scale search, shopping, and performance max campaign architecture across Google, Microsoft, and Amazon ad platforms. Designs account structures, budget allocation frameworks, and bidding strategies that scale from $10K to $10M+ monthly spend.
agency-pr-communications-manager marketing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:e255a9ebf00a Strategic public relations and communications specialist for media relations, press releases, crisis communications, executive thought leadership, brand reputation management, and integrated communications planning — building and protecting reputations through earned media, storytelling, and proactive narrative control
agency-pricing-analyst specialized
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:fb8a63681615 Specialized pricing analyst who develops optimal pricing models through market research, competitor analysis, cost structure evaluation, and margin optimization — turning pricing from guesswork into a data-driven competitive advantage.
agency-private-domain-operator marketing
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:7d8372b56232 Expert in building enterprise WeChat (WeCom) private domain ecosystems, with deep expertise in SCRM systems, segmented community operations, Mini Program commerce integration, user lifecycle management, and full-funnel conversion optimization.
agency-product-manager product
community
command 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:4a3fe4661e72 Holistic product leader who owns the full product lifecycle — from discovery and strategy through roadmap, stakeholder alignment, go-to-market, and outcome measurement. Bridges business goals, user needs, and technical reality to ship the right thing at the right time.
agency-programmatic-display-buyer paid-media
community
command 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:36c35a23457a Display advertising and programmatic media buying specialist covering managed placements, Google Display Network, DV360, trade desk platforms, partner media (newsletters, sponsored content), and ABM display strategies via platforms like Demandbase and 6Sense.
agency-project-shepherd project-management
community
command 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:0feb647366d7 Expert project manager specializing in cross-functional project coordination, timeline management, and stakeholder alignment. Focused on shepherding projects from conception to completion while managing resources, risks, and communications across multiple teams and departments.
agency-prompt-engineer engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:625b066e01fc Specialist in crafting, testing, and systematically optimizing prompts for LLMs — turning vague instructions into reliable, production-grade AI behaviors.
agency-proposal-strategist sales
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:84c42e0ae7e1 Strategic proposal architect who transforms RFPs and sales opportunities into compelling win narratives. Specializes in win theme development, competitive positioning, executive summary craft, and building proposals that persuade rather than merely comply.
agency-psychologist academic
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:193b7dba6d04 Expert in human behavior, personality theory, motivation, and cognitive patterns — builds psychologically credible characters and interactions grounded in clinical and research frameworks
agency-quickstart strategy
community
command 70/100
needs-work
msitarzewski/agency-agents commit:4e905cff59e3 sha256:8a1f9053e6e3 Imported strategy specialist for quickstart workflows, review, planning, and targeted execution.
agency-rapid-prototyper engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:327598e2cee4 Specialized in ultra-fast proof-of-concept development and MVP creation using efficient tools and frameworks
agency-real-estate-buyer-seller specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:00e2f54e76be Comprehensive real estate agent assistant for buyer representation, seller representation, listing management, offer negotiation, transaction coordination, and closing support — delivering a world-class client experience from first showing to final closing across residential and investment real estate
agency-reality-checker testing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:748334839b21 Stops fantasy approvals, evidence-based certification - Default to "NEEDS WORK", requires overwhelming proof for production readiness
agency-recruitment-specialist specialized
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:fa1349988c27 Expert recruitment operations and talent acquisition specialist — skilled in China's major hiring platforms, talent assessment frameworks, and labor law compliance. Helps companies efficiently attract, screen, and retain top talent while building a competitive employer brand.
agency-reddit-community-builder marketing
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:03bb72342080 Expert Reddit marketing specialist focused on authentic community engagement, value-driven content creation, and long-term relationship building. Masters Reddit culture navigation.
agency-report-distribution-agent specialized
community
readonly 90/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:f5796b3cb693 AI agent that automates distribution of consolidated sales reports to representatives based on territorial parameters
agency-retail-customer-returns specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:5cd60860a6ea Comprehensive retail customer returns specialist for processing returns, exchanges, and refunds across in-store, online, and omnichannel retail — handling policy enforcement, fraud prevention, customer retention, vendor returns, and returns analytics to maximize recovery while preserving customer loyalty
agency-sales-coach sales
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:83f0be3daa7e Expert sales coaching specialist focused on rep development, pipeline review facilitation, call coaching, deal strategy, and forecast accuracy. Makes every rep and every deal better through structured coaching methodology and behavioral feedback.
agency-sales-data-extraction-agent specialized
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:202a6f04df45 AI agent specialized in monitoring Excel files and extracting key sales metrics (MTD, YTD, Year End) for internal live reporting
agency-sales-engineer sales
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:355014b3ecf5 Senior pre-sales engineer specializing in technical discovery, demo engineering, POC scoping, competitive battlecards, and bridging product capabilities to business outcomes. Wins the technical decision so the deal can close.
agency-sales-outreach specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:84d4ca90d4be Consultative B2B sales outreach specialist for cold prospecting, lead follow-up, objection handling, proposal writing, and pipeline management — combining data-driven targeting with genuine relationship-building to open doors and close deals
agency-salesforce-architect specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:0c53f8638213 Solution architecture for Salesforce platform — multi-cloud design, integration patterns, governor limits, deployment strategy, and data model governance for enterprise-scale orgs
agency-search-query-analyst paid-media
community
command 70/100
needs-work
msitarzewski/agency-agents commit:4e905cff59e3 sha256:fb4ef9ea24d5 Specialist in search term analysis, negative keyword architecture, and query-to-intent mapping. Turns raw search query data into actionable optimizations that eliminate waste and amplify high-intent traffic across paid search accounts.
agency-security-architect security
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:b1a68e9614f7 Expert security architect specializing in threat modeling, secure-by-design architecture, trust-boundary analysis, defense-in-depth, and risk-based security reviews across web, API, cloud-native, and distributed systems. Designs the security model; hands code-level SAST/DAST and SDLC work to the AppSec Engineer.
agency-senior-developer engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:63b8da6c12b9 Premium implementation specialist - Masters Laravel/Livewire/FluxUI, advanced CSS, Three.js integration
agency-senior-project-manager project-management
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:70fb27cab174 Converts specs to tasks and remembers previous projects. Focused on realistic scope, no background processes, exact spec requirements
agency-senior-secops-engineer security
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:90b535077cff Defensive application security specialist who scans every code submission for secrets and sensitive data exposure before anything else, then implements or audits security controls following the organization's security standard — covering authentication, authorization, tokens, cookies, HTTP headers, CORS, rate limiting, CSP, secrets management, input validation, and secure logging.
agency-seo-specialist marketing
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:b2aa467176bb Expert search engine optimization strategist specializing in technical SEO, content optimization, link authority building, and organic search growth. Drives sustainable traffic through data-driven search strategies.
agency-short-video-editing-coach marketing
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:4634520ab5e8 Hands-on short-video editing coach covering the full post-production pipeline, with mastery of CapCut Pro, Premiere Pro, DaVinci Resolve, and Final Cut Pro across composition and camera language, color grading, audio engineering, motion graphics and VFX, subtitle design, multi-platform export optimization, editing workflow efficiency, and AI-assisted editing.
agency-social-media-strategist marketing
community
safe-write 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:7c698a928087 Expert social media strategist for LinkedIn, Twitter, and professional platforms. Creates cross-platform campaigns, builds communities, manages real-time engagement, and develops thought leadership strategies.
agency-software-architect engineering
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:b85121691776 Expert software architect specializing in system design, domain-driven design, architectural patterns, and technical decision-making for scalable, maintainable systems.
agency-solidity-smart-contract-engineer engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:1f68b7857b83 Expert Solidity developer specializing in EVM smart contract architecture, gas optimization, upgradeable proxy patterns, DeFi protocol development, and security-first contract design across Ethereum and L2 chains.
agency-sprint-prioritizer product
community
safe-write 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:da5233770ca8 Expert product manager specializing in agile sprint planning, feature prioritization, and resource allocation. Focused on maximizing team velocity and business value delivery through data-driven prioritization frameworks.
agency-sre-site-reliability-engineer engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:85b305e49550 Expert site reliability engineer specializing in SLOs, error budgets, observability, chaos engineering, and toil reduction for production systems at scale.
agency-studio-operations project-management
community
safe-write 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:8a2e5098d946 Expert operations manager specializing in day-to-day studio efficiency, process optimization, and resource coordination. Focused on ensuring smooth operations, maintaining productivity standards, and supporting all teams with the tools and processes needed for success.
agency-studio-producer project-management
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:d942feab0f50 Senior strategic leader specializing in high-level creative and technical project orchestration, resource allocation, and multi-project portfolio management. Focused on aligning creative vision with business objectives while managing complex cross-functional initiatives and ensuring optimal studio operations.
agency-study-abroad-advisor specialized
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:afd4b1033e76 Full-spectrum study abroad planning expert covering the US, UK, Canada, Australia, Europe, Hong Kong, and Singapore — proficient in undergraduate, master's, and PhD application strategy, school selection, essay coaching, profile enhancement, standardized test planning, visa preparation, and overseas life adaptation, helping Chinese students craft personalized end-to-end study abroad plans.
agency-supply-chain-strategist specialized
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:4e3c93bcfefd Expert supply chain management and procurement strategy specialist — skilled in supplier development, strategic sourcing, quality control, and supply chain digitalization. Grounded in China's manufacturing ecosystem, helps companies build efficient, resilient, and sustainable supply chains.
agency-support-responder support
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:4dcd962743e9 Expert customer support specialist delivering exceptional customer service, issue resolution, and user experience optimization. Specializes in multi-channel support, proactive customer care, and turning support interactions into positive brand experiences.
agency-tax-strategist finance
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:37ea1a246e12 Expert tax strategist specializing in tax optimization, multi-jurisdictional compliance, transfer pricing, and strategic tax planning. Navigates complex tax codes to minimize liability while ensuring full regulatory compliance across local, state, federal, and international tax regimes.
agency-technical-artist game-development
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:8a669de1fa34 Art-to-engine pipeline specialist - Masters shaders, VFX systems, LOD pipelines, performance budgeting, and cross-engine asset optimization
agency-technical-writer engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:70c8a29cddf7 Expert technical writer specializing in developer documentation, API references, README files, and tutorials. Transforms complex engineering concepts into clear, accurate, and engaging docs that developers actually read and use.
agency-terminal-integration-specialist spatial-computing
community
command 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:f6033fc95d53 Terminal emulation, text rendering optimization, and SwiftTerm integration for modern Swift applications
agency-test-results-analyzer testing
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:f080e1e8a5dd Expert test analysis specialist focused on comprehensive test result evaluation, quality metrics analysis, and actionable insight generation from testing activities
agency-threat-detection-engineer security
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:83bfaabe485d Expert detection engineer specializing in SIEM rule development, MITRE ATT&CK coverage mapping, threat hunting, alert tuning, and detection-as-code pipelines for security operations teams.
agency-threat-intelligence-analyst security
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:777b26397ae7 Cyber threat intelligence specialist who tracks adversary groups, maps attack campaigns to MITRE ATT&CK, produces actionable intelligence reports, and builds detection rules that catch real threats.
agency-tiktok-strategist marketing
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:980ca09138f6 Expert TikTok marketing specialist focused on viral content creation, algorithm optimization, and community building. Masters TikTok's unique culture and features for brand growth.
agency-tool-evaluator testing
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:98e9a2b4491f Expert technology assessment specialist focused on evaluating, testing, and recommending tools, software, and platforms for business use and productivity optimization
agency-tracking-measurement-specialist paid-media
community
command 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:f31230e1e6d8 Expert in conversion tracking architecture, tag management, and attribution modeling across Google Tag Manager, GA4, Google Ads, Meta CAPI, LinkedIn Insight Tag, and server-side implementations. Ensures every conversion is counted correctly and every dollar of ad spend is measurable.
agency-trend-researcher product
community
safe-write 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:4adef8e84b1a Expert market intelligence analyst specializing in identifying emerging trends, competitive analysis, and opportunity assessment. Focused on providing actionable insights that drive product strategy and innovation decisions.
agency-twitter-engager marketing
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:df58c7df04fb Expert Twitter marketing specialist focused on real-time engagement, thought leadership building, and community-driven growth. Builds brand authority through authentic conversation participation and viral thread creation.
agency-ui-designer design
community
safe-write 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:3130768958d3 Expert UI designer specializing in visual design systems, component libraries, and pixel-perfect interface creation. Creates beautiful, consistent, accessible user interfaces that enhance UX and reflect brand identity
agency-ux-architect design
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:151f7386682b Technical architecture and UX specialist who provides developers with solid foundations, CSS systems, and clear implementation guidance
agency-ux-researcher design
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:25f59c4333df Expert user experience researcher specializing in user behavior analysis, usability testing, and data-driven design insights. Provides actionable research findings that improve product usability and user satisfaction
agency-video-optimization-specialist marketing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:9cf82969be88 Video marketing strategist specializing in YouTube algorithm optimization, audience retention, chaptering, thumbnail concepts, and cross-platform video syndication.
agency-visionos-spatial-engineer spatial-computing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:9cc9a9440cde Native visionOS spatial computing, SwiftUI volumetric interfaces, and Liquid Glass design implementation
agency-visual-storyteller design
community
readonly 70/100
needs-work
msitarzewski/agency-agents commit:4e905cff59e3 sha256:f4950c9d65b5 Expert visual communication specialist focused on creating compelling visual narratives, multimedia content, and brand storytelling through design. Specializes in transforming complex information into engaging visual stories that connect with audiences and drive emotional engagement.
agency-voice-ai-integration-engineer engineering
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:de80469db772 Expert in building end-to-end speech transcription pipelines using Whisper-style models and cloud ASR services — from raw audio ingestion through preprocessing, transcript cleanup, subtitle generation, speaker diarization, and structured downstream integration into apps, APIs, and CMS platforms.
agency-wechat-mini-program-developer engineering
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:dcda22b2d93c Expert WeChat Mini Program developer specializing in 小程序 development with WXML/WXSS/WXS, WeChat API integration, payment systems, subscription messaging, and the full WeChat ecosystem.
agency-wechat-official-account-manager marketing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:b74a42aff9b9 Expert WeChat Official Account (OA) strategist specializing in content marketing, subscriber engagement, and conversion optimization. Masters multi-format content and builds loyal communities through consistent value delivery.
agency-weibo-strategist marketing
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:7a79f1ec3894 Full-spectrum operations expert for Sina Weibo, with deep expertise in trending topic mechanics, Super Topic community management, public sentiment monitoring, fan economy strategies, and Weibo advertising, helping brands achieve viral reach and sustained growth on China's leading public discourse platform.
agency-whimsy-injector design
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:d517c959118a Expert creative specialist focused on adding personality, delight, and playful elements to brand experiences. Creates memorable, joyful interactions that differentiate brands through unexpected moments of whimsy
agency-wordpress-shopping-cart-engineer engineering
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:a2ef45cebe1c Expert WordPress e-commerce engineer specializing in WooCommerce for product catalog management, payment gateway integration, checkout customization, order management, tax and coupon configuration, and conversion-optimized storefront delivery on WordPress
agency-workflow-architect specialized
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:74d46f03dcdd Workflow design specialist who maps complete workflow trees for every system, user journey, and agent interaction — covering happy paths, all branch conditions, failure modes, recovery paths, handoff contracts, and observable states to produce build-ready specs that agents can implement against and QA can test against.
agency-workflow-optimizer testing
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:021ba71e2455 Expert process improvement specialist focused on analyzing, optimizing, and automating workflows across all business functions for maximum productivity and efficiency
agency-x-twitter-intelligence-analyst marketing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:e3dd504765e7 Social intelligence specialist for X/Twitter research, trend detection, account monitoring, and evidence-backed audience insights using public signals and structured data workflows.
agency-xiaohongshu-specialist marketing
community
readonly 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:c0afe07b77d7 Expert Xiaohongshu marketing specialist focused on lifestyle content, trend-driven strategies, and authentic community engagement. Masters micro-content creation and drives viral growth through aesthetic storytelling.
agency-xr-cockpit-interaction-specialist spatial-computing
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:c8473bd555ad Specialist in designing and developing immersive cockpit-based control systems for XR environments
agency-xr-immersive-developer spatial-computing
community
safe-write 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:a9aa13187bfb Expert WebXR and immersive technology developer with specialization in browser-based AR/VR/XR applications
agency-xr-interface-architect spatial-computing
community
readonly 70/100
needs-work
msitarzewski/agency-agents commit:4e905cff59e3 sha256:995b459992ab Spatial interaction designer and interface strategist for immersive AR/VR/XR environments
agency-zhihu-strategist marketing
community
readonly 100/100
excellent
msitarzewski/agency-agents commit:4e905cff59e3 sha256:35f6fd759a67 Expert Zhihu marketing specialist focused on thought leadership, community credibility, and knowledge-driven engagement. Masters question-answering strategy and builds brand authority through authentic expertise sharing.
agency-zk-steward specialized
community
command 85/100
good
msitarzewski/agency-agents commit:4e905cff59e3 sha256:01fdb11cc8df Knowledge-base steward in the spirit of Niklas Luhmann's Zettelkasten. Default perspective: Luhmann; switches to domain experts (Feynman, Munger, Ogilvy, etc.) by task. Enforces atomic notes, connectivity, and validation loops. Use for knowledge-base building, note linking, complex task breakdown, and cross-domain decision support.
ai-integration-reviewer ai
core
readonly 100/100
excellent
Bundled Reviews LLM and agent integrations for prompt safety, tool boundaries, structured outputs, evals, privacy, and cost controls.
api-contract-reviewer backend
core
readonly 100/100
excellent
Bundled Reviews REST, GraphQL, RPC, and webhook API contracts for compatibility, validation, errors, pagination, and versioning risk.
backend-architect backend
core
readonly 100/100
excellent
Bundled Reviews backend service structure, module boundaries, data flow, error handling, and operational behavior for maintainability.
code-reviewer review
core
readonly 100/100
excellent
Bundled Reviews code changes for correctness, security, regressions, maintainability, and missing tests.
database-query-reviewer database
core
readonly 100/100
excellent
Bundled Reviews SQL, ORM queries, indexes, transactions, and access patterns for correctness, performance, and data consistency.
debugger debugging
core
safe-write 100/100
excellent
Bundled Investigates failing tests, runtime errors, stack traces, and suspicious behavior with a root-cause focus.
dependency-risk-auditor security
core
readonly 100/100
excellent
Bundled Audits dependency manifests, lockfiles, package scripts, and upgrade plans for supply-chain and compatibility risk.
dockerfile-reviewer devops
core
readonly 100/100
excellent
Bundled Reviews Dockerfiles and container build configuration for security, reproducibility, image size, caching, and runtime correctness.
docs-researcher research
core
readonly 100/100
excellent
Bundled Researches official documentation and primary sources, then returns concise cited implementation guidance.
frontend-verifier frontend
core
command 100/100
excellent
Bundled Checks local frontend changes for rendering, responsiveness, accessibility, and obvious interaction issues.
github-actions-reviewer ci
core
readonly 100/100
excellent
Bundled Reviews GitHub Actions workflows for permissions, triggers, caching, secrets, supply-chain pinning, and CI reliability.
migration-planner migration
core
readonly 100/100
excellent
Bundled Plans safe database, framework, runtime, or dependency migrations with rollout, rollback, compatibility, and verification steps.
nextjs-performance-reviewer frontend
core
readonly 100/100
excellent
Bundled Reviews Next.js and React changes for rendering, data fetching, bundle, caching, and hydration performance risks.
observability-auditor operations
core
readonly 100/100
excellent
Bundled Reviews logging, metrics, tracing, alerting, and error reporting paths for diagnosability and production readiness.
pr-description-writer workflow
core
readonly 100/100
excellent
Bundled Drafts concise pull request descriptions from diffs, commits, tests, risk notes, and user-facing behavior changes.
python-quality-reviewer python
core
readonly 100/100
excellent
Bundled Reviews Python code for typing, packaging, async behavior, tests, dependency management, and maintainability risks.
refactor-planner maintenance
core
readonly 100/100
excellent
Bundled Plans low-risk refactors by identifying boundaries, sequencing changes, preserving behavior, and defining verification checkpoints.
release-notes-writer release
core
readonly 100/100
excellent
Bundled Creates user-facing release notes from changelogs, commits, pull requests, migration notes, and compatibility changes.
secrets-scanner security
core
readonly 100/100
excellent
Bundled Inspects diffs and configuration files for hardcoded credentials, tokens, private keys, and unsafe environment handling.
security-auditor security
core
readonly 100/100
excellent
Bundled Reviews code and configuration changes for authentication, authorization, input handling, data exposure, and unsafe defaults.
test-coverage-planner testing
core
readonly 100/100
excellent
Bundled Identifies missing high-value tests and proposes focused unit, integration, end-to-end, and regression coverage.
test-runner verification
core
command 100/100
excellent
Bundled Runs focused verification commands, analyzes failures, and reports actionable test results.
typescript-type-safety-reviewer typescript
core
readonly 100/100
excellent
Bundled Reviews TypeScript code for type soundness, unsafe casts, API types, generics, nullability, and runtime validation gaps.
voltagent-ab-test-analysis research-analysis
community
readonly 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:94dede939cb8 Use when the user wants to analyze A/B test results, interpret p-values, determine statistical significance, or make a ship/no-ship decision. Triggers on: 'analyze A/B test', 'p-value', 'statistical significance', 'confidence interval', 'ship or no ship', 'test results', 'did it work'.
voltagent-accessibility-tester quality-security
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:70812302dd16 Use this agent when you need comprehensive accessibility testing, WCAG compliance verification, or assessment of assistive technology support.
voltagent-ad-security-reviewer quality-security
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:ae01db57f35d Use this agent when you need to audit Active Directory security posture, evaluate privilege escalation risks, review identity delegation patterns, or assess authentication protocol hardening.
voltagent-agent-installer meta-orchestration
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:2fc0554b2a37 Use this agent when the user wants to discover, browse, or install Claude Code agents from the awesome-claude-code-subagents repository.
voltagent-agent-organizer meta-orchestration
community
safe-write 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:328354397a34 Use when assembling and optimizing multi-agent teams to execute complex projects that require careful task decomposition, agent capability matching, and workflow coordination.
voltagent-ai-engineer data-ai
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:cd9697d47080 Use this agent when architecting, implementing, or optimizing end-to-end AI systems—from model selection and training pipelines to production deployment and monitoring.
voltagent-ai-writing-auditor quality-security
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:028274f769ca Use this agent when you need to audit content for AI writing patterns and rewrite text to remove them.
voltagent-angular-architect language-specialists
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:70455b225603 Use when architecting enterprise Angular 15+ applications with complex state management, optimizing RxJS patterns, designing micro-frontend systems, or solving performance and scalability challenges in large codebases.
voltagent-api-designer core-development
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:dc8547318598 Use this agent when designing new APIs, creating API specifications, or refactoring existing API architecture for scalability and developer experience. Invoke when you need REST/GraphQL endpoint design, OpenAPI documentation, authentication patterns, or API versioning strategies.
voltagent-api-documenter specialized-domains
community
safe-write 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:7644ec4a1b45 Use this agent when creating or improving API documentation, writing OpenAPI specifications, building interactive documentation portals, or generating code examples for APIs.
voltagent-architect-reviewer quality-security
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:089748b8af22 Use this agent when you need to evaluate system design decisions, architectural patterns, and technology choices at the macro level.
voltagent-assumption-mapping business-product
community
safe-write 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:6421d4b2f20e Use when the user needs to identify and prioritize risky assumptions in a product idea, feature, or strategy. Triggers on: 'assumptions', 'what could go wrong', 'validate', 'riskiest assumption', 'de-risk', 'assumption map'.
voltagent-azure-infra-engineer infrastructure
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:8785897b269f Use when designing, deploying, or managing Azure infrastructure with focus on network architecture, Entra ID integration, PowerShell automation, and Bicep IaC.
voltagent-backend-developer core-development
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:f41444c6a10a Use this agent when building server-side APIs, microservices, and backend systems that require robust architecture, scalability planning, and production-ready implementation.
voltagent-backlog-grooming business-product
community
safe-write 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:fc9e122ec9fd Use when the user needs to groom, refine, or clean up a product backlog. Triggers on: 'groom backlog', 'backlog refinement', 'backlog grooming', 'clean up backlog', 'refine stories', 'sprint refinement', 'backlog management'.
voltagent-blockchain-developer specialized-domains
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:63e0e8cde238 Use this agent when building smart contracts, DApps, and blockchain protocols that require expertise in Solidity, gas optimization, security auditing, and Web3 integration.
voltagent-build-engineer developer-experience
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:7c9d01c5ee49 Use this agent when you need to optimize build performance, reduce compilation times, or scale build systems across growing teams.
voltagent-business-analyst business-product
community
safe-write 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:d7aa88028703 Use when analyzing business processes, gathering requirements from stakeholders, or identifying process improvement opportunities to drive operational efficiency and measurable business value.
voltagent-chaos-engineer quality-security
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:5cb0bfda8256 Use this agent when you need to design and execute controlled failure experiments, validate system resilience before incidents occur, or conduct game day exercises to test your team's incident response capabilities.
voltagent-cli-developer developer-experience
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:50039283bacd Use this agent when building command-line tools and terminal applications that require intuitive command design, cross-platform compatibility, and optimized developer experience.
voltagent-cloud-architect infrastructure
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:d38974ed9685 Use this agent when you need to design, evaluate, or optimize cloud infrastructure architecture at scale. Invoke when designing multi-cloud strategies, planning cloud migrations, implementing disaster recovery, optimizing cloud costs, or ensuring security/compliance across cloud platforms.
voltagent-code-reviewer quality-security
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:28577681ef25 Use this agent when you need to conduct comprehensive code reviews focusing on code quality, security vulnerabilities, and best practices.
voltagent-codebase-orchestrator meta-orchestration
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:ac40239d5c7c Use this agent when you need repository-wide refactor governance with explicit approval loops, weighted risk prioritization, diff previews, and deterministic fallback strategies.
voltagent-cohort-analysis research-analysis
community
readonly 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:a68049f299e7 Use when the user wants to analyze retention, cohort behavior, engagement trends, or understand how different user groups perform over time. Triggers on: 'cohort analysis', 'retention analysis', 'user retention', 'cohort retention', 'week 1 retention', 'retention curve'.
voltagent-competitive-analyst research-analysis
community
readonly 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:6cd3f3d1b46b Use when you need to analyze direct and indirect competitors, benchmark against market leaders, or develop strategies to strengthen competitive positioning and market advantage.
voltagent-compliance-auditor quality-security
community
safe-write 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:27f2f9f9f2aa Use this agent when you need to achieve regulatory compliance, implement compliance controls, or prepare for audits across frameworks like GDPR, HIPAA, PCI DSS, SOC 2, and ISO standards.
voltagent-content-marketer business-product
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:273ecf93e9ce Use this agent when you need to develop comprehensive content strategies, create SEO-optimized marketing content, or execute multi-channel content campaigns to drive engagement and conversions. Invoke this agent for content planning, content creation, audience analysis, and measuring content ROI.
voltagent-content-quality-editor business-product
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:10eb9fe771d5 Use this agent before publishing any AI-generated content — blog posts, READMEs, release notes, commit messages, PR descriptions, documentation, or social posts. Strips AI writing patterns using unslop, then performs a final quality pass.
voltagent-context-manager meta-orchestration
community
safe-write 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:9c3c9a2a3f4c Use for managing shared state, information retrieval, and data synchronization when multiple agents need coordinated access to context and metadata.
voltagent-cpp-pro language-specialists
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:44a45b090fb2 Use this agent when building high-performance C++ systems requiring modern C++20/23 features, template metaprogramming, or zero-overhead abstractions for systems programming, embedded systems, or performance-critical applications.
voltagent-csharp-developer language-specialists
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:9218f747ffe2 Use this agent when building ASP.NET Core web APIs, cloud-native .NET solutions, or modern C# applications requiring async patterns, dependency injection, Entity Framework optimization, and clean architecture.
voltagent-customer-success-manager business-product
community
safe-write 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:d37cbaed5c9e Use this agent when you need to assess customer health, develop retention strategies, identify upsell opportunities, or maximize customer lifetime value. Invoke this agent for account health analysis, churn prevention, product adoption optimization, and customer success planning.
voltagent-data-analyst data-ai
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:ca0937b865f8 Use when you need to extract insights from business data, create dashboards and reports, or perform statistical analysis to support decision-making.
voltagent-data-engineer data-ai
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:4337bd149e47 Use this agent when you need to design, build, or optimize data pipelines, ETL/ELT processes, and data infrastructure. Invoke when designing data platforms, implementing pipeline orchestration, handling data quality issues, or optimizing data processing costs.
voltagent-data-researcher research-analysis
community
readonly 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:de0381dfca45 Use this agent when you need to discover, collect, and validate data from multiple sources to fuel analysis and decision-making. Invoke this agent for identifying data sources, gathering raw datasets, performing quality checks, and preparing data for downstream analysis or modeling.
voltagent-data-scientist data-ai
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:d5d51ae2ac59 Use this agent when you need to analyze data patterns, build predictive models, or extract statistical insights from datasets. Invoke this agent for exploratory analysis, hypothesis testing, machine learning model development, and translating findings into business recommendations.
voltagent-database-administrator infrastructure
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:7d120d1291d9 Use this agent when optimizing database performance, implementing high-availability architectures, setting up disaster recovery, or managing database infrastructure for production systems.
voltagent-database-optimizer data-ai
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:3871a9853fce Use this agent when you need to analyze slow queries, optimize database performance across multiple systems, or implement indexing strategies to improve query execution.
voltagent-debugger quality-security
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:7e39938967cb Use this agent when you need to diagnose and fix bugs, identify root causes of failures, or analyze error logs and stack traces to resolve issues.
voltagent-dependency-manager developer-experience
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:2bd6fa26a4e4 Use this agent when you need to audit dependencies for vulnerabilities, resolve version conflicts, optimize bundle sizes, or implement automated dependency updates.
voltagent-deployment-engineer infrastructure
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:a66f61a8ed10 Use this agent when designing, building, or optimizing CI/CD pipelines and deployment automation strategies.
voltagent-design-bridge core-development
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:cb64c59c35fb Use this agent when you need to translate a DESIGN.md from the VoltAgent/awesome-design-md repository into polished Claude Code instructions for building user interfaces that faithfully match the chosen brand. Invoke this agent whenever a developer or designer asks to replicate the look and feel of an existing product or website.
voltagent-devops-engineer infrastructure
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:0d62477d0056 Use this agent when building or optimizing infrastructure automation, CI/CD pipelines, containerization strategies, and deployment workflows to accelerate software delivery while maintaining reliability and security.
voltagent-devops-incident-responder infrastructure
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:e9e980f71c74 Use when actively responding to production incidents, diagnosing critical service failures, or conducting incident postmortems to implement permanent fixes and preventative measures.
voltagent-django-developer language-specialists
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:cf287d2fa430 Use when building Django 4+ web applications, REST APIs, or modernizing existing Django projects with async views and enterprise patterns.
voltagent-docker-expert infrastructure
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:42aacc5f7e9c Use this agent when you need to build, optimize, or secure Docker container images and orchestration for production environments.
voltagent-documentation-engineer developer-experience
community
safe-write 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:0c7dc92e1479 Use this agent when you need to create, architect, or overhaul comprehensive documentation systems including API docs, tutorials, guides, and developer-friendly content that keeps pace with code changes.
voltagent-dotnet-core-expert language-specialists
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:5ee0a29de401 Use when building .NET Core applications requiring cloud-native architecture, high-performance microservices, modern C# patterns, or cross-platform deployment with minimal APIs and advanced ASP.NET Core features.
voltagent-dotnet-framework-4-8-expert language-specialists
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:2da0ccc817ad Use this agent when working on legacy .NET Framework 4.8 enterprise applications that require maintenance, modernization, or integration with Windows-based infrastructure.
voltagent-dx-optimizer developer-experience
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:02919bfababc Use this agent when optimizing the complete developer workflow including build times, feedback loops, testing efficiency, and developer satisfaction metrics across the entire development environment.
voltagent-electron-pro core-development
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:64c460c0f4ff Use this agent when building Electron desktop applications that require native OS integration, cross-platform distribution, security hardening, and performance optimization. Use electron-pro for complete desktop app development from architecture to signed, distributable installers.
voltagent-elixir-expert language-specialists
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:f765f3c9b30d Use this agent when you need to build fault-tolerant, concurrent systems leveraging OTP patterns, GenServer architectures, and Phoenix framework for real-time applications.
voltagent-embedded-systems specialized-domains
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:6e8a2123f7b1 Use when developing firmware for resource-constrained microcontrollers, implementing RTOS-based applications, or optimizing real-time systems where hardware constraints, latency guarantees, and reliability are critical.
voltagent-error-coordinator meta-orchestration
community
safe-write 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:0a450931c8e3 Use this agent when distributed system errors occur and need coordinated handling across multiple components, or when you need to implement comprehensive error recovery strategies with automated failure detection and cascade prevention.
voltagent-error-detective quality-security
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:41d8a798f9c3 Use this agent when you need to diagnose why errors are occurring in your system, correlate errors across services, identify root causes, and prevent future failures.
voltagent-expo-react-native-expert language-specialists
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:b4303c0e3191 Use when building mobile applications with Expo and React Native that require native module integration, navigation setup, performant animations, push notifications, OTA updates, or App Store/Play Store deployment.
voltagent-fastapi-developer language-specialists
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:d446608d9510 Use when building modern async Python APIs with FastAPI, implementing Pydantic v2 validation, dependency injection patterns, or deploying high-performance ASGI applications.
voltagent-fintech-engineer specialized-domains
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:9bc3828b342a Use when building payment systems, financial integrations, or compliance-heavy financial applications that require secure transaction processing, regulatory adherence, and high transaction accuracy.
voltagent-first-principles-thinking research-analysis
community
readonly 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:955b2931153c Use when the user wants to challenge assumptions, break down a complex problem from scratch, or approach something with first principles reasoning. Triggers on: 'first principles', 'challenge assumptions', 'why do we do it this way', 'rethink', 'from scratch', 'fundamental truths'.
voltagent-flutter-expert language-specialists
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:43ba411bdeca Use when building cross-platform mobile applications with Flutter 3+ that require custom UI implementation, complex state management, native platform integrations, or performance optimization across iOS/Android/Web.
voltagent-frontend-developer core-development
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:f0d9e9c05f3e Use when building complete frontend applications across React, Vue, and Angular frameworks requiring multi-framework expertise and full-stack integration.
voltagent-fullstack-developer core-development
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:cd1f0df98b1c Use this agent when you need to build complete features spanning database, API, and frontend layers together as a cohesive unit.
voltagent-game-developer specialized-domains
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:1a5ba5347880 Use this agent when implementing game systems, optimizing graphics rendering, building multiplayer networking, or developing gameplay mechanics for games targeting specific platforms.
voltagent-gdpr-ccpa-compliance quality-security
community
safe-write 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:71792aa0efbf Use when the user needs to understand GDPR or CCPA compliance, review data practices, or assess privacy requirements. Triggers on: 'GDPR', 'CCPA', 'privacy compliance', 'data privacy', 'right to deletion', 'consent', 'data subject rights', 'California privacy'.
voltagent-git-workflow-manager developer-experience
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:78f0a3080c60 Use this agent when you need to design, establish, or optimize Git workflows, branching strategies, and merge management for a project or team.
voltagent-golang-pro language-specialists
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:43c9d075601b 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.
voltagent-graphql-architect core-development
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:bac53417290d Use this agent when designing or evolving GraphQL schemas across microservices, implementing federation architectures, or optimizing query performance in distributed graphs.
voltagent-growth-loops business-product
community
safe-write 75/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:40a85b8bbd00 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'.
voltagent-healthcare-admin specialized-domains
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:73937cfac9f8 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.
voltagent-hipaa-compliance specialized-domains
community
safe-write 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:935df7684d59 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'.
voltagent-incident-responder infrastructure
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:46d74353536e Use this agent when an active security breach, service outage, or operational incident requires immediate response, evidence preservation, and coordinated recovery.
voltagent-iot-engineer specialized-domains
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:a614b8cfa393 Use when designing and deploying IoT solutions requiring expertise in device management, edge computing, cloud integration, and handling challenges like massive device scale, complex connectivity scenarios, or real-time data pipelines.
voltagent-it-ops-orchestrator meta-orchestration
community
command 90/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:aa310a368290 Use for orchestrating complex IT operations tasks that span multiple domains (PowerShell automation, .NET development, infrastructure management, Azure, M365) by intelligently routing work to specialized agents.
voltagent-java-architect language-specialists
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:8518572de76b Use this agent when designing enterprise Java architectures, migrating Spring Boot applications, or establishing microservices patterns for scalable cloud-native systems.
voltagent-javascript-pro language-specialists
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:9dd9a27f2e2c Use this agent when you need to build, optimize, or refactor modern JavaScript code for browser, Node.js, or full-stack applications requiring ES2023+ features, async patterns, or performance-critical implementations.
voltagent-knowledge-synthesizer meta-orchestration
community
safe-write 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:8eb49ec3bad6 Use when you need to extract actionable patterns from agent interactions, synthesize insights across multiple workflows, and enable organizational learning from collective experience.
voltagent-kotlin-specialist language-specialists
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:554c9af506dd Use when building Kotlin applications requiring advanced coroutine patterns, multiplatform code sharing, or Android/server-side development with functional programming principles.
voltagent-kubernetes-specialist infrastructure
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:516f32371c52 Use this agent when you need to design, deploy, configure, or troubleshoot Kubernetes clusters and workloads in production environments.
voltagent-laravel-specialist language-specialists
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:6d70b32a1b42 Use when building Laravel 10+ applications, architecting Eloquent models with complex relationships, implementing queue systems for async processing, or optimizing API performance.
voltagent-legacy-modernizer developer-experience
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:3ef099720abd Use this agent when modernizing legacy systems that need incremental migration strategies, technical debt reduction, and risk mitigation while maintaining business continuity.
voltagent-legal-advisor business-product
community
safe-write 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:d7e34fabac4c Use this agent when you need to draft contracts, review compliance requirements, develop IP protection strategies, or assess legal risks for technology businesses.
voltagent-license-engineer business-product
community
safe-write 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:b302a1f4af25 Use this agent when architecting, implementing, or optimizing end-to-end legal licensing systems—from OSI standard selection and dependency compliance pipelines to proprietary deployment and risk monitoring.
voltagent-llm-architect data-ai
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:b77ac009de2c Use when designing LLM systems for production, implementing fine-tuning or RAG architectures, optimizing inference serving infrastructure, or managing multi-model deployments.
voltagent-m365-admin specialized-domains
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:b6623e288bb6 Use when automating Microsoft 365 administrative tasks including Exchange Online mailbox provisioning, Teams collaboration management, SharePoint site configuration, license lifecycle management, and Graph API-driven identity automation.
voltagent-machine-learning-engineer data-ai
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:3f3eb9348772 Use this agent when you need to deploy, optimize, or serve machine learning models at scale in production environments.
voltagent-market-researcher research-analysis
community
readonly 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:5ee6d345b5a8 Use this agent when you need to analyze markets, understand consumer behavior, assess competitive landscapes, and size opportunities to inform business strategy and market entry decisions.
voltagent-mcp-developer developer-experience
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:7ab6fa183609 Use this agent when you need to build, debug, or optimize Model Context Protocol (MCP) servers and clients that connect AI systems to external tools and data sources.
voltagent-microservices-architect core-development
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:0ddbe7f8d574 Use when designing distributed system architecture, decomposing monolithic applications into independent microservices, or establishing communication patterns between services at scale.
voltagent-ml-engineer data-ai
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:34ccb17b2465 Use this agent when building production ML systems requiring model training pipelines, model serving infrastructure, performance optimization, and automated retraining.
voltagent-mlops-engineer data-ai
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:dcd10b881c31 Use this agent when you need to design and implement ML infrastructure, set up CI/CD for machine learning models, establish model versioning systems, or optimize ML platforms for reliability and automation. Invoke this agent to build production-grade experiment tracking, implement automated training pipelines, configure GPU resource orchestration, and establish operational monitoring for ML systems.
voltagent-mobile-app-developer specialized-domains
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:8030e0fa945e Use this agent when developing iOS and Android mobile applications with focus on native or cross-platform implementation, performance optimization, and platform-specific user experience.
voltagent-mobile-developer core-development
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:28b4192bb5f7 Use this agent when building cross-platform mobile applications requiring native performance optimization, platform-specific features, and offline-first architecture. Use for React Native and Flutter projects where code sharing must exceed 80% while maintaining iOS and Android native excellence.
voltagent-multi-agent-coordinator meta-orchestration
community
safe-write 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:0d4798004bea Use when coordinating multiple concurrent agents that need to communicate, share state, synchronize work, and handle distributed failures across a system.
voltagent-network-engineer infrastructure
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:b7a84bf95e3d Use this agent when designing, optimizing, or troubleshooting cloud and hybrid network infrastructures, or when addressing network security, performance, or reliability challenges.
voltagent-nextjs-developer language-specialists
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:435a9c43ef69 Use this agent when building production Next.js 14+ applications that require full-stack development with App Router, server components, and advanced performance optimization. Invoke when you need to architect or implement complete Next.js applications, optimize Core Web Vitals, implement server actions and mutations, or deploy SEO-optimized applications.
voltagent-nlp-engineer data-ai
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:2eb4f75904b4 Use when building production NLP systems, implementing text processing pipelines, developing language models, or solving domain-specific NLP tasks like named entity recognition, sentiment analysis, or machine translation.
voltagent-node-specialist language-specialists
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:66dbdce87cf9 Use this agent when you need to build, optimize, or debug Node.js backend applications, APIs, CLIs, or microservices requiring deep ecosystem knowledge and server-side JavaScript expertise.
voltagent-payment-integration specialized-domains
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:d5eb9de88497 Use this agent when implementing payment systems, integrating payment gateways, or handling financial transactions that require PCI compliance, fraud prevention, and secure transaction processing.
voltagent-penetration-tester quality-security
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:43ce9cc188f6 Use this agent when you need to conduct authorized security penetration tests to identify real vulnerabilities through active exploitation and validation. Use penetration-tester for offensive security testing, vulnerability exploitation, and hands-on risk demonstration.
voltagent-performance-engineer quality-security
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:3f3f6ac06981 Use this agent when you need to identify and eliminate performance bottlenecks in applications, databases, or infrastructure systems, and when baseline performance metrics need improvement.
voltagent-performance-monitor meta-orchestration
community
safe-write 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:3c21b8dca677 Use when establishing observability infrastructure to track system metrics, detect performance anomalies, and optimize resource usage across multi-agent environments.
voltagent-php-pro language-specialists
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:ef94e49952e0 Use this agent when working with PHP 8.3+ projects that require strict typing, modern language features, and enterprise framework expertise (Laravel or Symfony). Use when building scalable applications, optimizing performance, or requiring async/Fiber patterns.
voltagent-platform-engineer infrastructure
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:bfd19f8cf57e Use when building or improving internal developer platforms (IDPs), designing self-service infrastructure, or optimizing developer workflows to reduce friction and accelerate delivery. The platform-engineer agent specializes in designing platform architecture, implementing golden paths, and maximizing developer self-service capabilities.
voltagent-postgres-pro data-ai
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:968eb330cd63 Use when you need to optimize PostgreSQL performance, design high-availability replication, or troubleshoot database issues at scale. Invoke this agent for query optimization, configuration tuning, replication setup, backup strategies, and mastering advanced PostgreSQL features for enterprise deployments.
voltagent-powershell-5-1-expert language-specialists
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:aa18330ea42c Use when automating Windows infrastructure tasks requiring PowerShell 5.1 scripts with RSAT modules for Active Directory, DNS, DHCP, GPO management, or when building safe, enterprise-grade automation workflows in legacy .NET Framework environments.
voltagent-powershell-7-expert language-specialists
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:f49babe8c570 Use when building cross-platform cloud automation scripts, Azure infrastructure orchestration, or CI/CD pipelines requiring PowerShell 7+ with modern .NET interop, idempotent operations, and enterprise-grade error handling.
voltagent-powershell-module-architect developer-experience
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:c302b56cfaf2 Use this agent when architecting and refactoring PowerShell modules, designing profile systems, or creating cross-version compatible automation libraries. Invoke it for module design reviews, profile optimization, packaging reusable code, and standardizing function structure across teams.
voltagent-powershell-security-hardening quality-security
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:9502f8b436d5 Use this agent when you need to harden PowerShell automation, secure remoting configuration, enforce least-privilege design, or align scripts with enterprise security baselines and compliance frameworks.
voltagent-powershell-ui-architect developer-experience
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:f19d468c9ca1 Use when designing or building desktop graphical interfaces (WinForms, WPF, Metro-style dashboards) or terminal user interfaces (TUIs) for PowerShell automation tools that need clean separation between UI and business logic.
voltagent-product-manager business-product
community
safe-write 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:88977cfebc36 Use this agent when you need to make product strategy decisions, prioritize features, or define roadmap plans based on user needs and business goals.
voltagent-project-idea-validator research-analysis
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:b71305b01782 Use this agent when you need an idea pressure-tested with brutal honesty, competitor teardown, market validation, and clear go/no-go guidance before building.
voltagent-project-manager business-product
community
safe-write 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:dcba1095b8ca Use this agent when you need to establish project plans, track execution progress, manage risks, control budget/schedule, and coordinate stakeholders across complex initiatives.
voltagent-prompt-engineer data-ai
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:a98c1b13f0a1 Use this agent when you need to design, optimize, test, or evaluate prompts for large language models in production systems.
voltagent-python-pro language-specialists
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:b87dba6a73d6 Use this agent when you need to build type-safe, production-ready Python code for web APIs, system utilities, or complex applications requiring modern async patterns and extensive type coverage.
voltagent-qa-expert quality-security
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:26e34e3ef018 Use this agent when you need comprehensive quality assurance strategy, test planning across the entire development cycle, or quality metrics analysis to improve overall software quality.
voltagent-quant-analyst specialized-domains
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:fd8ed7714299 Use this agent when you need to develop quantitative trading strategies, build financial models with rigorous mathematical foundations, or conduct advanced risk analytics for derivatives and portfolios. Invoke this agent for statistical arbitrage strategy development, backtesting with historical validation, derivatives pricing models, and portfolio risk assessment.
voltagent-rails-expert language-specialists
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:71f849ecdf12 Use when building or modernizing Rails applications requiring API development, Hotwire reactivity, real-time features, background job processing, deployment automation, or Rails-idiomatic patterns for maximum productivity. Version-aware: adapts to Rails 7.x and 8.x projects.
voltagent-react-specialist language-specialists
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:dc65bfdaf4f4 Use when optimizing existing React applications for performance, implementing advanced React 18+ features, or solving complex state management and architectural challenges within React codebases.
voltagent-readme-generator developer-experience
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:c8e92f3f2f85 Use this agent when you need a maintainer-ready README built from exact repository reality, with deep codebase scanning, zero hallucination, and optional git commit/push only when explicitly requested.
voltagent-refactoring-specialist developer-experience
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:25f431ff0e8f Use when you need to transform poorly structured, complex, or duplicated code into clean, maintainable systems while preserving all existing behavior.
voltagent-reinforcement-learning-engineer data-ai
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:bbef7a246a6e Use when designing RL environments, training agents with reward optimization, implementing policy gradient methods, or deploying decision-making systems for robotics, gaming, and autonomous operations.
voltagent-research-analyst research-analysis
community
readonly 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:027369ebe4e2 Use this agent when you need comprehensive research across multiple sources with synthesis of findings into actionable insights, trend identification, and detailed reporting.
voltagent-risk-manager specialized-domains
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:ed8e74bcb2d1 Use this agent when you need to identify, quantify, and mitigate enterprise-level risks across financial, operational, regulatory, and strategic domains. Invoke this agent when you need to assess risk exposure, design control frameworks, validate risk models, or ensure regulatory compliance.
voltagent-rust-engineer language-specialists
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:246fa5cd281c Use when building Rust systems where memory safety, ownership patterns, zero-cost abstractions, and performance optimization are critical for systems programming, embedded development, async applications, or high-performance services.
voltagent-sales-engineer business-product
community
safe-write 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:0fdae9f694d2 Use this agent when you need to conduct technical pre-sales activities including solution architecture, proof-of-concept development, and technical demonstrations for complex sales deals.
voltagent-scientific-literature-researcher research-analysis
community
readonly 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:84c2657b9715 Use when you need to search scientific literature and retrieve structured experimental data from published studies. Invoke this agent when the task requires evidence-grounded answers from full-text research papers, including methods, results, sample sizes, and quality scores.
voltagent-scrum-master business-product
community
safe-write 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:3d01b0d355b7 Use when teams need facilitation, process optimization, velocity improvement, or agile ceremony management—especially for sprint planning, retrospectives, impediment removal, and scaling agile practices across multiple teams.
voltagent-search-specialist research-analysis
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:4ea373635ba9 Use when you need to find specific information across multiple sources using advanced search strategies, query optimization, and targeted information retrieval. Invoke this agent when the priority is locating precise, relevant results efficiently rather than analyzing or synthesizing content.
voltagent-security-auditor quality-security
community
readonly 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:226633690d12 Use this agent when conducting comprehensive security audits, compliance assessments, or risk evaluations across systems, infrastructure, and processes. Invoke when you need systematic vulnerability analysis, compliance gap identification, or evidence-based security findings.
voltagent-security-engineer infrastructure
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:73e2dc3df29a Use this agent when implementing comprehensive security solutions across infrastructure, building automated security controls into CI/CD pipelines, or establishing compliance and vulnerability management programs. Invoke for threat modeling, zero-trust architecture design, security automation implementation, and shifting security left into development workflows.
voltagent-seo-specialist specialized-domains
community
readonly 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:c437cdbe9167 Use this agent when you need comprehensive SEO optimization encompassing technical audits, keyword strategy, content optimization, and search rankings improvement.
voltagent-slack-expert developer-experience
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:aa53ee110564 Use this agent when developing Slack applications, implementing Slack API integrations, or reviewing Slack bot code for security and best practices.
voltagent-spring-boot-engineer language-specialists
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:b09a4d457549 Use this agent when building enterprise Spring Boot 3+ applications requiring microservices architecture, cloud-native deployment, or reactive programming patterns.
voltagent-sql-pro language-specialists
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:58e44f20f89e Use this agent when you need to optimize complex SQL queries, design efficient database schemas, or solve performance issues across PostgreSQL, MySQL, SQL Server, and Oracle requiring advanced query optimization, index strategies, or data warehouse patterns.
voltagent-sre-engineer infrastructure
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:8ab8567c2b07 Use this agent when you need to establish or improve system reliability through SLO definition, error budget management, and automation. Invoke when implementing SLI/SLO frameworks, reducing operational toil, designing fault-tolerant systems, conducting chaos engineering, or optimizing incident response processes.
voltagent-swift-expert language-specialists
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:38e2fd4af846 Use this agent when building native iOS, macOS, or server-side Swift applications requiring advanced concurrency patterns, protocol-oriented architecture, and Swift-specific optimizations. Invoke for SwiftUI modernization, async/await implementation, actor-based state management, or memory safety concerns.
voltagent-symfony-specialist language-specialists
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:786259a67df1 Use when building Symfony 6+/7+/8+ applications, architecting Doctrine ORM entities with complex relationships, implementing Messenger component for async processing, or optimizing API Platform performance.
voltagent-task-distributor meta-orchestration
community
safe-write 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:21e953698497 Use when distributing tasks across multiple agents or workers, managing queues, and balancing workloads to maximize throughput while respecting priorities and deadlines.
voltagent-technical-writer business-product
community
safe-write 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:d28732710cb0 Use this agent when you need to create, improve, or maintain technical documentation including API references, user guides, SDK documentation, and getting-started guides.
voltagent-terraform-engineer infrastructure
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:3486da207e3c Use when building, refactoring, or scaling infrastructure as code using Terraform with focus on multi-cloud deployments, module architecture, and enterprise-grade state management.
voltagent-terragrunt-expert infrastructure
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:2be6aa489efd Expert Terragrunt specialist mastering infrastructure orchestration, DRY configurations, and multi-environment deployments. Masters stacks, units, dependency management, and scalable IaC patterns with focus on code reuse, maintainability, and enterprise-grade infrastructure automation.
voltagent-test-automator quality-security
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:811f2e71b5f7 Use this agent when you need to build, implement, or enhance automated test frameworks, create test scripts, or integrate testing into CI/CD pipelines.
voltagent-tooling-engineer developer-experience
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:99e5d54b89fc Use this agent when you need to build or enhance developer tools including CLIs, code generators, build tools, and IDE extensions.
voltagent-trend-analyst research-analysis
community
readonly 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:1092503308f9 Use when analyzing emerging patterns, predicting industry shifts, or developing future scenarios to inform strategic planning and competitive positioning.
voltagent-typescript-pro language-specialists
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:c0a7334e2bf0 Use when implementing TypeScript code requiring advanced type system patterns, complex generics, type-level programming, or end-to-end type safety across full-stack applications.
voltagent-ui-designer core-development
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:60b69fc6d3da Use this agent when designing visual interfaces, creating design systems, building component libraries, or refining user-facing aesthetics requiring expert visual design, interaction patterns, and accessibility considerations.
voltagent-ui-ux-tester quality-security
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:58c29365c55c Use this agent when you need exhaustive UI and UX functionality testing driven by documented user flows, with browser or desktop interaction tooling and structured defect reporting.
voltagent-ux-researcher business-product
community
safe-write 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:09643537d6d9 Use this agent when you need to conduct user research, analyze user behavior, or generate actionable insights to validate design decisions and uncover user needs. Invoke when you need usability testing, user interviews, survey design, analytics interpretation, persona development, or competitive research to inform product strategy.
voltagent-visual-asset-generator developer-experience
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:c47bde19bbf6 Use this agent when you need to generate production-ready visual assets for a project — app icons, favicons, OG images, logos, wordmarks, or social media images. Invokes the prompt-to-asset MCP server to route generation requests across 30+ image models.
voltagent-vue-expert language-specialists
community
command 100/100
excellent
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:e6955b3e60f1 Use this agent when building Vue 3 applications that require Composition API mastery, reactivity optimization, or Nuxt 3 development with enterprise-scale performance concerns.
voltagent-websocket-engineer core-development
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:c0d4ac6f3f87 Use this agent when implementing real-time bidirectional communication features using WebSockets, Socket.IO, or similar technologies at scale.
voltagent-windows-infra-admin infrastructure
community
command 85/100
good
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:00a7e1650682 Use when managing Windows Server infrastructure, Active Directory, DNS, DHCP, and Group Policy configurations, especially for enterprise-scale deployments requiring safe automation and compliance validation.
voltagent-wordpress-master business-product
community
command 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:ba940576cba1 Use this agent when you need to architect, optimize, or troubleshoot WordPress implementations ranging from custom theme/plugin development to enterprise-scale multisite platforms. Invoke this agent for performance optimization, security hardening, headless WordPress APIs, WooCommerce solutions, and scaling WordPress to handle millions of visitors.
voltagent-workflow-orchestrator meta-orchestration
community
safe-write 70/100
needs-work
VoltAgent/awesome-claude-code-subagents commit:2f9cf8b9562d sha256:3b26bc018fd2 Use this agent when you need to design, implement, or optimize complex business process workflows with multiple states, error handling, and transaction management.