field-guide

field-guide is a skill for Claude Code from GreatMark/fable-field-guide-skills. It costs 133 tokens per session (875 once invoked), scanned A, original, MIT.

A routing guide for a group of eight skills that help uncover unknowns during software work. It chooses a workflow based on whether the problem is hidden risks, undecided requirements, missing visual direction, or another kind of uncertainty.

In plain words
What is it for?
Use it to decide whether to run a blind-spot review, user interview, design prototype process, reference search, implementation plan, implementation notes, or another field-guide skill. It is also useful when you are unsure which skill matches the current stage of a task.
Why use it?
It prevents using the wrong preparation step or repeating work that is already complete. The guide also explains when to switch routes or chain several skills together.

Skill for Claude Code

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

Part of the fable-field-guide-skills plugin — 9 skills, 2 hooks shipped together

Good fit Use it to decide whether to run a blind-spot review, user interview, design prototype process, reference search, implementation plan, implementation notes, or another field-guide skill. It is also useful when you are unsure which skill matches the current stage of a task.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/greatmark/fable-field-guide-skills/field-guide
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 GreatMark/fable-field-guide-skills --skill field-guide
Clone the repo
git clone --depth 1 https://github.com/GreatMark/fable-field-guide-skills

Made for: Claude Code.

Or install fable-field-guide-skills, the plugin that ships this one along with the rest of its 9 skills, 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 field-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/greatmark/fable-field-guide-skills/field-guide/github.svg)](https://agentmods.dev/skills/greatmark/fable-field-guide-skills/field-guide)
Your own site
<a href="https://agentmods.dev/skills/greatmark/fable-field-guide-skills/field-guide"><img src="https://agentmods.dev/badge/skills/greatmark/fable-field-guide-skills/field-guide/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 field-guide

Your own site · 80×15
<a href="https://agentmods.dev/skills/greatmark/fable-field-guide-skills/field-guide"><img src="https://agentmods.dev/badge/skills/greatmark/fable-field-guide-skills/field-guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 875 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.
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.00133 $0.00875
Opus 5 $0.00067 $0.00438
Sonnet 5 $0.00027 $0.00175
Haiku 4.5 $0.00013 $0.00088

Measured 9d ago against content hash 2334538e162b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

field-guide 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 9d 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/field-guide/SKILL.md · 56 lines

How it starts

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

Field Guide

Route by the unknown blocking the user right now, then read and follow that skill. Unsure which: three quick questions — unfamiliar ground? decisions only the user can make? needs to see something? Enter at the current stage (an outside plan or spec counts as approved); don't re-run earlier stages. When several rows apply, drop rows their "Not for" clauses reject; take the earliest stage neither done nor explicitly skipped by the user (done: approval words, an artifact, or time phrasing — never route backwards past completed work). design-directions vs reference-hunt: a fork, not a sequence. Chained requests run each stage in order — never silently drop later parts. Mis-routed? Switch — "Not for" clauses decide; keep anything produced.

Routing table

Stuck on Skill
Nothing — no unknown blocks it; small task, clear path (没有未知数阻塞的小事) none — just do the work
Unfamiliar area before starting; hidden pitfalls (unknown unknowns; 开工前不熟悉、怕有暗坑) blindspot-pass
Known ambiguities the user must decide (known unknowns; 已知模糊点要用户拍板;"有不确定可以问我"不算) interview-me
Can't say what they want but would recognize it; no concrete reference (说不出想要什么、看到能认出、无参照物) design-directions
Has a concrete reference: "make it like that" (有具体参照物、要像它那样) reference-hunt
Discussion converged, ready to build; reviewable plan first (讨论收敛要动手、先出可评审方案) implementation-plan
Implementing an approved plan (按批准的方案实现中) implementation-notes
Verify your own understanding of this change set before merging (合并前验证自己真懂、怕有没看出来的坑) change-quiz
Quiz failed on a real defect (quiz 暴露实现有误) fix + log in implementation-notes, re-quiz; plan wrong → implementation-plan
Persuade or explain to others after the work (说服不在环内的评审者、跟团队讲清楚这次改动;纯科普不算) pitch-explainer

Artifact contract (every skill in this family follows it)

  • interview-decisions.md, porting-checklist.md, implementation-plan.md, implementation-notes.md, change-report.html, pitch-<topic>.html live in the project root (in a monorepo: the affected package's root); prototypes live in ./design-directions/. Parallel tasks: append a titled section (notes) or suffix the filename with a task slug.
  • Never commit artifacts unless the user explicitly asks (change-report.html: never); exclude them via each member skill's worktree-safe command; if that write fails, fall back to leaving them untracked and tell the user.
  • Artifacts are caches: if one is lost, rebuild it from the session history or rerun its skill — never block on a missing artifact.
  • Artifacts are written in the language of the conversation (pitch may follow the reviewer's language).

Read the full file on GitHub · 56 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. 9d ago First seen · 56 lines · 133 tokens per session scan A 2334538e162b

Subscribe to this mod's changes

field-guide is a skill published in the GitHub repository GreatMark/fable-field-guide-skills (9 stars, last pushed 1mo ago), licensed MIT. It adds 133 tokens to every session and 875 once invoked, about $0.0007 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-08-31.

Related

Other skills, from other repositories

idea-refine

Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or…

addyosmani/agent-skills · 75 tokens

chinese-git-workflow

A reference for configuring Git with Chinese code-hosting services such as Gitee, Coding.net, GitLab China, and CNB, including SSH, HTTPS, credentials, CI, and repository mirroring.

jnMetaCode/superpowers-zh · 69 tokens

chinese-documentation

A Chinese technical-documentation style guide covering spacing, punctuation, numbers, terminology, and links when Chinese and English appear together.

jnMetaCode/superpowers-zh · 62 tokens

skillshare-implement-feature

Implement a feature from a spec file or description using TDD workflow. Use this skill whenever the user asks to: add a new CLI command, implement a feature from a spec, build new functionality, add a flag, create a new internal package, or write Go code for skillshare. This skill enforces test-first development…

runkids/skillshare · 114 tokens

setup-matt-pocock-skills

A setup skill that configures engineering skills for a repository, including its issue tracker, labels, and documentation layout. A repository is the project folder managed by version control.

devcxl/mattpocock-skills-zh · 43 tokens

create-slack-app

Use when a developer wants to create, scaffold, or bootstrap a new Slack app or agent from scratch with the Slack CLI. Covers prerequisites, sandbox setup, authentication, and creating + running a project from a Bolt (JS or Python) template locally. Trigger on "create a Slack app", "new Bolt app", "start a Slack…

slackapi/slack-skills-plugin · 74 tokens