hatch3r-customize

hatch3r-customize is a skill for Claude Code from hatch3r/hatch3r. It costs 49 tokens per session (1,764 once invoked), scanned A, original, MIT.

A management workflow for changing the settings and instructions of coding-agent artifacts, including agents, commands, rules, and skills. It supports changes such as model selection, descriptions, scope, and enabled status.

In plain words
What is it for?
Customizing artifact instructions, enabling or disabling them, syncing changes, and verifying the resulting configuration.
Why use it?
It gives project teams a controlled way to adapt shared agent behavior to their own needs.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the hatch3r plugin — 59 skills, 33 commands, 2 hooks shipped together

Good fit Customizing artifact instructions, enabling or disabling them, syncing changes, and verifying the resulting configuration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hatch3r/hatch3r/hatch3r-customize
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hatch3r/hatch3r --skill hatch3r-customize
Clone the repo
git clone --depth 1 https://github.com/hatch3r/hatch3r

Made for: Claude Code.

Or install hatch3r, the plugin that ships this one along with the rest of its 59 skills, 33 commands, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hatch3r-customize

README.md
[![agentmods](https://agentmods.dev/badge/skills/hatch3r/hatch3r/hatch3r-customize/github.svg)](https://agentmods.dev/skills/hatch3r/hatch3r/hatch3r-customize)
Your own site
<a href="https://agentmods.dev/skills/hatch3r/hatch3r/hatch3r-customize"><img src="https://agentmods.dev/badge/skills/hatch3r/hatch3r/hatch3r-customize/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for hatch3r-customize

Your own site · 80×15
<a href="https://agentmods.dev/skills/hatch3r/hatch3r/hatch3r-customize"><img src="https://agentmods.dev/badge/skills/hatch3r/hatch3r/hatch3r-customize.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,764 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 107
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 136
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.01764
Opus 5 $0.00024 $0.00882
Sonnet 5 $0.00010 $0.00353
Haiku 4.5 $0.00005 $0.00176

Measured 8d ago against content hash 194022bc9a8a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

hatch3r-customize scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/hatch3r-customize/SKILL.md · 140 lines

How it starts

The opening of the file, as written. The whole thing — 140 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Artifact Customization Management

Canonical entry point. This is the single skill for all per-artifact customization (agents, commands, rules, skills). The four prior type-specific skill stubs were removed in v1.9.0 per the Decision #13 Command-vs-Skill criterion; hatch3r's artifact-inventory and redundancy analysis documents the rejected-merge alternative.

Quick Start

Task Progress:
- [ ] Step 0: Detect ambiguity (P8 B1)
- [ ] Step 1: Identify what to customize (and why)
- [ ] Step 2: Determine customization needs
- [ ] Step 3: Multi-stakeholder review
- [ ] Step 4: Create the customization files
- [ ] Step 5: Sync to propagate changes
- [ ] Step 6: Verify the customized output

Step 0 — Detect Ambiguity (P8 B1)

Before any work, scan the invocation for unresolved questions in scope, intent, acceptance criteria, target environment, or irreversibility. If any are found, ask the user via the platform-native question tool per agents/shared/user-question-protocol.md. Do not proceed under silent assumption. Default path, not an exception. Triggers for THIS skill: artifact type (agent vs command vs rule vs skill), target artifact id, whether disabling breaks a command pipeline dependency, scope narrowing for rules (and excluded glob patterns), and whether this customization should be an upstream contribution instead.

Fan-out Discipline (P8 B2)

Fan-out scales with task size; token cost never justifies serializing independent work (rules/hatch3r-fan-out-discipline.md P8 B2; agents/shared/efficiency-patterns.md). Emit sub_agents_spawned: { count, rationale, task_structure } in your output.

Artifact Types

This skill handles customization for all artifact types. The type parameter determines file locations, available YAML fields, and verification steps.

Type Source Directory Customization Directory YAML Fields
agent agents/ .hatch3r/agents/ model, description, enabled
command commands/ .hatch3r/commands/ description, enabled
rule rules/ .hatch3r/rules/ scope, description, enabled
skill skills/ .hatch3r/skills/ description, enabled

Read the full file on GitHub · 140 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 140 lines · 49 tokens per session scan A 194022bc9a8a

Subscribe to this mod's changes

hatch3r-customize is a skill published in the GitHub repository hatch3r/hatch3r (26 stars, last pushed 7d ago), licensed MIT. It adds 49 tokens to every session and 1,764 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

outcome-brief

Close substantive implementation, investigation, review, or research work with a short, consistently ordered, evidence-backed handoff. Use when a task reaches a terminal outcome; when the user asks what shipped, what changed, what needs attention, or what happens next; or when a host hook requests a valid Brief-Spec…

luanmorenommaciel/brief-spec · 69 tokens

batch

Execute batch operations on multiple files in parallel. Automatically discovers files, splits into chunks, and processes with parallel worker agents. Use /batch followed by operation and file pattern.

QwenLM/qwen-code · 37 tokens

loop

Create a loop that runs a prompt now and follows up either on a fixed schedule or through self-paced wakeups. Usage - /loop check the build, /loop 5m check the build, /loop check the PR every 30m. /loop list to show jobs, /loop clear to cancel all.

QwenLM/qwen-code · 66 tokens

hunk-launch-video

Produces Hunk videos by driving the real TUI headlessly in a PTY, compositing captioned 1080p frames in Chromium, and encoding with ffmpeg. Use for feature demos, workflow explainers, announcements, launch videos, and full-release roundups.

modem-dev/hunk · 60 tokens

apple-calendar

Read macOS Calendar events via the icalBuddy CLI and create events via AppleScript (osascript). Use to check the user's calendar, agenda, upcoming events, or add an event on macOS.

AtomicBot-ai/atomic-agent · 45 tokens

apple-reminders

Manage Apple Reminders via the remindctl CLI on macOS — list, add, complete, delete, manage lists.

AtomicBot-ai/atomic-agent · 31 tokens