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.
npx agentmods add instructions/mc3545dada/mspm0-skill/agents-mdgit clone --depth 1 https://github.com/mc3545dada/mspm0-skillWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00562 | $0.00562 |
| Opus 5 | $0.00281 | $0.00281 |
| Sonnet 5 | $0.00112 | $0.00112 |
| Haiku 4.5 | $0.00056 | $0.00056 |
Grade A, and why
mspm0-skill AGENTS.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 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.
How it starts
The opening of the file, as written. The whole thing — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Agent Instructions
This repository packages an installable MSPM0 CCS skill.
The installable skill lives at:
skills/mspm0-ccs/
Root-level AGENTS.md and CLAUDE.md are for agents developing this repository. They are not the user-facing installation entrypoint.
This file is the canonical source for repository-development agent rules. Claude Code should load this file through CLAUDE.md.
Repository Rules
- Keep the installable skill self-contained under
skills/mspm0-ccs/. - The skill entrypoint is
skills/mspm0-ccs/SKILL.md. - Put long reference docs in
skills/mspm0-ccs/references/. - Put executable helper scripts in
skills/mspm0-ccs/scripts/. - Put reusable snippets in
skills/mspm0-ccs/assets/snippets/. - Put compact example packages in
skills/mspm0-ccs/examples/; each should preferexample.syscfg,manifest.json,README.md, andsrc/. - Do not reintroduce root-level
docs/,tools/,snippets/, orexamples/as the primary structure. - Do not reintroduce root-level
SKILL.md; the installable skill entrypoint is insideskills/mspm0-ccs/.
Validation
After changing scripts, run:
python -m py_compile skills/mspm0-ccs/scripts/check_syscfg.py skills/mspm0-ccs/scripts/run_sysconfig.py skills/mspm0-ccs/scripts/detect_probe.py skills/mspm0-ccs/scripts/serial_console.py skills/mspm0-ccs/scripts/index_syscfg_examples.py skills/mspm0-ccs/scripts/list_examples.py skills/mspm0-ccs/scripts/capture_example.py skills/mspm0-ccs/scripts/ccs_dss_debug.py skills/mspm0-ccs/scripts/openocd_debug.py
python -m unittest discover -s tests -v
After changing references or examples, run the checker against the repository to catch obvious path or SysConfig issues:
python skills/mspm0-ccs/scripts/check_syscfg.py .
Expected warnings are acceptable because the examples are compact reference packages, not complete CCS projects.
Documentation
When updating installation or usage instructions, update the root README.md.
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.
- 3d ago First seen · 48 lines · 562 tokens per session scan A 00a4d7f15865
mspm0-skill AGENTS.md is an instructions file published in the GitHub repository mc3545dada/mspm0-skill (357 stars, last pushed 1mo ago), licensed MIT. It adds 562 tokens to every session, about $0.0028 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-30.
Other instructions, from other repositories
ibook-skill CLAUDE.md
Instructions for Ibook000/ibook-skill, covering claude.md, what this repository is, skills, skill anatomy (convention for adding/editing skills) and executable code.
diansai-skill CLAUDE.md
Instructions for Jinchen-Yang/diansai-skill, covering elecrace — 电控设计智能体(仓库操作规约), 团队与 lane(重要), 目录归属(防 git 冲突,铁律), 两个神圣契约(只 lead 改,其余 lane 只读) and 确定性门优先(不靠模型"觉得对").
autonomous-os AGENTS.md
AGENTS.md instructions for autonomous-ai/autonomous-os, covering agents.md, multi-ide rules, working style, parallel work / subagents and device access rules.
ai-toolkit AGENTS.md
Instructions for pipefy/ai-toolkit, covering repository guidelines, documentation map, project structure, import namespace migration: pipefysdk → pipefy and src/pipefysdk/init.py (transitional shim).
superpowers-reasonix AGENTS.md
Instructions for christopherarter/superpowers-reasonix, covering project guidance, skills — stop. load a skill before you act, red flags — these thoughts mean stop. you are rationalizing and priority.
ai-mind AGENTS.md
Instructions for HWYD/ai-mind, covering agents, version spec workspace continuity (mandatory), 项目定位, 事实来源优先级 and 开始大改前先读什么.