md2do CLAUDE.md

md2do CLAUDE.md is an instructions file for coding agents from TeamNickHart/md2do. It costs 787 tokens per session, scanned A, original, MIT.

Repository instructions for md2do, a project split into multiple related packages in one repository, known as a monorepo. They describe its build, test, lint, type-check, and npm release process.

In plain words
What is it for?
Use them when developing or releasing md2do packages such as core, CLI, Todoist, MCP, VS Code, and Obsidian integrations.
Why use it?
They give an agent the project’s required commands and release rules, including how package changes are versioned and published. This helps avoid incorrect manual releases.

Instructions file

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.

agentmods
npx agentmods add instructions/teamnickhart/md2do/claude-md
Clone the repo
git clone --depth 1 https://github.com/TeamNickHart/md2do

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 md2do CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/teamnickhart/md2do/claude-md.svg)](https://agentmods.dev/instructions/teamnickhart/md2do/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/teamnickhart/md2do/claude-md"><img src="https://agentmods.dev/badge/instructions/teamnickhart/md2do/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 787 This file is loaded in full into every session.
When invoked 787 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00787 $0.00787
Opus 5 $0.00394 $0.00394
Sonnet 5 $0.00157 $0.00157
Haiku 4.5 $0.00079 $0.00079

Measured 5d ago against content hash 42e004d1dae3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

md2do CLAUDE.md 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 5d 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.

CLAUDE.md · 87 lines

How it starts

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

md2do — Claude Instructions

Repository

pnpm monorepo. Packages: core, cli, config, todoist, mcp, vscode, obsidian.

pnpm build          # build all packages
pnpm -r run test:run  # run all tests
pnpm lint           # lint all packages
pnpm typecheck      # typecheck all packages

Release Process

The only correct release flow is via publish.yml + changesets. Do not create GitHub Releases manually.

Steps

  1. Include a changeset in every feature PR that changes published packages:

    pnpm changeset
    # select affected packages, choose bump type, write summary
    # commit the generated .changeset/*.md file with the PR
    
  2. Merge the feature PR to main. The publish.yml workflow runs automatically and opens a "chore: version packages" PR with all version bumps and CHANGELOG entries applied.

  3. Merge the version PR. publish.yml detects no changeset files remain and runs:

    pnpm release  # = pnpm build && changeset publish --provenance
    

    Packages are published to npm via OIDC Trusted Publishing — no token required.

What NOT to do

  • Do not create GitHub Releases to trigger publishing — release.yml has been deleted.
  • Do not use NPM_TOKEN — Trusted Publishing is configured on npmjs.com for all @md2do/* packages.
  • Do not manually run changeset version or changeset publish locally unless debugging.
  • Do not bump versions in package.json manually — changesets manages this.

Linked packages (always same version)

@md2do/cli, @md2do/core, @md2do/config, @md2do/todoist, @md2do/mcp

If changesets doesn't bump all of them (e.g. only touched packages move), manually align the others to the same version and add a CHANGELOG entry: "Version bump to stay in sync with linked packages".

Independent versioning

  • @md2do/vscode — VSCode Marketplace, own version in packages/vscode/package.json
  • @md2do/obsidian — GitHub releases in TeamNickHart/md2do-obsidian, own version in packages/obsidian/manifest.json

Read the full file on GitHub · 87 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. 5d ago First seen · 87 lines · 787 tokens per session scan A 42e004d1dae3

Subscribe to this mod's changes

md2do CLAUDE.md is an instructions file published in the GitHub repository TeamNickHart/md2do (2 stars, last pushed 27d ago), licensed MIT. It adds 787 tokens to every session, about $0.0039 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.