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/maximumsoft-co-ltd/claude-flightdeck/claude-mdgit clone --depth 1 https://github.com/Maximumsoft-Co-LTD/claude-flightdeckWrote 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/maximumsoft-co-ltd/claude-flightdeck/claude-md)<a href="https://agentmods.dev/instructions/maximumsoft-co-ltd/claude-flightdeck/claude-md"><img src="https://agentmods.dev/badge/instructions/maximumsoft-co-ltd/claude-flightdeck/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.1 | $0.01657 | $0.01657 |
| Opus 5 | $0.00829 | $0.00829 |
| Sonnet 5 | $0.00331 | $0.00331 |
| Haiku 4.5 | $0.00166 | $0.00166 |
Grade B, and why
claude-flightdeck CLAUDE.md scanned grade B with 1 finding 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.
Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
ls /tmp/test-install/.claude/skills/ # core skills (+ any preset skill) How it starts
The opening of the file, as written. The whole thing — 140 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — AI-Workflows (template repo)
This file is for Claude Code instances editing the template itself. It is NOT shipped to installed projects — the installer renders
core/CLAUDE.md.tmplinto the target instead. Treat that as the "user-facing" CLAUDE.md and this one as the "maintainer" view.
What this repo is
A portable control-plane template, copied into other projects by
install.sh. Two production codebases informed it (idip-platform,
aggegator). See README.md for user-facing usage.
Layout
.
├── install.sh # one-shot installer (placeholder render + preset merge)
├── template.config.example # config var skeleton
├── core/ # ALWAYS installed
├── presets/ # opt-in via --preset
└── docs/ # docs about THIS template (not what install ships)
Anything inside core/ lands in every target. Anything inside
presets/<name>/ lands only when --preset <name> is selected. Anything
inside docs/ (top level here) stays in this repo.
Rules for editing the template
- De-domain-specify everything in
core/. No mention ofidip-,agg-,IDIP-XXX,TG-AGG-S*, specific PRD IDs, or tech-stack opinions. Opinions go inpresets/. If you find yourself writing "Postgres" or "Vue" incore/, you're in the wrong folder. - Use the placeholder convention. Files needing project-specific
values get the
.tmplsuffix and use{{PROJECT_NAME}},{{PROJECT_SLUG}},{{AGENT_PREFIX}},{{TECH_STACK_DESC}},{{BRAIN_PATH}},{{TASK_ID_PREFIX}}. If you add a new placeholder, add it to thesedblock ininstall.sh. - Process over content. Lift the workflow (pre-task ritual, 6-gate
review, contract-first, parallel conflict prevention, design-first,
live mini-retro) — not the specific lessons. Per-project lessons land
in the consumer's
brain-hot.mdunder## Project-specific rules. - Skill SKILL.md headers must include
name,description, and## Token budget. No skill without a budget section. Thedescriptionmust be trigger/symptom-based (CSO), not a workflow summary — lead with the user phrases / slash-commands / failure symptoms that should auto-load it. The## Token budgetexists because context is a finite, degrading resource — a skill should deliver "the smallest set of high-signal tokens" (Anthropic): keepSKILL.mdlean, split rarely-co-used material intoreferences/(progressive disclosure), and mark each script execute-vs-read. Full guide:core/docs/setup/skill-authoring.md(also shipped to projects); maintainer notes inCONTRIBUTING.md"Improving a skill". - Each agent file MUST reference
agent-pre-task-ritual.mdandbrain-hot.mdas mandatory reads in its body — that's the contract between orchestrator and subagent. - Never write or run code in
core/.claude/memory/— that folder is shipped empty (with a README explaining the in-repo Brain fallback). Same forcore/docs/project/sprints/.gitkeepandretros/.gitkeep. - Document every change — always. No change to
core/,presets/,install.sh, or this repo's docs lands without a written record of what changed, why, and how it makes the template better. Three places, every time:CHANGELOG.md— an## Unreleasedentry (Added / Changed / Fixed / Removed) with the why + upgrade impact.- The doc the change lives in — the rule/skill/doc itself must
explain its own rationale (a
> Why this existsline or section), so a future reader understands intent without git archaeology. - If research-driven — close the loop in
docs/research/: thesynthesis/note states the evidence + expected improvement, and the change graduatesapply/proposed/ → apply/shipped/with the INDEX scoreboard row. This is how we know research actually improved the template, not just accumulated. A change you can't explain the why and how-it's-better for isn't ready to ship.
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.
- 5d ago First seen · 140 lines · 1,657 tokens per session scan B 769d3d2d7e9f
claude-flightdeck CLAUDE.md is an instructions file published in the GitHub repository Maximumsoft-Co-LTD/claude-flightdeck (2 stars, last pushed 3mo ago), licensed MIT. It adds 1,657 tokens to every session, about $0.0083 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
vibecode-pro-max-kit CLAUDE.md
Instructions for withkynam/vibecode-pro-max-kit, covering claude.md, bootstrap guard, before any substantial task, riper-5 spec-driven development system and shared development protocols.
memv CLAUDE.md
Claude Code instructions for vstorm-co/memv, covering claude.md, project overview, development setup, commands and quality.
vibecode-pro-max-kit AGENTS.md
Instructions for withkynam/vibecode-pro-max-kit, covering agents.md, riper-5 spec-driven development system, shared development protocols, orchestrator role (main codex session) and repository context.
runtm CLAUDE.md
Claude Code instructions for runtm-ai/runtm, covering claude.md, what is runtm?, design principles, development commands and setup.
multiagent-template CLAUDE.md
Instructions for Neftedollar/multiagent-template, covering how to start (required for every session), 1. determine mode, 2. load context (depends on mode), 3. act and workspace structure.
multiagent-template copilot-instructions.md
Instructions for Neftedollar/multiagent-template, covering workspace structure, how to work in this repo, multi-agent pipeline, orchestrator role and escalate to human only for.