mcp-server-ppt AGENTS.md

mcp-server-ppt AGENTS.md is an instructions file for Codex, OpenCode from trsdn/mcp-server-ppt. It costs 1,932 tokens per session, scanned A, original, from a forked repository, MIT.

Repository instructions for AI coding agents working in the trsdn/mcp-server-ppt project. They define which repository is in scope and prohibit treating an unrelated spreadsheet project as its upstream source.

In plain words
What is it for?
Use them before repository operations such as checking remotes, running GitHub commands, reviewing history, or changing project files.
Why use it?
They reduce the risk of making changes in the wrong repository or importing unrelated history, issues, pull requests, or remotes.

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

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 mcp-server-ppt AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/trsdn/mcp-server-ppt/agents-md.svg)](https://agentmods.dev/instructions/trsdn/mcp-server-ppt/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/trsdn/mcp-server-ppt/agents-md"><img src="https://agentmods.dev/badge/instructions/trsdn/mcp-server-ppt/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,932 This file is loaded in full into every session.
When invoked 1,932 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.01932 $0.01932
Opus 5 $0.00966 $0.00966
Sonnet 5 $0.00386 $0.00386
Haiku 4.5 $0.00193 $0.00193

Measured today against content hash a70a3a2c11bc, 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 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 · 158 lines

How it starts

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

AGENTS.md

Guidance for AI coding agents working in this repository.


0. Repository identity — read this before anything else

This repository is trsdn/mcp-server-ppt. Every operation targets it and only it.

trsdn/mcp-server-ppt is registered on GitHub as a fork of sbroenne/mcp-server-excel, but that is metadata only. The two projects have completely diverged — they do not share a root commit, and upstream is unrelated spreadsheet automation code owned by someone else.

Never

  • ❌ Open, close, comment on, or modify any issue or pull request in sbroenne/mcp-server-excel
  • ❌ Add an upstream remote, or any remote pointing at a repository you do not own
  • ❌ Merge, rebase, or cherry-pick from upstream
  • ❌ Fetch upstream tags into this clone
  • ❌ Report upstream issues or PRs as if they belonged to this project

Always

  • ✅ Confirm the target repository before any gh command that reads or writes state
  • ✅ Keep exactly one remote: originhttps://github.com/trsdn/mcp-server-ppt.git

Verify

git remote -v              # exactly one remote pair, both trsdn/mcp-server-ppt
gh repo set-default --view # trsdn/mcp-server-ppt
git tag                    # only this fork's tags (v1.0.0 - v1.0.3)

Repair if any check disagrees:

git remote remove upstream
gh repo set-default trsdn/mcp-server-ppt

Why this warning exists

gh derives its target from the git remotes. When an upstream remote is present it silently prefers the parent repository — so gh issue list and gh pr list return upstream's data with no indication that you are reading someone else's project.

This caused a real incident: an agent reported upstream issues #777 and #750 and PR #751 as belonging to this project, and was about to close issues in a repository it had no business touching. The correct answer was that this fork had zero open issues and zero open PRs.

The stale remote was also a live hazard — it carried a push URL, so a mistyped git push upstream would have written straight into another maintainer's repository.

Read the full file on GitHub · 158 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 Changed · +25 lines · +353 tokens per session a70a3a2c11bc
  2. 4d ago First seen · 133 lines · 1,579 tokens per session scan A efc0e10744a0

Subscribe to this mod's changes

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

Related

Other instructions, from other repositories

langgraph AGENTS.md

AGENTS.md instructions for langchain-ai/langgraph, covering agents instructions, corridor security analysis, libraries and dependency map.

langchain-ai/langgraph · 477 tokens

AstrBot copilot-instructions.md

Copilot instructions for AstrBotDevs/AstrBot, covering astrbot development instructions, working effectively, bootstrap and install dependencies, running the application and dashboard build (vue.js/node.js).

AstrBotDevs/AstrBot · 736 tokens

mcp-dotnet-samples AGENTS.md

AGENTS.md instructions for microsoft/mcp-dotnet-samples, covering agents.md - mcp .net samples, project overview, project structure and architecture, repository organization and sample components.

microsoft/mcp-dotnet-samples · 2,417 tokens

chatgpt-cli CLAUDE.md

Claude Code instructions for kardolus/chatgpt-cli, covering chatgpt-cli — release runbook, prerequisites, 1. cut the release, 2. publish the github release + binaries and 3. update the homebrew tap.

kardolus/chatgpt-cli · 1,279 tokens

NeuroAPI AGENTS.md

Instructions for neurogen-dev/NeuroAPI, a project described as: NeuroAPI: российский AI API для Codex CLI и Claude Code — безопасные one-click установщики для Windows и macOS.

neurogen-dev/NeuroAPI · 148 tokens

moorestech AGENTS.md

AGENTS.md instructions for moorestech/moorestech, covering コーディングの指針, qa(必須), 互換性とパフォーマンス, 既知の制約(設計上の割り切り) and regionの活用.

moorestech/moorestech · 3,999 tokens