dotPilot AGENTS.md

dotPilot AGENTS.md is an instructions file for Codex, OpenCode from managedcode/dotPilot. It costs 9,540 tokens per session, scanned A, original, MIT.

AGENTS.md instructions for managedcode/dotPilot, covering agents.md, purpose, solution topology, rule precedence and conversations (self-learning).

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/managedcode/dotpilot/agents-md
Clone the repo
git clone --depth 1 https://github.com/managedcode/dotPilot

Made for: Codex, OpenCode.

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

agentmods badge for dotPilot AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/managedcode/dotpilot/agents-md.svg)](https://agentmods.dev/instructions/managedcode/dotpilot/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/managedcode/dotpilot/agents-md"><img src="https://agentmods.dev/badge/instructions/managedcode/dotpilot/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 9,540 This file is loaded in full into every session.
When invoked 9,540 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.09540 $0.09540
Opus 5 $0.04770 $0.04770
Sonnet 5 $0.01908 $0.01908
Haiku 4.5 $0.00954 $0.00954

Measured today against content hash d57ace115735, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dotPilot 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 today.

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 · 454 lines

How it starts

The opening of the file, as written. The whole thing — 454 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Project: dotPilot Stack: .NET 10 Uno Platform desktop app with central package management, NUnit unit tests, and Uno.UITest browser UI coverage

Follows MCAF


Purpose

This file defines how AI agents work in this solution.

  • Root AGENTS.md holds the global workflow, shared commands, cross-cutting rules, and global skill catalog.
  • In multi-project solutions, each project or module root MUST have its own local AGENTS.md.
  • Local AGENTS.md files add project-specific entry points, boundaries, commands, risks, and applicable skills.
  • dotPilot is a desktop control plane for agents in general. Coding agents are first-class, but repository governance, architecture, and planning must also support research, analysis, orchestration, operator, and mixed-provider agent flows.

Solution Topology

  • Solution root: . (DotPilot.slnx)
  • Projects or modules with local AGENTS.md files:
    • DotPilot
    • DotPilot.Core
    • DotPilot.Tests
    • DotPilot.UITests
  • Shared solution artifacts:
    • .editorconfig
    • Directory.Build.props
    • Directory.Packages.props
    • global.json
    • docs/Architecture.md
    • .codex/skills/mcaf-*

Rule Precedence

  1. Read the solution-root AGENTS.md first.
  2. Read the nearest local AGENTS.md for the area you will edit.
  3. Apply the stricter rule when both files speak to the same topic.
  4. Local AGENTS.md files may refine or tighten root rules, but they must not silently weaken them.
  5. If a local rule needs an exception, document it explicitly in the nearest local AGENTS.md, ADR, or feature doc.

Conversations (Self-Learning)

Learn the user's stable habits, preferences, and corrections. Record durable rules here instead of relying on chat history.

Before doing any non-trivial task, evaluate the latest user message. If it contains a durable rule, correction, preference, or workflow change, update AGENTS.md first. If it is only task-local scope, do not turn it into a lasting rule.

Read the full file on GitHub · 454 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. today First seen · 454 lines · 9,540 tokens per session scan A d57ace115735

Subscribe to this mod's changes

dotPilot AGENTS.md is an instructions file published in the GitHub repository managedcode/dotPilot (23 stars, last pushed 4mo ago), licensed MIT. It adds 9,540 tokens to every session, about $0.0477 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-09-03.

Related

Other instructions, from other repositories

Network-AI CLAUDE.md

Claude Code instructions for Jovancoding/Network-AI, covering claude.md — project instructions for claude code, project overview, build & test commands, project structure and key architecture patterns.

Jovancoding/Network-AI · 1,635 tokens

designpowers GEMINI.md

Gemini CLI instructions for Owl-Listener/designpowers, covering designpowers, mandatory: welcome sequence first, skills, agents and notes for gemini cli.

Owl-Listener/designpowers · 569 tokens

skill-zoo AGENTS.md

Instructions for luochang212/skill-zoo, covering agents.md, how we work, what this project is, project layout and core design decisions.

luochang212/skill-zoo · 1,956 tokens

coding-cli-guide AGENTS.md

AGENTS.md instructions for tt-a1i/coding-cli-guide: This project uses squad for multi-agent collaboration. Run squad help for all commands and usage guide.

tt-a1i/coding-cli-guide · 27 tokens

TitanX CLAUDE.md

Instructions for CES-Ltd/TitanX, a project described as: Enterprise AI Agent Orchestration Platform — Secure, Observable, Configurable. Multi-agent teams with IAM policies, n8n workflows, LangChain memory, LangSmith traces, NemoClaw security, OpenTelemetry, and 20+ LLM providers.

CES-Ltd/TitanX · 5 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens