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.
npx agentmods add skills/testdouble/han/guidancenpx skills add testdouble/han --skill guidancegit clone --depth 1 https://github.com/testdouble/hanWrote 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.
[](https://agentmods.dev/skills/testdouble/han/guidance)<a href="https://agentmods.dev/skills/testdouble/han/guidance"><img src="https://agentmods.dev/badge/skills/testdouble/han/guidance.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00160 | $0.01701 |
| Opus 5 | $0.00080 | $0.00851 |
| Sonnet 5 | $0.00032 | $0.00340 |
| Haiku 4.5 | $0.00016 | $0.00170 |
Grade A, and why
guidance 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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project Context
- personal config directory: !
bash "${CLAUDE_PLUGIN_ROOT}/scripts/han-config-dir.sh" 2>/dev/null || echo "$HOME/.claude" - project .han/config.md: !
cat .han/config.md 2>/dev/null || echo ""
As your first action, use the Read tool on .han/config.md inside the personal config directory path above. A read
that returns no file is no personal configuration: continue silently. When that file or the project .han/config.md
probe supplies content, apply it per config-rule.md, which governs precedence
between the two files, relative-path resolution, and what to do with a file that reads but cannot be used.
This skill has three modes. Pick the mode from how it was invoked, then follow only that mode's steps.
- If the invocation argument is
initorinitialize(any case), run Initialization Mode. - If the invocation argument is
updateorrefresh(any case), run Update Mode. - Otherwise, run Guidance Mode.
Guidance Mode
Serve the relevant guidance for what the user is building. Do not read every guidance document — that defeats the purpose. Find the one or two that apply, read them, and apply them.
The guidance documents live in this skill's own references/ directory. Use this map to choose, then read only the
specific file(s) you need:
- Deciding whether something should be a skill, agent, or hook →
${CLAUDE_SKILL_DIR}/references/plugin-entity-taxonomy.md. - Authoring or hardening a skill (descriptions, frontmatter, progressive disclosure, allowed-tools, scripts,
composition, testing, troubleshooting) → the files under
${CLAUDE_SKILL_DIR}/references/skill-building-guidance/. - Authoring an agent (domain focus, self-containment, model selection, multi-agent economics, graceful degradation) →
the files under
${CLAUDE_SKILL_DIR}/references/agent-building-guidelines/. - Plugin or marketplace configuration files (plugin.json, marketplace.json, monitors.json, themes.json) → the files
under
${CLAUDE_SKILL_DIR}/references/claude-marketplace-and-plugin-configuration/. - Versioning, README structure, local development, the iterative development process, and
specialization-versus-model-tier reasoning → the top-level files in
${CLAUDE_SKILL_DIR}/references/. - Writing the instructions for a target model (how Sonnet 5, Opus 5, and Fable 5 differ in following instructions, which
instructions to leave out, and how to calibrate length, narration, and scope) →
${CLAUDE_SKILL_DIR}/references/per-model-authoring.md. - Copyable starter files →
${CLAUDE_SKILL_DIR}/references/templates/.
What ships with it
49 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/guidance-portable-SKILL.md 2.5 KB
- assets/rule-index-body.md 17 KB
- references/agent-building-guidelines/agent-description-length.md 11 KB
- references/agent-building-guidelines/agent-domain-focus.md 9.6 KB
- references/agent-building-guidelines/agent-external-files.md 9.0 KB
- references/agent-building-guidelines/agent-model-selection.md 9.3 KB
- references/agent-building-guidelines/graceful-degradation.md 2.6 KB
- references/agent-building-guidelines/multi-agent-economics.md 11 KB
- references/claude-marketplace-and-plugin-configuration/marketplace-json-options.md 11 KB
- references/claude-marketplace-and-plugin-configuration/monitors-json-options.md 3.6 KB
- references/claude-marketplace-and-plugin-configuration/plugin-json-options.md 12 KB
- references/claude-marketplace-and-plugin-configuration/plugin-naming.md 3.2 KB
- references/claude-marketplace-and-plugin-configuration/themes-json-options.md 5.8 KB
- references/iterative-plugin-development.md 8.5 KB
- references/per-model-authoring.md 12 KB
- references/plugin-entity-taxonomy.md 3.1 KB
- references/skill-building-guidance/agent-dispatch-namespacing.md 4.0 KB
- references/skill-building-guidance/allowed-tools-AskUserQuestion.md 3.7 KB
- references/skill-building-guidance/allowed-tools-bash-permissions.md 4.6 KB
- references/skill-building-guidance/context-hygiene.md 12 KB
- references/skill-building-guidance/context-injection-commands.md 26 KB
- references/skill-building-guidance/cowork-specific-skill-instructions.md 9.4 KB
- references/skill-building-guidance/documentation-maintenance.md 5.8 KB
- references/skill-building-guidance/dynamic-project-discovery.md 4.0 KB
- references/skill-building-guidance/graceful-degradation.md 5.0 KB
- references/skill-building-guidance/hardening-fuzzy-vs-deterministic.md 5.1 KB
- references/skill-building-guidance/naming-conventions.md 7.0 KB
- references/skill-building-guidance/optional-git-repositories.md 4.1 KB
- references/skill-building-guidance/progressive-disclosure.md 10 KB
- references/skill-building-guidance/script-execution-instructions.md 4.1 KB
- references/skill-building-guidance/security-restrictions.md 5.4 KB
- references/skill-building-guidance/skill-composition.md 11 KB
- references/skill-building-guidance/skill-decomposition.md 4.6 KB
- references/skill-building-guidance/skill-description-frontmatter.md 13 KB
- references/skill-building-guidance/skill-description-length.md 11 KB
- references/skill-building-guidance/skill-frontmatter-fields.md 10 KB
- references/skill-building-guidance/skill-reference-files.md 9.3 KB
- references/skill-building-guidance/success-criteria-and-testing.md 8.1 KB
- references/skill-building-guidance/troubleshooting.md 18 KB
- references/skill-building-guidance/use-case-planning.md 7.1 KB
- references/skill-building-guidance/workflow-patterns.md 15 KB
- references/skill-building-guidance/writing-effective-instructions.md 20 KB
- references/specialization-and-model-selection.md 7.1 KB
- references/templates/marketplace-example.json 4.4 KB
- references/templates/monitors-example.json 932 B
- references/templates/plugin-example.json 2.9 KB
- references/templates/plugin-readme-template.md 2.1 KB
- references/templates/themes-example.json 1.4 KB
- scripts/init-guidance.sh 5.1 KB runs code
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.
- today First seen · 103 lines · 160 tokens per session scan A 5630bafba414
guidance is a skill published in the GitHub repository testdouble/han (255 stars, last pushed 3d ago), licensed MIT. It adds 160 tokens to every session and 1,701 once invoked, about $0.0008 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.
Other skills, from other repositories
router
Find the right doc before reading code. Use when asked "where is X documented", "is there a spec/ADR for X", "what's the roadmap", "open bugs", "read the docs about X", or "share the docs".
init
Set up docflow in a repo with no docs yet: scaffold the docs tree, write docflow.json, add agent guidance. Use when asked to "set up docflow", "initialize docs", "scaffold docs", or "make this repo use docflow".
check
Friendly docflow readiness check: one status, one reason, and the exact next command. Use when asked if docflow is set up, ready, or "what do I do next".
repair
Safe maintenance for an existing docflow setup. Regenerates INDEX.md, installs or refreshes recognized DocFlow-managed helper scripts, runs link checks, and reports placeholder/validation issues. Use when docflow exists, after adding or renaming docs, or when doctor recommends repair.
review
Reviews code changes for concrete bugs with P0-P2 prioritized findings. Uses parallel architectural and implementation reviewers, then validates findings to remove false positives. Use when reviewing a caller-supplied diff, branch, staged changes, file set, or pull request, and use fix mode with caller-supplied…
spec
Writes high-quality product specifications through codebase research, web research, a collaborative requirements interview, and independent review, then gives the user a link to the written spec. Use when planning a feature, defining requirements, revising an existing draft, or creating a spec/PRD. Accepts…