Skip to main content
Run any Skill in Manus
with one click
GitHub repository

hatch3r

hatch3r contains 62 collected skills from hatch3r, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
62
Stars
27
updated
2026-07-16
Forks
4
Occupation coverage
8 occupation categories ยท 100% classified
repository explorer

Skills in this repository

hatch3r-handoff-prepare
software-developers

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.

2026-07-16
h4tcher-capability-add
computer-occupations-all-other

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.

2026-07-15
h4tcher-capability-discover
computer-occupations-all-other

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.

2026-07-15
h4tcher-capability-refactor
computer-occupations-all-other

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

2026-07-15
h4tcher-capability-remove
computer-occupations-all-other

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.

2026-07-15
h4tcher-pr-resolve
computer-occupations-all-other

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.

2026-07-15
hatch3r-a11y-audit
web-and-digital-interface-designers

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.

2026-07-15
hatch3r-ai-feature
software-developers

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

2026-07-15
hatch3r-api-spec
software-developers

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

2026-07-15
hatch3r-architecture-review
software-developers

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

2026-07-15
hatch3r-board-groom
project-management-specialists

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.

2026-07-15
hatch3r-board-init
project-management-specialists

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.

2026-07-15
hatch3r-board-refresh
project-management-specialists

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

2026-07-15
hatch3r-board-shared
project-management-specialists

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.

2026-07-15
hatch3r-browser-verify
software-quality-assurance-analysts-and-testers

Opt-in browser verification skill โ€” Playwright-driven visual checks, axe-core a11y audits, screenshot regression diffs, and E2E test scaffolds. Default ON for UI-affecting agent invocations; disable globally via hatch3r config browser=off.

2026-07-15
hatch3r-bug-fix
software-developers

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.

2026-07-15
hatch3r-ci-pipeline
software-developers

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

2026-07-15
hatch3r-containerize
network-and-computer-systems-administrators

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.

2026-07-15
hatch3r-context-health
computer-occupations-all-other

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

2026-07-15
hatch3r-cost-tracking
software-developers

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

2026-07-15
hatch3r-customize
computer-occupations-all-other

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.

2026-07-15
hatch3r-dep-audit
software-developers

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

2026-07-15
hatch3r-design-system-detect
web-and-digital-interface-designers

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

2026-07-15
hatch3r-docs-writing
software-developers

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.

2026-07-15
hatch3r-enhancability-verify
software-developers

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

2026-07-15
hatch3r-feature
software-developers

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.

2026-07-15
hatch3r-gh-agentic-workflows
network-and-computer-systems-administrators

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

2026-07-15
hatch3r-handoff-resume
computer-occupations-all-other

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.

2026-07-15
hatch3r-incident-response
network-and-computer-systems-administrators

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

2026-07-15
hatch3r-issue-workflow
software-developers

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.

2026-07-15
hatch3r-logical-refactor
software-developers

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.

2026-07-15
hatch3r-maintainability-verify
software-developers

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

2026-07-15
hatch3r-migration
software-developers

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

2026-07-15
hatch3r-observability-verify
software-developers

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

2026-07-15
hatch3r-perf-audit
software-developers

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

2026-07-15
hatch3r-pr-creation
software-developers

Creates a pull request or merge request following project conventions including branch naming, PR/MR template, checklist, and rollout plan. Use when opening or preparing a PR/MR, or when the user asks to create a PR or MR.

2026-07-15
hatch3r-qa-validation
software-quality-assurance-analysts-and-testers

E2E validation workflow producing a structured pass/fail report with evidence. Use when running QA validation, acceptance testing, verifying releases, or working on QA E2E validation issues.

2026-07-15
hatch3r-recipe
computer-occupations-all-other

Authors and validates composition specs that an orchestrating agent walks via the Task tool to run hatch3r commands and skills in a dependency-ordered sequence. Use when designing a multi-step capability composition, customizing an existing one, or debugging a composition the agent walks.

2026-07-15
hatch3r-refactor
software-developers

Internal code quality improvement workflow without changing external behavior. Use when refactoring code structure, simplifying modules, or improving maintainability.

2026-07-15
hatch3r-release
software-developers

Cuts a release with version bump, changelog, tagging, and deploy verification. Use when preparing a release, cutting a version, or deploying to production.

2026-07-15
Showing top 40 of 62 collected skills in this repository.