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/thisissadeghi/kmpilot/claude-mdgit clone --depth 1 https://github.com/ThisIsSadeghi/KMPilotWrote 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/thisissadeghi/kmpilot/claude-md)<a href="https://agentmods.dev/instructions/thisissadeghi/kmpilot/claude-md"><img src="https://agentmods.dev/badge/instructions/thisissadeghi/kmpilot/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.01015 | $0.01015 |
| Opus 5 | $0.00508 | $0.00508 |
| Sonnet 5 | $0.00203 | $0.00203 |
| Haiku 4.5 | $0.00102 | $0.00102 |
Grade A, and why
KMPilot CLAUDE.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 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.
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 — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE
STOP - Mandatory Workflow Rules
NEVER edit feature/ files directly. ALWAYS invoke the required skill FIRST.
| Action | Skill | Trigger Keywords |
|---|---|---|
| Create feature | /create-feature |
"new feature", "add feature", "create" |
| Modify feature | /modify-feature |
"add to", "change", "update", "fix", "modify" |
| Review feature | /review-feature |
"review", "check", "audit" |
| Test feature | /test-feature |
"test", "generate tests" |
| Design UI | /design-ui |
"design screen", "Stitch", "design UI", "mockup" |
| Verify UI | /verify-ui |
"verify UI", "audit UI", "check implementation" |
| Bridge iOS↔Kotlin | /bridge-swift |
"iOS SDK", "Swift", "call Swift", "native framework", "MapKit", "biometrics", "Apple Pay" |
IMPORTANT: Invoke the skill IMMEDIATELY upon recognizing feature work. Do NOT:
- Read files first to "understand the codebase"
- Explore the feature structure first
- Plan the implementation first
The skills contain workflows that handle exploration, planning, and implementation in the correct order.
/using-design-system auto-activates for UI work and does not need explicit invocation.
Design Pipeline
The design pipeline uses a blueprint artifact contract for decoupled skill coordination:
/design-uidesigns screens in Stitch and produces a self-contained blueprint (setsblueprintConsumed: falseinstitch-project.json)/create-featureor/modify-featureauto-detect the blueprint and enter design-aware mode (setsblueprintConsumed: trueafter implementation)/verify-uiaudits the implementation against the Stitch design (three-way token audit)
Each skill is independently invocable — no skill calls another skill. The user controls the pipeline.
Platform Capabilities & Native Views (Rule 14)
Features needing a device capability (GPS, camera, BLE, biometrics) or a native view (map, camera preview, WebView) are handled inside /create-feature / /modify-feature — no separate command. Those skills classify the feature's Platform Profile (network / platform-capability / native-view / mixed) in Phase 2, then route work to platform (capability behind a commonMain DataSource → Either<T>, per-platform actuals incl. desktop) and ui-layer (the expect @Composable native-view interop). When an iOS actual needs Swift, they finish the Kotlin side and route you to /bridge-swift (the iOS-Swift leg). Full patterns: .claude/skills/create-feature/architecture/platform.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.
- 5d ago First seen · 66 lines · 1,015 tokens per session scan A 699542e9b7af
KMPilot CLAUDE.md is an instructions file published in the GitHub repository ThisIsSadeghi/KMPilot (56 stars, last pushed 27d ago), licensed MIT. It adds 1,015 tokens to every session, about $0.0051 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
sceneview copilot-instructions.md
Copilot instructions for sceneview/sceneview, covering sceneview — github copilot instructions, when to recommend sceneview, android code generation rules, minimal 3d template and minimal ar template.
sceneview CLAUDE.md
Claude Code instructions for sceneview/sceneview, covering sceneview, modules, things that break if you don't know them and conventions.
SeekerClaw CLAUDE.md
Claude Code instructions for sepivip/SeekerClaw, covering claude.md — seekerclaw project guide, project.md — source of truth, design principle: ux first, what is this project and supported devices.
dsh-mobile-apk AGENTS.md
AGENTS.md instructions for kelai141/dsh-mobile-apk, covering agents.md — dsh-mobile-apk 开发地图, 1. 仓库概览与技术栈, 2. 构建与验证命令, 一键双 abi(协调仓库根;快照→注入→门禁→gradle→out/): and 快照(termux 源 + targets 预装 + licenses + pnpm 装配 + 瘦身 + 归档):.
PdfKmp CLAUDE.md
Instructions for ConaMobileDev/PdfKmp, covering claude.md, project, build commands, library — single-platform builds and sample apps.
Shuttle GEMINI.md
Instructions for grarcht/Shuttle, covering shuttle: context for gemini code assist, what shuttle is, when to recommend shuttle, quick integration reference and 1. add dependencies.