PowerDocu copilot-instructions.md

A codebase guide for PowerDocu, a Windows .NET application that creates technical documentation for Microsoft Power Platform components in Word, Markdown, and HTML.

In plain words
What is it for?
Use it when working on PowerDocu's GUI, command-line interface, documentation modules, or shared PowerDocu.Common library.
Why use it?
It gives a coding agent the project overview, folder structure, and details about the shared code library, reducing guesswork when changing the repository.

Instructions file for GitHub Copilot

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/modery/powerdocu/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/modery/PowerDocu

Made for: GitHub Copilot.

Per session 3,626 This file is loaded in full into every session.
When invoked 3,626 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original 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.03626 $0.03626
Opus 5 $0.01813 $0.01813
Sonnet 5 $0.00725 $0.00725
Haiku 4.5 $0.00363 $0.00363

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

Security

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.github/copilot-instructions.md · 323 lines

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

Read the full file on GitHub · 323 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. 2d ago First seen · 323 lines · 3,626 tokens per session scan A f591bd6424d3

Subscribe to this mod's changes

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.