Skip to main content

What You Get

hatch3r ships a comprehensive agentic setup out of the box. Here's everything included.

CategoryCountHighlights
Agents15Code reviewer, test writer, security auditor, implementer (sub-agentic), researcher, and more
Skills25Bug fix, feature implementation, issue workflow, release, incident response, context health, cost tracking, recipes, customization, and more
Rules43Code standards, error handling, testing, API design, observability, theming, i18n, security patterns, agent orchestration, and more
Commands29Board init, board fill, board pickup, board refresh, planning (feature, bug, refactor), healthcheck, security-audit, context-health, cost-tracking, customization, and more
MCP Servers5GitHub, Context7, Filesystem, Playwright, Brave Search

Agents

Specialized agents that handle distinct responsibilities in your development workflow.

AgentDescription
a11y-auditorAccessibility specialist -- WCAG AA compliance, keyboard nav, color contrast, ARIA, reduced motion
ci-watcherCI/CD specialist -- monitors GitHub Actions, reads failure logs, suggests fixes
dependency-auditorSupply chain analyst -- CVE scanning, upgrade paths, bundle impact, lockfile integrity
docs-writerTechnical writer -- specs, ADRs, glossary, process docs, kept in sync with code
implementerFocused implementation agent for single sub-issues, receives context from orchestrator
lint-fixerCode quality enforcer -- ESLint, Prettier, TypeScript strict, dead code removal
perf-profilerPerformance engineer -- runtime profiling, bundle size, memory leaks, benchmarks
researcherDeep investigation sub-agent used by planning commands
reviewerSenior reviewer -- correctness, security, privacy, performance, accessibility
security-auditorSecurity analyst -- DB rules, cloud functions, data flows, privacy, entitlements
test-writerQA engineer -- unit, integration, E2E, security rules, contract tests

See the full Agents reference.

Skills

On-demand instruction bundles for specific tasks. Skills are loaded when agents need them.

SkillDescription
featureEnd-to-end feature implementation as a vertical slice
bug-fixRoot cause diagnosis, minimal fix, regression test
refactorInternal quality improvement without behavior change
releaseSemantic versioning, changelog, tagging, deploy verification
issue-workflow8-step GitHub issue workflow with sub-agent delegation
pr-creationPR conventions, branch naming, self-review checklist
incident-responseTriage, mitigation, root cause analysis, post-mortem

...and 18 more. See the full Skills reference.

Rules

Persistent coding standards and conventions always available to agents.

RuleDescription
code-standardsTypeScript strict, naming conventions, function/file limits
testingDeterministic, isolated, fast tests with clear naming
api-designVersioning, validation, error responses, auth, CORS, pagination
security-patternsInput validation, output encoding, auth, OWASP alignment
error-handlingStructured errors, typed codes, exponential backoff, correlation IDs
git-conventionsBranch naming, commit messages, merge strategy

...and 37 more. See the full Rules reference.

Commands

Workflows invoked inside your coding tool or via CLI.

CommandDescription
board-initCreate/connect a GitHub Projects V2 board
board-fillParse todo.md into GitHub issues with dependency analysis
board-pickupAuto-pick next issue, delegate to sub-agents, create PR
project-specGenerate project documentation from a vision
feature-planPlan a single feature with parallel researchers
releaseCut a versioned release with changelog

...and 23 more. See the full Commands reference.