Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/pnp/copilot-promptsnpx agentmods add skills/pnp/copilot-prompts/create-simple-promptWrote 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.
[](https://agentmods.dev/skills/pnp/copilot-prompts/create-simple-prompt)<a href="https://agentmods.dev/skills/pnp/copilot-prompts/create-simple-prompt"><img src="https://agentmods.dev/badge/skills/pnp/copilot-prompts/create-simple-prompt.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high YARA Match · line 3 YARA rule matched a hack tool or exploit indicator (offensive tools, reconnaissance, privilege escalation, or exploit frameworks).Fix: Remove offensive tool references and exploit code. Legitimate agent skills should not contain penetration testing tools, exploit frameworks, or reconnaissance utilities.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00080 | $0.02587 |
| Opus 5 | $0.00040 | $0.01293 |
| Sonnet 5 | $0.00016 | $0.00517 |
| Haiku 4.5 | $0.00008 | $0.00259 |
Grade A, and why
create-simple-prompt 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 3d 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 — 261 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create a New Prompt Sample
This skill guides creating new prompt samples for the pnp/copilot-prompts repository with the correct folder structure, README, assets folder, and sample.json metadata file.
Before Starting
Critical: Always ask the user for the following information before scaffolding:
- Prompt title — a friendly, descriptive title (e.g., "Create Annual Sales Report template in PowerPoint")
- Prompt text — the actual prompt the user wants to share
- Description — a short description of what the prompt does and why it's useful
- Target product — which Copilot product this prompt is for. Common values:
Microsoft 365 Copilot(for M365 prompts used in Teams, Word, Excel, PowerPoint, Outlook, etc.)Microsoft Copilot(for general Microsoft Copilot prompts)GitHub Copilot(for GitHub Copilot prompts)
- App host prefix — determines the folder name prefix. Common prefixes based on where the prompt is used:
m365— Microsoft 365 Copilot (Teams, Outlook, general M365)ppt— PowerPointword— Wordgithub— GitHub Copilotwhiteboard— Whiteboardwellness— Wellness / lifestyle- Other descriptive prefix matching the app or domain
- Author name — the contributor's full name
- Author GitHub username — the contributor's GitHub handle
- Prerequisites — what the user needs to run the prompt (defaults to the product selected above)
If the user doesn't provide all details upfront, ask for the missing ones before proceeding.
Sample Directory Structure
Create the sample in samples/prompts/{folder-name}/:
samples/prompts/{folder-name}/
├── assets/
│ └── sample.json # Metadata for the M365 Solution Gallery
├── README.md # Documentation
Folder naming rules:
- Format:
{prefix}-{short-description}-prompt(e.g.,m365-email-sorting,ppt-sales-report-prompt,github-copilot-fix-code) - Use lowercase and hyphens only
- Do NOT use periods/dots in the folder name
- Keep it concise but descriptive
- The prefix should reflect the target app or platform
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.
- 3d ago Changed 36c63b91f13b
- 9d ago First seen · 261 lines · 80 tokens per session scan A 91b625ac589e
create-simple-prompt is a skill published in the GitHub repository pnp/copilot-prompts (873 stars, last pushed today), licensed MIT. It adds 80 tokens to every session and 2,587 once invoked, about $0.0004 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 skills, from other repositories
image-prompt-builder-nl
Craft high-quality natural-language image prompts for any modern text-to-image or image-edit model that accepts flowing English. Trigger when the user wants help writing, rewriting, improving, or translating an English natural-language image prompt — including "write me an image prompt", "improve this image prompt"…
ai-engineering-toolkit
6 production-ready AI engineering workflows: prompt evaluation (8-dimension scoring), context budget planning, RAG pipeline design, agent security audit (65-point checklist), eval harness building, and product sense coaching.
guidance
Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework.
outlines
Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library.
prompt-master
Generates optimized prompts for AI tools. Activates only when the user explicitly asks to write, fix, improve, or adapt a prompt for a specific AI tool (LLM, Cursor, Midjourney, image AI, video AI, coding agents, etc.). Does not activate for general conversation, coding tasks, document writing, or other…
813-regulations-iso-42001
Use when reviewing, designing, or modifying Java enterprise systems that use GenAI, LLMs, AI-assisted coding, RAG, AI agents, generated code, generated dependencies, prompt workflows, external model providers, or AI-enabled business logic and need ISO/IEC 42001 AI management system-aware engineering guidance. Part of…