h4tcher-capability-discover

Scan a repository read-only and report artifact collisions and governance gaps.

26|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/hatch3r/hatch3r --skill h4tcher-capability-discover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: h4tcher-capability-discover
Source: https://github.com/hatch3r/hatch3r/tree/main/.claude/skills/h4tcher-capability-discover
Command: npx skills add https://github.com/hatch3r/hatch3r --skill h4tcher-capability-discover

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents risky, overlapping changes by producing a read-only capability-change report that identifies what already exists, what would collide, and which governance pillar gap a new artifact could address.

Core Features & Use Cases

  • Preflight triage by change scope (T1/T2/T3) to select the right depth of investigation before scanning.
  • Duplication and overlap detection across agents, skills, rules, commands, hooks, adapters, and related content, using governance overlap criteria and inbound reference counting.
  • Optional web research and sub-agent dispatch for higher-tier investigations while enforcing a strict read-only workflow and report size limits.

Quick Start

Ask an AI maintainer to run the capability discovery process for a specific intended add, refactor, or removal target so it can emit a structured “Capability Discovery Report” without writing anything to the repository.

Frequently Asked Questions about h4tcher-capability-discover

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect overlapping capabilities before modifying repository artifacts?

Capability discovery detects overlapping artifacts by performing a read-only scan of your repository to identify existing capabilities, collision risks, and inbound reference counts before you modify code. It cross-references agents, skills, rules, commands, hooks, and adapters.

What is a read-only preflight scan for capability changes?

A read-only preflight scan for capability changes is a safe repository investigation that verifies a clean working tree and maps existing artifacts without writing anything. It produces a structured report identifying duplication risks and governance pillar gaps.

How do I map governance gaps when adding new agents or hooks?

Mapping governance gaps when adding new agents or hooks involves cross-referencing canonical inventory and repository surfaces to identify which governance pillar a new artifact would close. The discovery process triages scope and emits a bounded-length report with cited file-path evidence.

Does capability discovery support multi-surface investigations across pipelines and adapters?

Capability discovery supports multi-surface investigations across pipelines, adapters, agents, skills, rules, commands, and governance files. It applies preflight triage by change scope to select the right investigation depth and optionally dispatches sub-agents for higher-tier research.

Can I run a duplication scan without modifying my working tree?

You can run a duplication scan without modifying your working tree because the capability discovery process enforces a strict read-only workflow. It verifies a clean working tree before performing any cross-reference analysis or web research.

When should I avoid using an automated capability discovery report?

You should avoid using an automated capability discovery report when you need to execute actual code changes, because the process is strictly read-only and bounded. It is designed for preflight scoping and collision mapping, not for writing artifacts to the repository.