jdanigo/hydraia

53 agent markdown files indexed from jdanigo/hydraia. Install any of them pinned to an exact hash with mdr add jdanigo/hydraia/<name>.

hydraia skill
jdanigo/hydraia · codex/skills/hydraia/SKILL.md · Codex-native hydraia pipeline. Use when the user asks to build, add, implement, or change a feature, brings a…
git:20260912.9f5add4 · audit A · 8 stars
adr skill
jdanigo/hydraia · skills/adr/SKILL.md · Use when a design decision is made that is expensive to reverse, affects multiple components, or rejects a plausible…
git:20260703.c5a2b92 · audit A · 8 stars
agency-tier-ui skill
jdanigo/hydraia · skills/agency-tier-ui/SKILL.md · Teaches the AI to design like a high-end agency. Defines the exact fonts, spacing, shadows, card structures, and…
git:20260819.5575aa5 · audit A · 8 stars
api-design skill
jdanigo/hydraia · skills/api-design/SKILL.md · Use when designing or reviewing an API surface — REST, GraphQL, or gRPC. Contract-first methodology: the contract…
git:20260703.c5a2b92 · audit A · 8 stars
banner-design skill
jdanigo/hydraia · skills/banner-design/SKILL.md · Design banners for social media, ads, website heroes, creative assets, and print. Multiple art direction options with…
v1.0.0 · audit A · 8 stars
brainstorming skill
jdanigo/hydraia · skills/brainstorming/SKILL.md · You MUST use this before any creative work - creating features, building components, adding functionality, or modifying…
git:20260911.13e2dcf · audit A · 8 stars
brand skill
jdanigo/hydraia · skills/brand/SKILL.md · Brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content…
v1.0.0 · audit A · 8 stars
caveman skill
jdanigo/hydraia · skills/caveman/SKILL.md · Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical…
git:20260702.9dc0119 · audit A · 8 stars
coding-standards skill
jdanigo/hydraia · skills/coding-standards/SKILL.md · Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed…
git:20260702.69ee5ed · audit A · 8 stars
db-optimization skill
jdanigo/hydraia · skills/db-optimization/SKILL.md · Use when the bottleneck is database-shaped — slow queries, lock timeouts, connection exhaustion, N+1 patterns, index…
git:20260703.44486a5 · audit A · 8 stars
design-system skill
jdanigo/hydraia · skills/design-system/SKILL.md · Token architecture, component specifications, and slide generation. Three-layer tokens (primitive→semantic→component)…
v1.0.0 · audit B · 8 stars
design-to-code skill
jdanigo/hydraia · skills/design-to-code/SKILL.md · Elite render-to-code skill. The user brings a finished website design render (jpg/png); this skill distills it into…
git:20260819.357915e · audit A · 8 stars
design skill
jdanigo/hydraia · skills/design/SKILL.md · Comprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini AI)…
v2.1.0 · audit A · 8 stars
dispatching-parallel-agents skill
jdanigo/hydraia · skills/dispatching-parallel-agents/SKILL.md · Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
git:20260702.9dc0119 · audit A · 8 stars
django-security skill
jdanigo/hydraia · skills/django-security/SKILL.md · Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS…
git:20260702.9dc0119 · audit B · 8 stars
dotnet-patterns skill
jdanigo/hydraia · skills/dotnet-patterns/SKILL.md · Use when writing C#/.NET backend code — ASP.NET Core APIs (minimal APIs or MVC), workers, EF Core data access. Builder…
git:20260703.2ff8155 · audit A · 8 stars
e2e-testing skill
jdanigo/hydraia · skills/e2e-testing/SKILL.md · Use when writing or maintaining end-to-end tests — Playwright (preferred) or Cypress critical-flow suites. Pattern…
git:20260911.30a4306 · audit A · 8 stars
executing-plans skill
jdanigo/hydraia · skills/executing-plans/SKILL.md · Use when you have a written implementation plan to execute in a separate session with review checkpoints
git:20260702.9dc0119 · audit A · 8 stars
explainme skill
jdanigo/hydraia · skills/explainme/SKILL.md · Explain a codebase, subsystem, or PR to a human — visually and verifiably. Turns real code structure into a polished…
v0.1 (hydraia) · audit A · 8 stars
finishing-a-development-branch skill
jdanigo/hydraia · skills/finishing-a-development-branch/SKILL.md · Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides…
git:20260702.9dc0119 · audit A · 8 stars
golang-patterns skill
jdanigo/hydraia · skills/golang-patterns/SKILL.md · Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
git:20260702.69ee5ed · audit A · 8 stars
greenfield-architect skill
jdanigo/hydraia · skills/greenfield-architect/SKILL.md · Use when the user wants a new app, service, or system designed from scratch — greenfield work with no existing code to…
git:20260703.c5a2b92 · audit A · 8 stars
hydraia skill
jdanigo/hydraia · skills/hydraia/SKILL.md · Use whenever the user asks to build, add, implement, or change a feature or functionality — or brings a user story or…
git:20260912.d4e73ee · audit A · 8 stars
karpathy-guidelines skill
jdanigo/hydraia · skills/karpathy-guidelines/SKILL.md · Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid…
git:20260702.9dc0119 · audit A · 8 stars
microservices-architect skill
jdanigo/hydraia · skills/microservices-architect/SKILL.md · Designs distributed system architectures, decomposes monoliths into bounded-context services, recommends communication…
v1.1.0 · audit A · 8 stars
mobile-design-frames skill
jdanigo/hydraia · skills/mobile-design-frames/SKILL.md · Elite mobile app image-generation skill for creating premium, app-native screen concepts and flows. Designed for iOS…
git:20260819.5575aa5 · audit A · 8 stars
node-patterns skill
jdanigo/hydraia · skills/node-patterns/SKILL.md · Use when writing Node.js/TypeScript backend code — Express, Fastify, or NestJS services, APIs, workers. Builder…
git:20260703.2ff8155 · audit A · 8 stars
performance-tuning skill
jdanigo/hydraia · skills/performance-tuning/SKILL.md · Use when the request is a performance symptom — slow endpoint, high latency, timeouts, high CPU or memory, big bundle…
git:20260703.44486a5 · audit A · 8 stars
production-audit skill
jdanigo/hydraia · skills/production-audit/SKILL.md · Local-evidence production readiness audit for shipped apps, pre-launch reviews, post-merge checks, and "what breaks in…
git:20260702.9dc0119 · audit A · 8 stars
python-patterns skill
jdanigo/hydraia · skills/python-patterns/SKILL.md · Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable…
git:20260702.69ee5ed · audit A · 8 stars
react-patterns skill
jdanigo/hydraia · skills/react-patterns/SKILL.md · React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form…
git:20260702.69ee5ed · audit A · 8 stars
receiving-code-review skill
jdanigo/hydraia · skills/receiving-code-review/SKILL.md · Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or…
git:20260702.9dc0119 · audit A · 8 stars
redesign-uplift skill
jdanigo/hydraia · skills/redesign-uplift/SKILL.md · Upgrades existing websites and apps to premium quality. Audits current design, identifies generic AI patterns, and…
git:20260819.5575aa5 · audit A · 8 stars
repo-scan skill
jdanigo/hydraia · skills/repo-scan/SKILL.md · Cross-stack source code asset audit — classifies every file, detects embedded third-party libraries, and delivers…
git:20260702.9dc0119 · audit A · 8 stars
requesting-code-review skill
jdanigo/hydraia · skills/requesting-code-review/SKILL.md · Use when completing tasks, implementing major features, or before merging to verify work meets requirements
git:20260702.9dc0119 · audit A · 8 stars
security-bounty-hunter skill
jdanigo/hydraia · skills/security-bounty-hunter/SKILL.md · Hunt for exploitable, bounty-worthy security issues in repositories. Focuses on remotely reachable vulnerabilities that…
v1.0.0 · audit A · 8 stars
security-review skill
jdanigo/hydraia · skills/security-review/SKILL.md · Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or…
git:20260702.9dc0119 · audit A · 8 stars
security-scan skill
jdanigo/hydraia · skills/security-scan/SKILL.md · Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection…
git:20260702.9dc0119 · audit A · 8 stars
slides skill
jdanigo/hydraia · skills/slides/SKILL.md · Create strategic HTML presentations with Chart.js, design tokens, responsive layouts, copywriting formulas, and…
v1.0.0 · audit A · 8 stars
springboot-patterns skill
jdanigo/hydraia · skills/springboot-patterns/SKILL.md · Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and…
git:20260702.69ee5ed · audit A · 8 stars
springboot-security skill
jdanigo/hydraia · skills/springboot-security/SKILL.md · Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency…
git:20260702.9dc0119 · audit A · 8 stars
story-analysis skill
jdanigo/hydraia · skills/story-analysis/SKILL.md · Use when the user provides a user story, ticket, or requirement to analyze before building — acts as a Product Owner…
git:20260703.a0bf73e · audit A · 8 stars
subagent-driven-development skill
jdanigo/hydraia · skills/subagent-driven-development/SKILL.md · Use when executing implementation plans with independent tasks in the current session
git:20260702.9dc0119 · audit A · 8 stars
systematic-debugging skill
jdanigo/hydraia · skills/systematic-debugging/SKILL.md · Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
git:20260702.9dc0119 · audit A · 8 stars
test-driven-development skill
jdanigo/hydraia · skills/test-driven-development/SKILL.md · Use when implementing any feature or bugfix, before writing implementation code
git:20260702.9dc0119 · audit A · 8 stars
ui-styling skill
jdanigo/hydraia · skills/ui-styling/SKILL.md · Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS…
v1.0.0 · audit A · 8 stars
ui-ux-pro-max skill
jdanigo/hydraia · skills/ui-ux-pro-max/SKILL.md · UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product…
git:20260702.9dc0119 · audit A · 8 stars
using-git-worktrees skill
jdanigo/hydraia · skills/using-git-worktrees/SKILL.md · Use when starting feature work that needs isolation from current workspace or before executing implementation plans -…
git:20260702.9dc0119 · audit A · 8 stars
using-superpowers skill
jdanigo/hydraia · skills/using-superpowers/SKILL.md · Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY…
git:20260702.9dc0119 · audit A · 8 stars
verification-before-completion skill
jdanigo/hydraia · skills/verification-before-completion/SKILL.md · Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running…
git:20260702.9dc0119 · audit A · 8 stars
web-design-frames skill
jdanigo/hydraia · skills/web-design-frames/SKILL.md · Elite frontend image-direction skill for generating premium, conversion-aware website design references. CRITICAL…
git:20260819.5575aa5 · audit A · 8 stars
writing-plans skill
jdanigo/hydraia · skills/writing-plans/SKILL.md · Use when you have a spec or requirements for a multi-step task, before touching code
git:20260702.9dc0119 · audit A · 8 stars
writing-skills skill
jdanigo/hydraia · skills/writing-skills/SKILL.md · Use when creating new skills, editing existing skills, or verifying skills work before deployment
git:20260702.9dc0119 · audit A · 8 stars

Source

github.com/jdanigo/hydraia · 8 stars · license MIT · pushed 2026-09-12