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/modery/powerdocu/copilot-instructionsgit clone --depth 1 https://github.com/modery/PowerDocuWhat 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.03626 | $0.03626 |
| Opus 5 | $0.01813 | $0.01813 |
| Sonnet 5 | $0.00725 | $0.00725 |
| Haiku 4.5 | $0.00363 | $0.00363 |
Grade A, and why
PowerDocu copilot-instructions.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 2d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- PowerDocu CLAUDE.md — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 323 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — PowerDocu Codebase Guide
Project Overview
PowerDocu is a .NET 10 Windows application that auto-generates technical documentation for Microsoft Power Platform components (Cloud Flows, Canvas Apps, Model-Driven Apps, Copilot Studio Agents, AI Models, Business Process Flows, Desktop Flows, and Solutions). Output formats are Word (.docx), Markdown (.md), and HTML.
The application ships as a Windows GUI (PowerDocu.exe) and also supports a CLI interface via command-line flags.
Repository Structure
PowerDocu/
├── PowerDocu.sln # Visual Studio solution (all projects)
├── modules/
│ └── PowerDocu.Common/ # Git submodule (https://github.com/modery/PowerDocu.Common)
│ └── PowerDocu.Common/ # The actual library project
├── PowerDocu.GUI/ # Entry point: WinForms GUI + CLI runner
├── PowerDocu.SolutionDocumenter/ # Orchestrator for .zip solution packages
├── PowerDocu.FlowDocumenter/ # Cloud Flow documentation
├── PowerDocu.AppDocumenter/ # Canvas App documentation
├── PowerDocu.AgentDocumenter/ # Copilot Studio Agent documentation
├── PowerDocu.AIModelDocumenter/ # AI Model documentation
├── PowerDocu.AppModuleDocumenter/ # Model-Driven App documentation
├── PowerDocu.BPFDocumenter/ # Business Process Flow documentation
├── PowerDocu.DesktopFlowDocumenter/ # Desktop Flow (Power Automate Desktop) documentation
├── Images/ # Screenshots used in README/docs
├── examples/ # Sample generated output
├── .vscode/ # VS Code build/launch tasks
├── .github/ISSUE_TEMPLATE/ # GitHub issue templates
├── README.md
├── compile.md # How to build from source
├── installation.md # Usage instructions
├── settings.md # All configuration options
├── roadmap.md # Planned features
└── softwarereferences.md # Third-party library credits
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.
- 2d ago First seen · 323 lines · 3,626 tokens per session scan A f591bd6424d3
PowerDocu copilot-instructions.md is an instructions file published in the GitHub repository modery/PowerDocu (645 stars, last pushed 26d ago), licensed MIT. It adds 3,626 tokens to every session, about $0.0181 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
Skill_Seekers CLAUDE.md
Instructions for yusufkaraaslan/Skill_Seekers, covering claude.md, project overview, essential commands, required before running tests or cli (src/ layout) and run all tests (never skip - all must pass before commits).
Skill_Seekers AGENTS.md
Instructions for yusufkaraaslan/Skill_Seekers, covering agents.md - skill seekers, project overview, key capabilities, setup and with dev tools (pytest, ruff, mypy, coverage).
docs.page AGENTS.md
Instructions for invertase/docs.page, covering docs.page — agent guidance, project overview, monorepo layout, commands and conventions.
pitchdocs CLAUDE.md
Instructions for littlebearapps/pitchdocs, covering pitchdocs, project architecture, conventions, key files and when modifying this plugin.
pitchdocs AGENTS.md
Instructions for littlebearapps/pitchdocs, covering pitchdocs, documentation standards, available skills, agent pipeline and workflow commands.
pitchdocs copilot-instructions.md
Instructions for littlebearapps/pitchdocs, covering pitchdocs — copilot instructions, project structure, conventions, sync points and protected files.