Instructions file GitHub Copilot
Instructions for sbroenne/mcp-windows, covering copilot instructions for mcp-windows, sister projects, core principles, automation patterns reference and reference repositories.
Instructions file GitHub Copilot
Instructions for sbroenne/mcp-windows, covering copilot instructions for mcp-windows, sister projects, core principles, automation patterns reference and reference repositories.
Skill Claude CodeCodex
Guidance for semantic-first Windows automation with the bundled windows-mcp server. Use when automating desktop apps, choosing UI Automation vs screenshots, or handling DPI and multi-monitor issues.
Skill Claude CodeCodex
Guidance for driving Windows desktop automation from the wincli command-line tool - the token-efficient entry point that mirrors the Windows MCP server. Use when a coding agent has shell access and wants one compact command surface instead of many MCP tool schemas.
sbroenne/mcp-server-powerpoint
Instructions file GitHub Copilot
Instructions for sbroenne/mcp-server-powerpoint, covering project instructions — powerpointmcp, critical files (read these first), sister projects, what is powerpointmcp? and session model (mcp server).
sbroenne/mcp-server-powerpoint
Instructions file GitHub Copilot
Instructions for sbroenne/mcp-server-powerpoint, covering architecture patterns, .net class design (mandatory), layered architecture (critical), command pattern and structure (per domain).
sbroenne/mcp-server-powerpoint
Instructions file GitHub Copilot
Instructions for sbroenne/mcp-server-powerpoint, covering copilot code review, interop and resource safety, contract and path completeness and protocol, tests, and user-facing surfaces.
sbroenne/mcp-server-powerpoint
Instructions file GitHub Copilot
Instructions for sbroenne/mcp-server-powerpoint, covering critical rules - must follow, rule 1: success/errormessage invariant, rule 1b: no exception suppression in core, rule 30: real-com integration tests only, strict tdd and rule: 1-based indexing everywhere.
sbroenne/mcp-server-powerpoint
Instructions file GitHub Copilot
Instructions for sbroenne/mcp-server-powerpoint, covering mcp server development guide, llm-facing content rules, two kinds of tools: hand-written vs. generated, implementation pattern: single hand-written dispatch tool and error handling (mandatory).
sbroenne/mcp-server-powerpoint
Instructions file GitHub Copilot
Instructions for sbroenne/mcp-server-powerpoint, covering testing strategy, strict tdd (red → green), test project layout, serialization is mandatory and trait tagging (required for surgical filtering).
sbroenne/mcp-server-powerpoint
Cursor rule Cursor
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.
sbroenne/mcp-server-powerpoint
Skill Claude CodeCodex
PowerPoint CLI automation skill for Windows presentations. Use when a coding agent needs token-efficient, scriptable, or unattended PowerPoint automation via pptcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk deck edits. Supports slides, shapes, text frames, tables…
sbroenne/mcp-server-powerpoint
Skill Claude CodeCodex
PowerPoint MCP Server skill for Windows presentation automation via a live PowerPoint desktop instance (COM/PIA). Use when an assistant needs rich MCP tools to create, open, build, format, and export PowerPoint (.pptx/.pptm) presentations — slides, shapes, text boxes, tables, native charts, images, audio, video…
sbroenne/mcp-server-powerpoint
MCP server Claude CodeCodexCursor +2
MCP server "mcp-server-powerpoint" as configured in sbroenne/mcp-server-powerpoint. Launched with Sbroenne.PowerPointMcp.McpServer.
Instructions file GitHub Copilot
Instructions for sbroenne/skillpm, covering copilot instructions for skillpm, what is skillpm?, key dependencies (don't reimplement — use these), what are agent skills? and skill package structure.
Skill Claude CodeCodex
Manage npm-distributed Agent Skill packages with skillpm.
Instructions file GitHub Copilot
Instructions for sbroenne/mcp-server-obs, covering obs studio mcp server - development instructions, project overview, architecture, key technologies and mcp tool pattern.