mcp-server-ppt documentation-structure.instructions.md

A documentation-organizing standard for the PowerPoint MCP server. It separates essential project information, implementation guides, and feature specifications into different folders and naming styles.

In plain words
What is it for?
Use it when creating or moving README files, developer guides, architecture records, process documents, or feature specifications.
Why use it?
It prevents temporary notes and technical specifications from being mixed with the main user-facing documentation.

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/trsdn/mcp-server-ppt/documentation-structure
Clone the repo
git clone --depth 1 https://github.com/trsdn/mcp-server-ppt

Made for: GitHub Copilot.

Per session 898 This file is loaded in full into every session.
When invoked 898 The same file โ€” it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin fork From a forked repository.
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.00898 $0.00898
Opus 5 $0.00449 $0.00449
Sonnet 5 $0.00180 $0.00180
Haiku 4.5 $0.00090 $0.00090

Measured 2d ago against content hash 7da2aa7dcf9b, 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-ppt documentation-structure.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.

.github/instructions/documentation-structure.instructions.md ยท 117 lines

How it starts

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

Documentation Structure & Standards

Clear hierarchy prevents temporary doc accumulation

๐Ÿ“ Documentation Hierarchy

Root Level - Essential User-Facing Only

  • โœ… README.md - Main project overview
  • โœ… SECURITY.md - Security policy (GitHub standard)
  • โœ… LICENSE - License file
  • โŒ NO temporary files (SUMMARY, FIX, BUG, TESTS, DOCS, etc.)

docs/ - Implementation Documentation

Purpose: How things work, how to use them, architectural decisions

Categories:

  • User Guides: CONTRIBUTING.md
  • Developer Guides: DEVELOPMENT.md, PRE-COMMIT-SETUP.md
  • Process Docs: RELEASE-STRATEGY.md, MCP_REGISTRY_PUBLISHING.md, NUGET-GUIDE.md
  • Architecture: ADR-*.md (Architecture Decision Records)
  • Infrastructure: AZURE_SELFHOSTED_RUNNER_SETUP.md
  • Standards: TEST-NAMING-STANDARD.md

Naming Convention:

  • โœ… TOPIC-NAME.md (ALL CAPS for discoverability)
  • โœ… ADR-NNN-DECISION-NAME.md (Architecture Decision Records)
  • โŒ NO SUMMARY.md, FIX.md, TESTS.md (temporary naming)

specs/ - Feature Specifications

Purpose: What should be built (requirements, design, before implementation)

Naming Convention:

  • โœ… FEATURE-NAME-SPEC.md
  • โœ… COMPONENT-API-SPECIFICATION.md

src/[Component]/ - Component Documentation

Purpose: Component-specific overview and usage

Files:

  • โœ… README.md - Component overview, quick start

Temporary Documentation Rules

โŒ Forbidden at Root Level

  • FIX-*.md - Document fixes in PRs, not files
  • BUG-*.md - Track bugs in GitHub Issues
  • TESTS-*.md - Test info belongs in test files
  • DOCS-*.md - Update actual docs, don't create meta-docs
  • SUMMARY-*.md - Summarize in PR descriptions

โœ… Where to Put Content Instead

  • Bug investigation โ†’ GitHub Issue comments
  • Fix summary โ†’ PR description
  • Architecture decisions โ†’ docs/ADR-NNN-DECISION-NAME.md
  • Temporary notes โ†’ Branch commit messages (deleted after merge)

Document Lifecycle

Before Creating a Doc

  1. Is this permanent? โ†’ YES: Use proper location above
  2. Is this temporary? โ†’ Put in PR/Issue/commit message instead
  3. Does equivalent doc exist? โ†’ Update existing, don't duplicate

Read the full file on GitHub ยท 117 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 ยท 117 lines ยท 898 tokens per session scan A 7da2aa7dcf9b

Subscribe to this mod's changes

mcp-server-ppt documentation-structure.instructions.md is an instructions file published in the GitHub repository trsdn/mcp-server-ppt (36 stars, last pushed 7d ago), licensed MIT. It adds 898 tokens to every session, about $0.0045 per session on Opus 5. A static security scan graded it A with 0 findings. It comes from a forked repository.