Skip to content
Development
Skill

/count

Print your own north-star row from your own record, and nothing else. Reads .claude/harness/decision-log.md, the canvas and the hook logs in this project; prints one line (decisions before the first source file, of which citing outside evidence, kills before code, sessions).

From plugin
mycelium
4662 skills
Install
$ npx -y skills add haabe/mycelium --skill count --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/count

Context preview

The summary Claude sees to decide when to auto-load this skill.

Print your own north-star row from your own record, and nothing else. Reads .claude/harness/decision-log.md, the canvas and the hook logs in this project; prints one line (decisions before the first source file, of which citing outside evidence, kills before code, sessions).

SKILL.md

count.SKILL.md
name: count
description: Print your own north-star row from your own record, and nothing else. Reads .claude/harness/decision-log.md, the canvas and the hook logs in this project; prints one line (decisions before the first source file, of which citing outside evidence, kills before code, sessions). Sends nothing anywhere. Opt-in; paste the line where you like or not at all.
metadata:
  framework_dependency: "mycelium"
  framework_dependency_note: "This skill is designed to run within the Mycelium framework (https://github.com/haabe/mycelium). Standalone use will skip the canvas state, theory gates, and harness behavior the skill assumes. Install: /plugin install mycelium@haabe-mycelium."

Count: your own row, from your own record

Mycelium's north star is a hypothesis (dogfood DL-1177, 2026-09-07): a builder who makes at least one build-or-kill decision on evidence from outside their own head, before their project's first source file, is the builder who comes back and later says the brief changed what they built. There is no telemetry by design (PRIVACY.md). This command is the opt-in half: it reads your repository and prints one line. It writes nothing and sends nothing.

Run

python3 "${CLAUDE_PLUGIN_ROOT}/scripts/count_builder_row.py" --project-dir .

Output, one line plus what it means:

mycelium row | first source file 2026-06-02 | decisions before it 4 (of 31 dated) | citing outside evidence 2 (lexical proxy, upper bound) | kills before code 1 | sessions 12

What the numbers are, and which are proxies

  • **first source file**: the first commit that added a code file outside `.claude/` and `docs/`. Without git, or before any such file, it reads `unknown` and nothing is "before" it.
  • **decisions before it**: dated entries in your decision log on or before that day.
  • **citing outside evidence**: an entry carrying a URL, an `external_*` source class, a `(per ...)` citation or an interview word. **A lexical proxy and an upper bound**: the unit asks for a person in the pipeline or a fact about the market, and a link to your own notes matches too. Read the entries if the number matters.
  • **kills before code**: cycle rows killed or archived, and archived solutions, dated on or before that day.
  • **sessions**: distinct session ids in the read-log and change-log the hooks write.

The discovery-layer condition (L0 to L2) is not applied, because decision-log entries carry no scale and guessing one would manufacture the count. Say so if you paste the line.

Rules

  • Never write the line into a canvas or a decision log on the builder's behalf; the row is theirs.
  • Never call out. The maintainer's proxy sheet gains rows only from what people choose to paste (an issue on the framework repo, a message, nothing).
  • If the line is 0 across the board, that is a real answer about the record, not a failure of the builder: it means the decisions were made after the first source file, or were not logged. Say which, from the `first source file` date and the `of N dated` count.
Read more
Ships withmycelium

A harness that asks who this is for before the agent writes code. Built on Claude Code, where the gates are structural. The files and skills port to opencode, Codex and Cursor. Outcome over output. You know how this goes.

Get the whole plugin
Stats
46
Stars
3
Forks
Active
Maintenance
Python
Language
MIT
License
2d ago
Last commit
5mo ago
Created

Repo: haabe/mycelium

Other skills on mycelium.

adopt
Skill

adopt

Bring Mycelium into a project that already has code. Detects that the repo predates the framework, asks before touching anything, then reads the codebase to…

@haabe@haabeView Skill