Skill Claude CodeCodex
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
HydraFlow is a delivery kernel for GitHub repositories: it accepts intent, compiles it through a staged pipeline, enforces quality gates, and produces merged software changes.
Skill Claude CodeCodex
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
Skill Claude CodeCodex
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles.
Skill Claude CodeCodex
Create a draft ADR issue for HydraFlow processing.
Skill Claude CodeCodex
Run a comprehensive code quality audit across the entire repo. Dynamically analyzes source code for dead code, complexity, duplication, error handling gaps, type safety issues, and architectural problems. Creates GitHub issues for findings so HydraFlow can process them.
Skill Claude CodeCodex
Audit all Claude Code hooks (.claude/settings.json and .claude/hooks/.sh) for correctness, efficiency, and gating opportunities. Launch a single agent that reads everything and reports findings.
Skill Claude CodeCodex
Run a comprehensive integration test audit across the entire repo. Dynamically discovers external dependencies in source code, inventories existing integration tests, identifies coverage gaps, flags ugly/outdated tests, and creates GitHub issues for findings.
Skill Claude CodeCodex
Run a comprehensive test quality audit across the entire repo. Analyzes test naming, structure, factory usage, anti-patterns, coverage gaps, and flaky patterns. Creates GitHub issues for findings so HydraFlow can process them.
Skill Claude CodeCodex
Skill "hf.block-destructive-git" from T-rav/hydraflow, covering hf.block-destructive-git, fires on pretooluse for all bash commands and block destructive git commands.
Skill Claude CodeCodex
Skill "hf.check-cross-service-impact" from T-rav/hydraflow, covering hf.check-cross-service-impact, fires on pretooluse for edit tool, warns once per session (4-hour window), does not block, only check files in shared/ and skip test files and init.py.
Skill Claude CodeCodex
Skill "hf.check-reindex-needed" from T-rav/hydraflow, covering hf.check-reindex-needed, fires on pretooluse for claude-context, don't warn more than once per hour, check if git operation triggered a reindex need and check if index is stale (no indexing in 8 hours).
Skill Claude CodeCodex
Skill "hf.check-test-counterpart" from T-rav/hydraflow, covering hf.check-test-counterpart, fires on pretooluse for write tool, does not block (exit 0) - only shows a reminder, only check python source files and skip test files, configs, init, migrations, scripts.
Skill Claude CodeCodex
hf.cleanup-code-change-marker.
Skill Claude CodeCodex
Use this agent to guarantee code meets strict quality, security, testing, and maintainability standards. It enforces linting (ruff), types (pyright), security (bandit), tests (pytest/coverage), dead-code removal (vulture), duplication/centralization (jscpd + radon + import-graph checks), and test-name⇄target mapping.
Skill Claude CodeCodex
Review branch diff for accidental deletions, debug code, missing imports, scope creep, and logic errors.
Skill Claude CodeCodex
Skill "hf.enforce-migrations" from T-rav/hydraflow, covering hf.enforce-migrations, fires on pretooluse for edit and write tools, only check python files, allow migration files (they're supposed to have ddl) and allow test files (they may use ddl for in-memory test dbs).
Skill Claude CodeCodex
Skill "hf.enforce-plan-and-explore" from T-rav/hydraflow, covering hf.enforce-plan-and-explore, fires on pretooluse for edit tool, warns once per session (4-hour window), does not block, only check python source files and skip test files, configs, init, migrations, scripts.
Skill Claude CodeCodex
hf.gate-stop-agents.
Skill Claude CodeCodex
Take a rough description from the user, research the relevant codebase, and create a well-structured GitHub issue with full context, file references, and acceptance criteria.
Skill Claude CodeCodex
Capture Session Learnings as Memory Suggestions.
Skill Claude CodeCodex
Skill "hf.scan-secrets-before-commit" from T-rav/hydraflow, covering hf.scan-secrets-before-commit, fires on pretooluse for bash commands matching git commit, only intercept git commit commands, get staged files and build combined regex.
Skill Claude CodeCodex
Assess whether changed production code has adequate test coverage for functionality, regressions, and edge cases.
Skill Claude CodeCodex
Audits test code for quality, structure, and patterns. Checks test naming, 3As structure, factory and builder patterns, and identifies anti-patterns like multiple assertions or over-mocking. Based on real codebase with 63 factories and 12 builders.
Skill Claude CodeCodex
Skill "hf.track-code-changes" from T-rav/hydraflow, covering hf.track-code-changes, fires on posttooluse for edit and write and only track source files.
Skill Claude CodeCodex
Skill "hf.track-exploration" from T-rav/hydraflow, covering hf.track-exploration and fires on posttooluse for read and grep tools.