trailhead-view

trailhead-view is a skill for Claude Code from ToRvaLDz/trailhead. It costs 116 tokens per session (3,753 once invoked), scanned A, original, MIT.

A read-only viewing skill for Trailhead, which organizes large projects as maps and GitHub Issues.

In plain words
What is it for?
It helps render project maps, dashboards, and whiteboards, and shows the current work frontier.
Why use it?
It lets developers inspect project destinations, decisions, pending work, and untracked tasks without changing most of the project state.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the trailhead plugin β€” 6 skills, 21 commands, 8 agents, 3 hooks shipped together

Good fit It helps render project maps, dashboards, and whiteboards, and shows the current work frontier.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/torvaldz/trailhead/trailhead-view
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 ToRvaLDz/trailhead --skill trailhead-view
Clone the repo
git clone --depth 1 https://github.com/ToRvaLDz/trailhead

Made for: Claude Code.

Or install trailhead, the plugin that ships this one along with the rest of its 6 skills, 21 commands, 8 agents, 3 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 trailhead-view

README.md
[![agentmods](https://agentmods.dev/badge/skills/torvaldz/trailhead/trailhead-view.svg)](https://agentmods.dev/skills/torvaldz/trailhead/trailhead-view)
Your own site
<a href="https://agentmods.dev/skills/torvaldz/trailhead/trailhead-view"><img src="https://agentmods.dev/badge/skills/torvaldz/trailhead/trailhead-view.svg" alt="Measured on agentmods" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,753 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.00116 $0.03753
Opus 5 $0.00058 $0.01877
Sonnet 5 $0.00023 $0.00751
Haiku 4.5 $0.00012 $0.00375

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

Security

Grade A, and why

trailhead-view 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 3d 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.

plugins/trailhead/skills/trailhead-view/SKILL.md Β· 107 lines

How it starts

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

trailhead-view is the view cluster of the trailhead skill: the read-only renders of the trailhead surface. map renders the low-res map (destination, decisions, frontier, fog); dashboard regenerates and shows the pinned per-repo index of every open map plus the whiteboard; whiteboard renders the loose, map-less tickets. These verbs present state; they change nothing on the tracker, except: the dashboard's create-and-pin self-heal, and a user-confirmed map close (the map render's exhaustion check for the map it renders, and the dashboard render / self-heal advisory's offer to close any other exhausted-but-open map). Everything lives on the GitHub Issues; the repo holds code only.

Load first, in order

Before doing anything, read ../_shared/load-first.md and follow it: the shared-core load contract (the six core files, in order, then the effective config). _shared/ is a sibling of this cluster's own directory (at ../_shared/), never a child of it; its absence from a listing of the cluster dir is expected, not a missing core.

These are read-only renders: no isolation workspace is set up.

Routing: verb to engine

The first word of the arguments is the verb; the rest is an optional map selector.

  • map [map] to the Render the map engine below.
  • dashboard to the Render the dashboard engine below.
  • whiteboard to the Render the whiteboard engine below.

The cross-cluster situational references these renders call live in _shared/; this cluster names each by its ../_shared/... path where it needs one (the gh cookbook for the dashboard commands, the out-of-scope rules). The multi-cluster model, the frontier-order and blocked-by-drift rules, and the handoff are also in _shared/.

Render the map: map [map]

A single trailhead:map issue is the canonical artifact: an index, not a store, listing the decisions made and pointing at the tickets that hold their detail. A decision lives in exactly one place (its ticket); the map gists it and links.

Read the full file on GitHub Β· 107 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. 3d ago Changed Β· -7 lines 6afbe01d7105
  2. 8d ago First seen Β· 114 lines Β· 116 tokens per session scan A 3fb8e1dbe4fa

Subscribe to this mod's changes

trailhead-view is a skill published in the GitHub repository ToRvaLDz/trailhead (5 stars, last pushed 3d ago), licensed MIT. It adds 116 tokens to every session and 3,753 once invoked, about $0.0006 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

onboard

Interviews someone about a software project as a whole β€” the problem it solves, who it serves, what is in and out of scope, the hard constraints, and the domain vocabulary β€” and writes it up as a project constitution that every later feature specification inherits. Use this at the start of a project, before any…

handarbeit/fabrik Β· 173 tokens

fabrik-plan

Use when operating as the Fabrik Plan stage agent. This skill guides the design of an implementation approach, producing a concrete plan with task checklist that the Implement stage will follow.

handarbeit/fabrik Β· 35 tokens

fabrik-implement

Use when operating as the Fabrik Implement stage agent. This skill guides the implementation of a planned feature, following the task checklist to produce committed, tested, pushed code on a feature branch.

handarbeit/fabrik Β· 38 tokens

fabrik-setup

Bootstrap a project to use Fabrik (the GitHub-Project-driven SDLC pipeline orchestrator that drives Claude Code workers through Specify/Research/Plan/Implement/Review/Validate stages). Use this skill when the user wants to install, set up, initialize, or get started with Fabrik for the first time β€” especially when…

handarbeit/fabrik Β· 142 tokens

akidevsync-notes

Read and edit a project's .akidevsync/notes.json task/note file β€” the per-project task list written by the Aki-Dev-Sync app (github.com/lacvietanh/aki-dev-sync). Use when the user asks to list, add, pin/unpin, mark done, edit, or delete a task in that file, or mentions "task note", "note ghim", "pin task", "mark…

lacvietanh/akidevrule Β· 137 tokens

debt-ops-add

Register a deferred decision in the tech-debt registry. Trigger by judgment, not a marker scan, whenever a future reader would ask "why this way?": an unmade decision, stub, loosened type, bypassed check, swallowed error, a default picked "for now", or a TODO/FIXME/HACK/XXX marker. Trigger immediately whenever you…

bcanfield/agentic-tech-debt Β· 115 tokens