hydraia
01Plugin Claude Code
Plugin marketplace listing 1 plugin: hydraia.
Plugin Claude Code
Plugin marketplace listing 1 plugin: hydraia.
Plugin Claude Code
A self-contained agentic development harness for Claude Code. One command runs the full feature pipeline: context, think, design + threat model, plan with self-review, sub-agent execution, double code review, and security gates. Bundles every skill and agent it needs.
Agent
Expert Angular code reviewer specializing in change detection, RxJS/subscription hygiene, signals, standalone components, dependency injection, and template security. Use for any change touching Angular components, services, or templates. MUST BE USED for Angular projects.
Agent
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Agent
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing implementation blueprints with concrete files, interfaces, data flow, and build order.
Agent
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.
Agent
Expert C# code reviewer specializing in .NET conventions, async patterns, security, nullable reference types, and performance. Use for all C# code changes. MUST BE USED for C# projects.
Agent
PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.
Agent
Database bottleneck specialist for the Hydraia pipeline. Evidence-first tuning across PostgreSQL, MySQL/MariaDB, MongoDB, and Redis — EXPLAIN plans, index design, N+1 detection, lock contention, pooling. Dispatched by the perf/DB route at design time. Read-only; proposes changes as plan tasks. NOT a Phase 5 reviewer…
Agent
DevOps specialist for the Hydraia pipeline. Authors CI/CD workflows, Dockerfiles/compose, and IaC following the repo's existing platform. Deploy steps, secrets, and destructive infra are written as human-approval plan tasks — never executed by the agent. Opt-in via /hydraia:devops.
Agent
Documentation specialist for the Hydraia pipeline. Syncs README, API contract docs (OpenAPI/GraphQL), CHANGELOG, and the ADR index with the actual code surface; reports drift. Runs in Phase 6 (updates, never blocks) and on demand via /hydraia:docs. Never invents API behavior.
Agent
End-to-end testing specialist for the Hydraia pipeline. Detects the repo's E2E framework (Playwright/Cypress) from evidence, derives critical user journeys from acceptance criteria, writes and runs them, quarantines flaky specs. Phase 6 gate — a failing critical flow means the run is not done. Never installs a…
Agent
Expert Go code reviewer specializing in idiomatic Go, error handling, concurrency (goroutines/channels/context), interface design, and performance. Use for all Go code changes. MUST BE USED for Go projects.
Agent
Executes a single task from a Hydraia implementation plan. Dispatched fresh per task during Phase 4. Writes code, tests it, commits. Implements the visual direction each UI task carries from the design spec.
Agent
Whole-branch code reviewer for Hydraia Phase 5, pass 1. Reviews spec compliance, correctness, quality, and hidden coupling. Runs on Opus for maximum rigor.
Agent
Expert Java code reviewer for Spring Boot and Quarkus projects. Automatically detects the framework and applies the appropriate review rules. Covers layered architecture, JPA/Panache, MongoDB, security, and concurrency. MUST BE USED for all Java code changes.
Agent
Performance diagnosis specialist for the Hydraia pipeline. Measurement-first — establishes a baseline, profiles, ranks bottlenecks by measured contribution, and proposes hypotheses with expected gains. Dispatched by the performance route at design time. Read-only; never edits source. NOT a Phase 5 reviewer (that is…
Agent
Performance analysis and optimization specialist. Use PROACTIVELY for identifying bottlenecks, optimizing slow code, reducing bundle sizes, and improving runtime performance. Profiling, memory leaks, render optimization, and algorithmic improvements.
Agent
Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects.
Agent
QA automation specialist for the Hydraia pipeline. Implements Given/When/Then cases from a QA case document as real tests in the repo's existing test framework and fills the traceability matrix with file:line refs (Phase 4). Verify mode re-checks full matrix coverage (Phase 6).
Agent
Functional QA specialist for the Hydraia pipeline. Derives Given/When/Then test cases and a requirement-traceability matrix from a design spec and story artifact. Dispatched during Phase 3 in parallel with plan writing. Never invents behavior — spec gaps are reported, not guessed.
Agent
Expert React/JSX code reviewer specializing in hook correctness, render performance, server/client component boundaries, accessibility, and React-specific security. Use for any change touching .tsx/.jsx files or React component logic. MUST BE USED for React projects.
Agent
Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities.
Agent
Review code for silent failures, swallowed errors, bad fallbacks, and missing error propagation.