mspm0-skill AGENTS.md

mspm0-skill AGENTS.md is an instructions file for Codex, OpenCode from mc3545dada/mspm0-skill. It costs 562 tokens per session, scanned A, original, MIT.

Repository instructions that tell coding agents how to work on an installable MSPM0 CCS skill, including where its files belong and how to validate changes.

In plain words
What is it for?
Use them when editing the repository, organizing skill documentation and scripts, or checking that changes meet its stated structure and validation rules.
Why use it?
They keep development rules separate from the files that users install, reducing confusion about which instructions agents should follow.

Instructions file for CodexOpenCode

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/mc3545dada/mspm0-skill/agents-md
Clone the repo
git clone --depth 1 https://github.com/mc3545dada/mspm0-skill

Made for: Codex, OpenCode.

Per session 562 This file is loaded in full into every session.
When invoked 562 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.00562 $0.00562
Opus 5 $0.00281 $0.00281
Sonnet 5 $0.00112 $0.00112
Haiku 4.5 $0.00056 $0.00056

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

Security

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.

AGENTS.md · 48 lines

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 prefer example.syscfg, manifest.json, README.md, and src/.
  • Do not reintroduce root-level docs/, tools/, snippets/, or examples/ as the primary structure.
  • Do not reintroduce root-level SKILL.md; the installable skill entrypoint is inside skills/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.

Read the full file on GitHub · 48 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 First seen · 48 lines · 562 tokens per session scan A 00a4d7f15865

Subscribe to this mod's changes

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.

Related

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.

Ibook000/ibook-skill · 1,317 tokens

diansai-skill CLAUDE.md

Instructions for Jinchen-Yang/diansai-skill, covering elecrace — 电控设计智能体(仓库操作规约), 团队与 lane(重要), 目录归属(防 git 冲突,铁律), 两个神圣契约(只 lead 改,其余 lane 只读) and 确定性门优先(不靠模型"觉得对").

Jinchen-Yang/diansai-skill · 1,361 tokens

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.

autonomous-ai/autonomous-os · 3,197 tokens

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).

pipefy/ai-toolkit · 3,184 tokens

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.

christopherarter/superpowers-reasonix · 761 tokens

ai-mind AGENTS.md

Instructions for HWYD/ai-mind, covering agents, version spec workspace continuity (mandatory), 项目定位, 事实来源优先级 and 开始大改前先读什么.

HWYD/ai-mind · 3,170 tokens