mcp-server-powerpoint copilot-instructions.md

mcp-server-powerpoint copilot-instructions.md is an instructions file for GitHub Copilot from sbroenne/mcp-server-powerpoint. It costs 3,630 tokens per session, scanned A, original, MIT.

Project instructions for PowerPointMcp, a Windows-only server that lets tools work with PowerPoint through Microsoft’s component interface. They describe its structure, testing approach, and resource-cleanup rules.

In plain words
What is it for?
Use them when adding or fixing PowerPoint commands, interoperation with the desktop application, tests, or server tools.
Why use it?
They help developers change the server without breaking its command flow, tests, or cleanup of PowerPoint resources. TDD means writing or updating tests as part of development.

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/sbroenne/mcp-server-powerpoint/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/sbroenne/mcp-server-powerpoint

Made for: GitHub Copilot.

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 mcp-server-powerpoint copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sbroenne/mcp-server-powerpoint/copilot-instructions.svg)](https://agentmods.dev/instructions/sbroenne/mcp-server-powerpoint/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/sbroenne/mcp-server-powerpoint/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/sbroenne/mcp-server-powerpoint/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,630 This file is loaded in full into every session.
When invoked 3,630 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.03630 $0.03630
Opus 5 $0.01815 $0.01815
Sonnet 5 $0.00726 $0.00726
Haiku 4.5 $0.00363 $0.00363

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

Security

Grade A, and why

mcp-server-powerpoint 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 4d 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.

.github/copilot-instructions.md · 269 lines

How it starts

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

Project Instructions — PowerPointMcp

Critical Files (Read These First)

ALWAYS read when working on code:

Read based on task type:

Sister Projects

PowerPointMcp is one of a family of Windows-only, COM-interop MCP-server repos maintained by the same author (sbroenne). The family currently includes:

  • mcp-server-excel (sbroenne/mcp-server-excel) — the authoritative architectural template for this entire family. Its layering (ComInterop → Core → Service → CLI/MCP Server), Unified Service Architecture, generator design, hand-written vs. generated tool split, COM cleanup discipline (Rule 22: every dynamic COM object released via ComUtilities.Release in a finally block), support/audit scripts (scripts/*.ps1), and CI Gate workflow are the reference design. When PowerPointMcp diverges from Excel, treat the divergence as a bug to fix unless there is a concrete, documented reason the underlying Office object model differs (e.g. Excel's Application.ScreenUpdating has no PowerPoint equivalent — that divergence is legitimate and intentionally NOT ported).
  • mcp-server-powerpoint (this repo) — PowerPoint automation, structurally mirrors Excel's 10-project layout and Unified Service Architecture.
  • mcp-windows — a sister Windows-automation MCP server project.

When making architectural changes here, check whether Excel already solved the same problem — port its pattern rather than inventing a new one. Likewise, if you fix a real bug or close a gap here that also exists in Excel or mcp-windows, flag it so the same fix can be ported there.

Read the full file on GitHub · 269 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. 4d ago First seen · 269 lines · 3,630 tokens per session scan A 482558536ad0

Subscribe to this mod's changes

mcp-server-powerpoint copilot-instructions.md is an instructions file published in the GitHub repository sbroenne/mcp-server-powerpoint (19 stars, last pushed today), licensed MIT. It adds 3,630 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.

Related

Other instructions, from other repositories

mcp-server-excel llm-testing-philosophy.instructions.md

Instructions for sbroenne/mcp-server-excel, covering llm testing philosophy, what are llm tests?, the golden rule, what never belongs in a test and ❌ xfail or skip markers.

sbroenne/mcp-server-excel · 3,451 tokens

mcp-server-excel readme-management.instructions.md

Instructions for sbroenne/mcp-server-excel, covering readme management - quick reference, core entry documents, feature documentation, critical rules and tool & action counts must match.

sbroenne/mcp-server-excel · 2,648 tokens

mcp-server-excel development-workflow.instructions.md

Instructions for sbroenne/mcp-server-excel, covering development workflow, branch protection, development process, pr review comment workflow and retrieve inline code review comments using github cli.

sbroenne/mcp-server-excel · 1,518 tokens

mcp-server-excel extension-development.instructions.md

Instructions for sbroenne/mcp-server-excel, covering vs code extension development instructions, extension overview, changelog and changesets (critical), version management and automatic version management (unified release workflow).

sbroenne/mcp-server-excel · 1,427 tokens

mcp-server-excel copilot-instructions.md

Copilot instructions for sbroenne/mcp-server-excel, covering github copilot instructions - excelmcp, repository map, environment, working rules and build and validation.

sbroenne/mcp-server-excel · 1,206 tokens

mcp-server-excel excel-connection-types-guide.instructions.md

Instructions for sbroenne/mcp-server-excel, covering excel connection types - llm quick reference, critical: loadto operation limitations, connection action compatibility, decision tree: connection vs power query and recommended workflows.

sbroenne/mcp-server-excel · 1,113 tokens