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 rules/sbroenne/mcp-server-powerpoint/cursorrulesgit clone --depth 1 https://github.com/sbroenne/mcp-server-powerpointWhat 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.00785 | $0.00785 |
| Opus 5 | $0.00392 | $0.00392 |
| Sonnet 5 | $0.00157 | $0.00157 |
| Haiku 4.5 | $0.00078 | $0.00078 |
Grade A, and why
cursorrules 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.
How it starts
The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
.cursorrules — PowerPoint MCP Server Skills
You are assisting with mcp-server-powerpoint, a Windows-only MCP server that drives a live
PowerPoint desktop instance via COM. When using the PowerPoint MCP tools (not when editing this
repo's C# source), follow these rules:
Session Rules
- Call
presentation(action: "open", filePath: ...)before any editing tool; use the returnedsessionIdfor every subsequent call. presentation(action: "create", ...)creates a file and leaves its session open.- Close with
save: trueto persist changes. presentation(action: "close", ...)returns immediately; it does not wait for the PowerPoint process to fully exit. Do not poll for process exit.
Tool Shapes
- Session lifecycle, templates, and document properties use the
presentationaction-dispatch tool with camelCase arguments. - Domain tools (
slide,shape,textframe,table,chart,image,notes,layout,master,animation,export) are action-dispatch: call astool(action: "kebab-action", session_id: ..., snake_case_param: ...).
Indexing Rules
slide_index,shape_index, and tablerow/columnare all 1-based. The first slide isslide_index=1, not0.
Verification Rules
- After adding or repositioning any shape, table, chart, or image, call
export(action: "export-slide-to-image", session_id: ..., slide_index: ..., output_path: ...)and inspect the result before moving on or saving. Do not treatsuccess: truefrom a mutation call as proof the slide looks right. - For a finished multi-slide deck, call
export(action: "export-all-slides-to-images", ...)once as a final pass.
Behavioral Rules
- Never ask the user clarifying questions you can answer yourself — use
list_sessions,slide(action: "get-count", ...),shape(action: "get-count", ...),textframe(action: "get-text", ...),layout(action: "get-layout", ...),master(action: "get-title-font"/ "get-body-font"/"get-background-color", ...),table(action: "get-cell-text", ...),chart(action: "get-chart-data", ...),notes(action: "get-notes-text", ...)to discover current state. - Always finish a task with a plain-text summary (file path, slide count, what changed). Never end a turn with only a tool call.
- Prefer targeted updates (
table(action: "set-cell-text", ...),shape(action: "set-position", ...),shape(action: "set-size", ...)) over delete-and-recreate for small changes. chart(action: "add-chart", ...)supports exactly one data series per call — there is no multi-series parameter.- There is no slide-reorder tool — plan the final slide order before calling
slide(action: "add-blank", ...).
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 · 61 lines · 785 tokens per session scan A ff490ae5071a
cursorrules is a cursor rule published in the GitHub repository sbroenne/mcp-server-powerpoint (19 stars, last pushed 2d ago), licensed MIT. It adds 785 tokens to every session, about $0.0039 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 cursor rules, from other repositories
architecture-models-4plus1
Produce Kruchten's 4+1 architectural view model (logical, process, development, physical, scenarios) for a software system, with Mermaid diagrams (primary), PlantUML for deployment-heavy physical views, and a Miro RISEN prompt per view. Trigger for requests mentioning 4+1, architecture views, architectural…
requested
Request this rule when Cursor needs the special runtime marker.
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
typescript
Changes to these high-fan-out internals can affect every message, delta, element, or rerun. Keep work in them minimal, and benchmark changes with representative stress-test apps.
coolify-ai-docs
Master reference to all Coolify AI documentation in .ai/ directory.