← All creators

hatch3r

Organization

Open-source CLI + editor plugin (Claude Code, Cursor, GitHub Copilot): one command installs 29 agents, 53 skills, 67 rules, 30 commands, 7 hooks & MCP integrations into any repo. Audited each release across 24 governance domains.

50 indexed · 0 Featured · 26 stars · avg score 83
Prolific

Categories

Indexed Skills (50)

AI & Automation Solid

h4tcher-capability-add

Create a new agent, skill, rule, command, hook, adapter, or pipeline module — runs duplication block, dispatches parallel sub-agents (T2/T3), delegates body authoring to the matching author skill, runs full gates, stops before commit.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

h4tcher-capability-discover

Pre-flight read-only scan for a planned capability change — maps what exists, what would collide, and which pillar gap a new artifact would close.

26 Updated 1 weeks ago
hatch3r
Code & Development Solid

h4tcher-capability-refactor

Rename, split, merge, or restructure an existing canonical artifact with cross-reference scrubbing and an explicit rename-map deliverable.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

h4tcher-capability-remove

Decommission a hatch3r artifact (agent, skill, rule, command, hook, adapter, pipeline module) after passing the D16.3 removal-threshold gate, drafting migration notes, and scrubbing every cross-reference.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-a11y-audit

Runs a WCAG AA accessibility audit with findings and fixes across 7 scan categories (keyboard, contrast, ARIA, reduced motion, screen reader, high contrast, automated axe). Use when auditing and remediating accessibility.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-adhoc-orchestrate

Scaffolds the ad-hoc Tier >= 2 orchestration protocol -- Per-Turn Pipeline-State Header, implementer delegation plan, End-of-Turn Delegation Attestation. Use for a multi-phase task with no registered command to avoid inline-implementation bypass mode.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-ai-feature

Eval-driven development workflow for shipping AI features — write eval before prompt, measure, iterate, ship with caching + cost telemetry + model fallback + hallucination SLI

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-api-spec

Generates and validates OpenAPI specifications from codebase. Covers endpoint design, schema validation, and documentation generation.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-architecture-review

Evaluates architectural decisions and produce ADRs following the project template. Use when making architectural decisions, evaluating trade-offs, or creating ADRs.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-board-groom

Ongoing backlog refinement for existing board items. Re-prioritize, reclassify, re-scope, archive stale items, decompose oversized issues, merge duplicates, refresh dependencies, and remediate board health findings.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-board-init

Initializes a project board (GitHub Projects V2, Azure Boards, or GitLab Issue Boards) with hatch3r's label taxonomy, status fields, and board structure. Platform detected from hatch.json.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-board-refresh

Regenerates the living board overview dashboard from current board state. Scans all open issues, computes health metrics, and updates the meta:board-overview issue.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-board-shared

Shared context and procedures for all board commands. Provides platform-agnostic board config, label taxonomy, branch conventions, sync enforcement, and tooling directives. Platform-specific details are in commands/board/shared-{platform}.md.

26 Updated 1 weeks ago
hatch3r
Testing & QA Solid

hatch3r-browser-verify

Opt-in browser verification skill — spec-run-first Playwright verification (assertions execute in the runner, agent reads only failures), axe-core a11y audits, toHaveScreenshot() regression diffs, E2E test scaffolds, and snapshot-mode exploratory driving. Default ON for UI-affecting agent invocations; disable globally via hatch3r config browser=off.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-bug-fix

Step-by-step bug fix workflow. Diagnose root cause, implement minimal fix, write regression test. Use when fixing bugs, working on bug report issues, or when the user mentions a bug.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-ci-pipeline

Designs and optimizes CI/CD pipelines. Covers stage design, test parallelization, artifact management, and pipeline performance.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-cleanup

Repo-state cleanup pass — inventories accumulated hatch3r working state (plan files, workspace dirs, review telemetry, findings ledgers, learnings, handoffs, board staleness), asks once with per-category counts and estimated reclaim, dispatches each owned surface to its owning skill or CLI path, and prunes only the unowned remainder itself.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-cli-fd

User-friendly find replacement, gitignore-aware. Use when locating filenames or directories by glob with parallel walking; invoke `fd`. Outputs newline-separated hit records; bound results with `-c` or `--max-count`.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-cli-fzf

Interactive fuzzy finder for TTY pickers. Use when ad-hoc interactive picker over piped stdin streams from another command; invoke `fzf`. Requires a TTY; degrade gracefully to non-interactive batch in CI.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-cli-gh

GitHub CLI — repos, issues, PRs, releases, gists. Use when drafting GitHub pull requests, issues, releases, gists, or workflow dispatches; invoke `gh`. Authenticates via the platform's native token mechanism (OAuth / PAT).

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-cli-jq

JSON processor and query language. Use when shaping JSON streams via jq-syntax filters and select expressions; invoke `jq`. Reads stdin and emits stdout; integrates seamlessly into shell pipelines.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-cli-ripgrep

Fast recursive grep with sane defaults and gitignore awareness. Use when regex content searches across large source trees with gitignore filtering; invoke `rg`. Outputs newline-separated hit records; bound results with `-c` or `--max-count`.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-cli-toolbox

Category-indexed reference for 34 specialist CLI tools beyond the always-on five (ripgrep, jq, gh, fd, fzf). Use to pick the right tool for HTTP clients, ai-chat, structural-search, sed-style edits, data ops, browser automation, container ops, and more.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-containerize

