Hatch3r Create banner
hatch3r hatch3r

Hatch3r Create

Development community

Description

--- id: hatch3r-create type: command orchestrator: true agentPipeline: [hatch3r-creator] description: Author a custom user-tier artifact (agent, skill, rule, command, or hook) for this project. Generates frontmatter and body skeleton, applies strict + gentle quality gates, writes to .hatch3r/overrides/{type}/, and offers to sync to all enabled adapters. disable-model-invocation: true tags: [customize] quality_charter: agents/shared/quality-charter.md efficiency_patterns: agents/shared/efficiency

Installation

Installs to ~/.claude/skills/hatch3r-hatch3r-hatch3r-create/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hatch3r-hatch3r-hatch3r-create && curl -fsSL https://raw.githubusercontent.com/hatch3r/hatch3r/HEAD/commands/hatch3r-create.md -o ~/.claude/skills/hatch3r-hatch3r-hatch3r-create/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository