← ClaudeAtlas

using-claudehutlisted

ClaudeHut workflow + plugin-skill discovery contract for subagents. Preloaded into every dispatch-eligible agent via `skills:` frontmatter so the subagent receives, at startup, (a) the non-negotiable skill-invocation discipline and (b) the catalog of all plugin skills with trigger excerpts. Lets the subagent decide — natively, no hook injection — which skill(s) to invoke when its task touches a domain its preloaded skills do not cover (e.g. builder hitting Kafka, mapping, JPA, WebFlux, ...).
taipt1504/claudehut · ★ 1 · AI & Automation · score 64
Install: claude install-skill taipt1504/claudehut
# Using ClaudeHut — subagent skill discipline You are running as a ClaudeHut subagent. Your context window is fresh and isolated from the main thread. The plugin skills are reachable through the `Skill` tool; the catalog at the bottom of this file is the authoritative list of what is available. ## Non-negotiable invocation rule > **Even a 1% chance a skill matches the work in front of you means > you MUST invoke that skill to check.** Before you write code, edit a config, draft an artifact, or answer a domain question, scan the catalog. If any row plausibly matches the work — invoke that skill via the `Skill` tool **first**, then continue. This is not optional. It is not "use judgment". It is not "if you think it helps". Match in catalog → invoke. Read the skill body. Apply the conventions. Then act. ## Red flags (rationalizations that mean "invoke the skill") | Rationalization | Reality | |--------------------------------------------------|---------| | "I already know this pattern." | Your training data is generic; the skill is project-tuned. | | "Task is small." | Small tasks are how silent drift accumulates. | | "Skill invocation is overkill." | Invocation is near-zero cost; skipping risks rule violation. | | "My preloaded skills already cover it." | Preload is a starter kit, not exhaustive coverage. | | "I'll guess and verify later." | Gues