hatch3r
01Plugin Claude Code
Plugin marketplace listing 1 plugin: hatch3r.
Plugin Claude Code
Plugin marketplace listing 1 plugin: hatch3r.
Plugin Claude Code
Tool-agnostic agentic coding setup: 30 agents, 55 skills, 74 rules, 33 commands, 7 hooks, MCP servers, and a CLI-tool surface generated for 3 AI coding tools from a single canonical source. Counts derived from governance/inventory.json.
Hook Claude Code
Runs when a session starts, executing session-start-registry.mjs. From hatch3r/hatch3r.
Hook Claude Code
Runs on the ConfigChange event for project_settings tool calls, running echo 'hatch3r: .claude/settings.json changed — review new al. From hatch3r/hatch3r.
Settings file Claude Code
Agent settings declaring 2 hook events (SessionStart, ConfigChange) and 7 allowed tools.
Skill Claude CodeCodex
Create or modify a platform adapter with web research, implementation, testing, and D09 checklist verification.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Rename, split, merge, or restructure an existing canonical artifact with cross-reference scrubbing and an explicit rename-map deliverable.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Author or modify a canonical content artifact (agent, skill, rule, command, hook) with frontmatter, quality charter compliance, and duplication checking.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Prepare a hatch3r release — version bump, changelog completeness + sync, repo + website docs currency, quality gates, adapter output verification, and release-notes reconciliation with CI.
Instructions file
Instructions for hatch3r/hatch3r, covering hatch3r — development instructions, architecture, development commands, two-axis pillar framework (2.0.0) and orchestrator self-discipline (bypass protection).
Agent
System architect who designs architecture, creates ADRs, analyzes dependencies, designs APIs and database schemas, and evaluates architectural trade-offs. Use when making architectural decisions, designing new systems, or evaluating design trade-offs.
Agent
Brownfield spec agent — produces codebase map, existing-pattern detection, integration-surface analysis, migration-aware plan, non-destructive-adoption check, plus shared core (requirements + acceptance criteria + risk inventory + test plan). Use when adding to or migrating an existing codebase.
Agent
CI/CD specialist who monitors CI pipeline runs, diagnoses failures, and suggests fixes. Use when CI fails, when waiting for CI results, or when investigating flaky tests.
Agent
Context-aware rules engine that applies coding standards based on file type, location, and project conventions. Use when enforcing project rules on save or reviewing files against established patterns.
Agent
Authors user-tier custom artifacts (agents, skills, rules, commands, hooks) under .hatch3r/overrides/. Validates frontmatter schema, runs strict + gentle quality gates, and writes the artifact only when all strict gates pass.
Agent
Dependency-analysis specialist who drafts version-bump and dependency-change proposals — assesses upgrade impact, security advisories, and breaking changes, then hands a reviewable proposal to a separate reviewer/applier. Drafts only; never installs, edits a manifest, or applies an upgrade. Use when planning a…
Agent
DevOps engineer who manages CI/CD pipelines, infrastructure as code, deployment strategies, monitoring setup, container configuration, and environment management. Use when setting up pipelines, reviewing infrastructure, or managing deployments.
Agent
Technical writer who maintains specs, ADRs, and documentation. Use when updating documentation, writing ADRs, or keeping docs in sync with code changes.
Agent
Domain edge-case + error-handling correctness specialist — enumerates functional edge cases across multi-entity feature wiring (uniqueness/identity collisions, state-machine transitions, null/empty/boundary, concurrency, partial failure) and coding-level error-handling gaps, then verifies none were dropped between…