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/rmzi/portable-dev-system/claude-mdgit clone --depth 1 https://github.com/rmzi/portable-dev-systemWrote 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.
[](https://agentmods.dev/instructions/rmzi/portable-dev-system/claude-md)<a href="https://agentmods.dev/instructions/rmzi/portable-dev-system/claude-md"><img src="https://agentmods.dev/badge/instructions/rmzi/portable-dev-system/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02036 | $0.02036 |
| Opus 5 | $0.01018 | $0.01018 |
| Sonnet 5 | $0.00407 | $0.00407 |
| Haiku 4.5 | $0.00204 | $0.00204 |
Grade D, and why
portable-dev-system CLAUDE.md scanned grade D with 2 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.
Tells the agent never to refusehighAnti-refusal
Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.
- Don't refuse non-code tasks. Help with macOS, hardware setup, and general tech questions. Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
PDS is a Claude Code plugin. Skills and agents are distributed via the plugin system. Security settings are installed to `~/.claude/settings.json`. The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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 · 149 lines · 2,036 tokens per session scan D 75259d31d901
portable-dev-system CLAUDE.md is an instructions file published in the GitHub repository rmzi/portable-dev-system (24 stars, last pushed 29d ago), with no licence file. It adds 2,036 tokens to every session, about $0.0102 per session on Opus 5. A static security scan graded it D with 2 findings (tells the agent never to refuse, reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
relay AGENTS.md
AGENTS.md instructions for AgentWorkforce/relay, covering git workflow rules, never push directly to main, correct workflow, ... do work .. and stop here - let user merge.
agent-ready-repo AGENTS.md
AGENTS.md instructions for eugenelim/agent-ready-repo, covering agents.md, project overview, rule lookups, documentation and development workflow.
babysitter CLAUDE.md
Claude Code instructions for a5c-ai/babysitter, covering claude.md, repo-specific overrides, read these first, quick commands and claude code local notes.
the-agency CLAUDE.md
Claude Code instructions for takoyaro/the-agency, covering the agency — working notes, adding a cast member — checklist, shipping a skill, rules that don't bend and model tiering.
agents-concerto CLAUDE.md
Claude Code instructions for moruno21/agents-concerto, covering agents-concerto — orchestrator brain, your role, design invariants (never violate these), inputs and workflow (run in order; do not skip steps).
fit-framework AGENTS.md
AGENTS.md instructions for ModelEngine-Group/fit-framework, covering fit framework - ai 开发指南, 快速开始命令, 构建全部模块(包含测试), 仅构建 java fit 框架 and 启动 fit 运行时(依赖 node.js,默认端口 8080).