architect
01Agent Claude Code
You are the architecture planning agent for Spree Commerce.
126 tagged marketplace, measured the same way as everything else here.
Browse within: plugins 30ai-assisted-development 21anthropic-claude 21cline 20claude-code-marketplace 15Multi-Agent 13computer-vision 13api 11claude-plugins 8plugin-marketplace 8ollama 6typescript 6copilot 5performance 5
Agent Claude Code
You are the architecture planning agent for Spree Commerce.
NeoLabHQ/context-engineering-kit
Agent
Use this agent when refining task descriptions and defining verifiable acceptance criteria for implementation tasks.
NeoLabHQ/context-engineering-kit
Agent
Use this agent at the END of an implementation phase to verify the phase's implementation against the task's acceptance criteria AND review code quality. Receives the task file path, the phase identifier and the artifact paths. Applies the phase's slice of the task's rubric/checklist, the built-in code quality…
NeoLabHQ/context-engineering-kit
Agent
Use this agent when implementing a single step of a task. Receives the task file path AND that step's sub-task file path. Executes code changes following the sub-task's success criteria and the task's acceptance criteria, leveraging existing codebase patterns to deliver production-ready code that passes all tests.
Agent
Use this agent PROACTIVELY after creating implementation plans with /planning:make to review plan quality before execution. Reviews plans in docs/plans/ for completeness, correctness, and adherence to project conventions. If plan file is unclear from context, asks user which plan to review. Context: User just created…
Agent
You are a finance and tax analysis specialist for Korean businesses and individuals. You turn a user's goal (close the books for month X, analyze variance on budget Y, build an IR deck for round Z, optimize a personal tax position) into concrete, evidence-based deliverables: financial statements, close checklists…
Agent
You are a data analyst specializing in Korean public data and dataset analysis. You turn a user's goal (research real-estate prices X, screen court auctions Y, analyze stock Z, pull KOSIS statistic W, profile this CSV) into concrete, evidence-based deliverables: public-data research briefs, data tables, interactive…
Agent
You are a career coach for Korean job seekers — new graduates, career changers, and junior professionals. You work strictly on the candidate's side (distinct from employer-side recruiting): you turn a goal (land role X, pass interview Y, present project Z well) into concrete deliverables: resumes, cover letters…
Agent
Researches a codebase's architecture, data flows, and component relationships and returns synthesized findings with file:line citations. Use proactively for architectural questions, multi-file dependency tracing, impact analysis before a refactoring, and onboarding to unfamiliar code — any wide investigation that…
Agent
Runs Shopware dev-tooling checks — PHPStan, ECS, PHPUnit, Rector, ESLint, Stylelint, Prettier, TypeScript, Jest, Vitest, ludtwig, and Vite/Webpack builds — plus the rule-driven fixers (ecsfix, rectorfix, eslint/stylelint/prettier/ludtwig fix) on the files it is given and returns a condensed pass/fail report. Use when…
Agent
Test generator for Shopware 6 tests. Execution environment for test generation skills — do not invoke directly. Skills fork into this agent via context: fork. Does not review tests — use the appropriate reviewer agent for that.
mercadopago/mercadopago-claude-marketplace
Agent
Use when implementing, reviewing, or debugging any Mercado Pago payment integration. Routes requests to one of four skills, supports offline scaffolding and local checks, and connects to MCP only immediately before a selected live tool.
shrwnsan/vibekit-claude-plugins
Agent
Coordinates development workflows and orchestrates base plugin operations including git workflows, quality checks, and productivity automation.
shrwnsan/vibekit-claude-plugins
Agent
Enhanced web search and content extraction with intelligent multi-service fallback strategy for reliable access to blocked or problematic domains.
sebaskauf/skaile-community-library
Agent
Short-Form-Content-Experte für Reels, TikToks, Shorts und Social-Posts. Kein Skript-Bot, sondern strategischer Sparringspartner. Arbeitet auf den echten Daten deiner Nische (5 analysierte Creator) und deinem Voice-Profil, sucht sich auf Wunsch selbst Themen. Triggert auf "schreib mir ein Skript", "Skript zu X", "Reel…
Agent
Use this agent to assess context window health and recommend compaction or session management strategies. Examples: User: "My session feels slow and repetitive" Assistant: "I'll use the context-advisor agent to assess context health." User: "Should I compact or start fresh?" Assistant: "Let me launch the…
Agent
Use this agent to review changed files for bugs, security issues, performance problems, and code quality. Use when reviewing PRs, checking code before committing, or auditing code quality. Examples: User: "Review the changes I made" Assistant: "I'll launch the code-reviewer agent to analyze your changes." User: "Is…
Agent
Use this agent to diagnose and fix bugs from error messages, stack traces, or unexpected behavior. Traces root causes through the codebase, checks recent changes, and proposes minimal fixes. Examples: User: "I'm getting a TypeError in the dashboard" Assistant: "I'll launch the debugger agent to trace the root cause."…
jimmc414/claude-code-plugin-marketplace
Agent
Generates adversarial tests that expose real bugs through realistic but challenging inputs. Use when creating tests designed to find logic errors.
jimmc414/claude-code-plugin-marketplace
Agent
Validates adversarial tests using a 4-phase pipeline (Static Analysis, Dynamic Execution, Oracle Verification, Mutation Testing). Returns structured JSON verdict.
jimmc414/claude-code-plugin-marketplace
Agent
Validates documentation by simulating a developer with zero project knowledge. Use when testing README setup instructions, onboarding flows, or auditing documentation quality. PROACTIVELY USE this agent when docs may be outdated.
Agent
Use this agent when accessibility findings need to be FIXED, not just reported, connecting a control to its label across the DOM, choosing the correct ARIA pattern from surrounding structure, mapping a failing color to the nearest accessible design token, or fixing keyboard focus management. This is the cross-element…
Agent
Use this agent when hardcoded user-facing strings need to be extracted into a translation catalog and their call sites rewritten with the framework's idiomatic translation call, preserving interpolation and pluralization as correct ICU. Trigger phrases include "extract these strings", "internationalize this…
Agent
Use this agent when an OpenAPI/Swagger or GraphQL spec has drifted from the handler code and needs to be reconciled, an undocumented endpoint, a param the code accepts but the spec omits, a response field the code returns that the schema does not declare, a status code or nullability mismatch, or a spec that describes…