msg

A project-workflow menu that routes commands for setting up a repository, managing staging, updating the setup, opening a PRD board, or diagnosing the development harness.

In plain words
What is it for?
Use it to bootstrap a new project, add a staging branch, resync project setup, open the PRD kanban board, or inspect failure records.
Why use it?
It gives one entry point for common project setup, planning-board, release-flow, and troubleshooting tasks.

Skill for Claude CodeCodex

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 skills/ndisisnd/msg/msg
Any agent
npx skills add ndisisnd/msg --skill msg
Clone the repo
git clone --depth 1 https://github.com/ndisisnd/msg

Made for: Claude Code, Codex.

Per session 162 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,638 The whole file, excluding the scripts and references it only reads on demand.
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.00162 $0.01638
Opus 5 $0.00081 $0.00819
Sonnet 5 $0.00032 $0.00328
Haiku 4.5 $0.00016 $0.00164

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

Security

Grade A, and why

msg 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 2d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (refs/gui/fill-static.py, refs/gui/server.py, refs/init/init-setup.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/skills/msg/SKILL.md · 91 lines

How it starts

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

msg

This file is a router. Every mode's protocol lives in a ref — none is written here. The Dispatch table below is the single statement of msg's mode surface — do not restate it elsewhere in this file.

Dispatch

Check the invocation before running any picker. First match wins.

Invocation Also triggers on (natural language) Route
/msg --init (+ --cto / --eng) "initialise project", "bootstrap repo", "set up the framework", "start a new project" refs/protocol-init.md
/msg --init-staging "add a staging branch", "set up staging", "switch to a staged release flow" refs/protocol-init-staging.md
/msg --update "check for msg updates", "reinitialise this project", "resync my init setup", "are there new init components" refs/protocol-update.md
/msg --gui, or the bare word gui "open gui for PRDs", "show me the PRD board", "visualize my PRDs", "open kanban" refs/protocol-gui.md — render directly, never call AskUserQuestion first
/msg --doctor "check the harness", "what keeps failing", "run the doctor", "triage the incident log" refs/protocol-doctor.md — tallies and triages devkit/DOCTOR.md; never fixes
/msg --aha "prune the learnings", "sweep AHA", "trim the aha log", "triage the learnings ledger" refs/protocol-aha.md — triages and compacts devkit/AHA.md; only write is the ledger itself, promotions stay recommendations
/msg --version, or the bare word version "which msg is this", "what version of msg do I have", "did the reinstall land", "is msg up to date" refs/protocol-version.md
/msg --help refs/protocol-help.md
/msg (no args) refs/protocol-default.md — the category/skill picker over the Skills table below

Read the full file on GitHub · 91 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. 2d ago First seen · 91 lines · 162 tokens per session scan A 1052bd7f5d28

Subscribe to this mod's changes

msg is a skill published in the GitHub repository ndisisnd/msg (6 stars, last pushed 15d ago), licensed MIT. It adds 162 tokens to every session and 1,638 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-08-31.