jdanigo

63 mods across 1 repository, 8 stars between them.

hydraia

01

jdanigo/hydraia

Plugin Claude Code

Plugin marketplace listing 1 plugin: hydraia.

8 11d ago A tokens not measured original MIT

hydraia

02

jdanigo/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.

8 11d ago A tokens not measured original MIT

angular-reviewer

03

jdanigo/hydraia

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.

8 11d ago A 51 tokens original MIT

architect

04

jdanigo/hydraia

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.

8 11d ago A 36 tokens copy · 89% MIT

code-architect

05

jdanigo/hydraia

Agent

Designs feature architectures by analyzing existing codebase patterns and conventions, then providing implementation blueprints with concrete files, interfaces, data flow, and build order.

8 11d ago A 35 tokens copy · 98% MIT

code-reviewer

06

jdanigo/hydraia

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.

8 11d ago A 38 tokens copy · 98% MIT

csharp-reviewer

07

jdanigo/hydraia

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.

8 11d ago A 44 tokens copy · 92% MIT

database-reviewer

08

jdanigo/hydraia

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.

8 11d ago A 48 tokens copy · 86% MIT

jdanigo/hydraia

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…

8 11d ago A 86 tokens original MIT

devops-engineer

10

jdanigo/hydraia

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.

8 11d ago A 68 tokens original MIT

docs-engineer

11

jdanigo/hydraia

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.

8 11d ago A 70 tokens original MIT

e2e-runner

12

jdanigo/hydraia

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…

8 11d ago B 77 tokens original MIT

go-reviewer

13

jdanigo/hydraia

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.

8 11d ago A 45 tokens original MIT

hydraia-executor

14

jdanigo/hydraia

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.

8 11d ago A 49 tokens original MIT

hydraia-reviewer

15

jdanigo/hydraia

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.

8 11d ago A 42 tokens original MIT

java-reviewer

16

jdanigo/hydraia

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.

8 11d ago A 55 tokens original MIT

perf-engineer

17

jdanigo/hydraia

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…

8 11d ago A 67 tokens original MIT

jdanigo/hydraia

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.

8 11d ago A 48 tokens copy · 91% MIT

python-reviewer

19

jdanigo/hydraia

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.

8 11d ago A 43 tokens copy · 88% MIT

qa-automation

20

jdanigo/hydraia

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).

8 11d ago A 64 tokens original MIT

qa-functional

21

jdanigo/hydraia

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.

8 11d ago A 61 tokens original MIT

react-reviewer

22

jdanigo/hydraia

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.

8 11d ago A 53 tokens original MIT

security-reviewer

23

jdanigo/hydraia

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.

8 11d ago A 52 tokens copy · 95% MIT

jdanigo/hydraia

Agent

Review code for silent failures, swallowed errors, bad fallbacks, and missing error propagation.

8 11d ago A 24 tokens copy · 92% MIT