What problem does it solve?
hatch3r-customize removes friction when you need project-specific changes to hatch3r-generated artifacts without forking canonical content, so your adapters output the right models, descriptions, scopes, and enabled/disabled behavior.
Core Features & Use Cases
- Unified per-artifact customization: Manage overrides for agents, commands, rules, and skills through a single entry-point workflow.
- Structured and free-form edits: Use .customize.yaml for model/scope/description/enabled overrides and .customize.md for project-specific instruction injection.
- Safe, dependency-aware enable/disable: Verify disabling doesn’t break command/skill dependency expectations and confirm only intended artifacts change during sync.
- Multi-stakeholder quality review: Require impact analysis across developer experience, quality impact, maintenance burden, and consistency before generating customization files.
Quick Start
Ask an AI to customize a specific hatch3r artifact by creating the correct file under .hatch3r/{type}s/ and then validating the adapter output after running npx hatch3r sync.