Containerizes an application through a repeatable workflow — multi-stage Dockerfile, non-root hardening, minimal base image, .dockerignore, healthcheck, local docker-compose, Kubernetes manifest basics, and an image-scan gate. Use when adding or hardening container artifacts.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-context-health

Monitors and maintains conversation context health during long sessions. Use when context may be degrading, after many turns, or when experiencing repeated errors.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-cost-tracking

Tracks token usage and estimate costs for agent sessions. Use when monitoring spend, approaching budget limits, or generating cost reports.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-customize

Creates and manages customization files for any hatch3r artifact type (agents, commands, rules, skills). Supports model overrides, description changes, scope overrides, enable/disable control, and project-specific markdown instructions.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-dep-audit

Audits and updates npm dependencies for security, freshness, and bundle impact. Use when auditing dependencies, responding to CVEs, or upgrading packages.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-design-system-detect

Detects existing design tokens, component library, and theming convention in a project before authoring new UI primitives — output a concise inventory for downstream implementers

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-docs-writing

Authors technical documentation through a repeatable workflow — audience analysis, Diátaxis-mode selection, structure, draft, review, publish. Covers READMEs, ADRs, API docs, and runbooks. Use when writing or restructuring any project documentation.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-enhancability-verify

Enhancability verification gate before commit/release — feature-flag adoption on behavior changes, config externalization, semver-versioned APIs, forward-compat headers, extension-point definition, startup config validation

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-feature

End-to-end feature implementation workflow. Covers data model, domain logic, API, and UI as a vertical slice. Use when implementing new features or working on feature request issues.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-feedback

Captures user feedback on an agent recommendation or workflow outcome, classify it, sanitize it, and route it to the right destination — a local feedback record, a GitHub issue from the agent-recommendation-feedback template, or a learning. Use after an agent gives advice the user wants to rate, correct, or escalate.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-gh-agentic-workflows

Sets up CI/CD agentic workflows for continuous AI-powered repository automation (GitHub Actions, Azure Pipelines, GitLab CI)

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-handoff-prepare

Captures mid-work session state into a canonical handoff document at .hatch3r/handoffs/active/. Use when ending a session mid-work, switching tools, or after context-health Orange/Red.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-handoff-resume

Loads and resumes a handoff document from .hatch3r/handoffs/active/. Validates schema, integrity, expiry, and git_ref drift before surfacing content as user-tier context.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-hooks

Define, edit, and manage event-driven hooks that activate agents on project events. Tool-agnostic — adapters translate hook definitions into tool-native configurations during `npx hatch3r sync`.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-incident-response

Handles production incidents with structured triage, mitigation, and post-mortem. Use when responding to production issues, outages, or security incidents.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-issue-workflow

Guides the 8-step agentic development workflow for issues/work items. Covers parsing issues, loading skills, reading specs, planning, implementing, testing, opening PRs/MRs, and addressing review. Use when working on any issue/work item or when the user mentions an issue number.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-learn

Captures learnings from completed development sessions into reusable knowledge files for future consultation. Invoke manually, from board-pickup after PR merge, or with a specific issue number for targeted reflection.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-logical-refactor

Workflow for changing behavior or logic flow without adding new features or overhauling UI. Use when modifying business logic, data flows, behavioral rules, or working on logical refactor issues.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-maintainability-verify

Maintainability verification gate before commit/release — jscpd duplication index, pattern reuse ratio, cyclomatic complexity, expand-contract migrations, API breaking-change discipline, ADR presence

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-migration

Plans and executes migrations for databases, frameworks, and dependencies. Covers breaking change analysis, phased rollout, and rollback procedures.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-observability-verify

Verification gate before declaring an agent-produced service done — OTel span coverage on request path, structured-log + trace-id correlation, SLO definition, error-tracking integration, GenAI semconv on AI features

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

hatch3r-perf-audit

Profiles and optimizes application performance against defined budgets. Use when investigating performance issues, auditing performance budgets, or optimizing hot paths.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

h4tcher-adapter-author

Create or modify a platform adapter with web research, implementation, testing, and D09 checklist verification.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

h4tcher-content-author

Author or modify a canonical content artifact (agent, skill, rule, command, hook) with frontmatter, quality charter compliance, and duplication checking.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

h4tcher-docusaurus-generator

Maintainer skill — generate or refresh the hatch3r project documentation site (Docusaurus 3.x) from this repo's canonical corpus (agents/, skills/, rules/, commands/, hooks/, docs/, plus counts from the public governance/inventory.json). Use when a hatch3r maintainer asks to build, regenerate, or update the framework's own docs site. Analyzes the hatch3r repo structure, regenerates markdown into website/docs/, and previews the site.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

h4tcher-pr-resolve

Resolve PR comments on the hatch3r repo — invoke the canonical hatch3r-pr-resolve workflow, then apply hatch3r-specific quality gates (validate, rule parity, efficiency invariants, lean thresholds, anti-slop, inventory, pillar compliance) and stop before commit for human review.

26 Updated 1 weeks ago
hatch3r
AI & Automation Solid

h4tcher-release-prep

Prepare a hatch3r release — version bump, changelog completeness + sync, repo + website docs currency, quality gates, adapter output verification, and release-notes reconciliation with CI.

26 Updated 1 weeks ago
hatch3r

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.