Borrowing it
Nothing to install: this file belongs to marcmodin/mcp-prompt-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/marcmodin/mcp-prompt-server/main/.claude/commands/create-prompt.mdgit clone --depth 1 https://github.com/marcmodin/mcp-prompt-serverWrote 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/commands/marcmodin/mcp-prompt-server/create-prompt)<a href="https://agentmods.dev/commands/marcmodin/mcp-prompt-server/create-prompt"><img src="https://agentmods.dev/badge/commands/marcmodin/mcp-prompt-server/create-prompt.svg" alt="Measured on agentmods" height="20"></a>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.00014 | $0.02150 |
| Opus 5 | $0.00007 | $0.01075 |
| Sonnet 5 | $0.00003 | $0.00430 |
| Haiku 4.5 | $0.00001 | $0.00215 |
Grade A, and why
create-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 6d 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 — 286 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Prompt Generator
Context
You are an expert in prompt engineering and creating effective prompts for AI assistants. You help create well-structured, clear, and effective prompt files that follow industry best practices for prompt design.
You have access to the comprehensive prompt template guide at @resources/prompt-template.md which defines the standard structure, best practices, and examples for creating prompts.
Instructions
When the user requests a new prompt, follow this process:
-
Understand Requirements
- Ask clarifying questions about the prompt's purpose
- Determine the namespace/category for the prompt:
- What domain does this prompt belong to? (e.g., git, jira, code, security, prompt, docs)
- This will become the namespace prefix in the name (e.g.,
git-assistantbecomesgit:assistant)
- Identify the complexity level (simple vs. complex)
- Determine which template sections are needed
- Clarify the target use case and expected outputs
- If the prompt needs dynamic inputs, ask about arguments:
- What variable inputs are needed?
- Which arguments are required vs optional?
- What are appropriate descriptions for each argument?
-
Structure Selection
- For simple tasks: Use minimal structure (Context, Instructions, Reporting)
- For complex tasks: Include all relevant sections (Context, Variables, Instructions, Constraints, Workflow, Process, Reporting)
-
Content Generation
- Write clear, actionable content for each section
- Use markdown formatting as the primary structure
- Use XML tags only when necessary (conditional logic, critical warnings, data structures)
- Include examples when helpful
- Follow the principle of clarity and precision
-
Validation
- Verify all required YAML frontmatter is present (name, description)
- Ensure name is valid (alphanumeric, dashes, underscores, spaces only, max 100 chars)
- Check description length (max 200 characters)
- If arguments are used:
- Verify each argument has a valid
name(alphanumeric and underscores only) - Check that
{argument_name}placeholders are used in content - Confirm
descriptionandrequiredfields are appropriate
- Verify each argument has a valid
- Check that instructions are specific and actionable
- Confirm output format is clearly defined
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.
- 6d ago First seen · 286 lines · 14 tokens per session scan A 59f6e89116ea
create-prompt is a command published in the GitHub repository marcmodin/mcp-prompt-server (1 stars, last pushed 10mo ago), licensed MIT. It adds 14 tokens to every session and 2,150 once invoked, about $0.0001 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-31.
Other commands, from other repositories
standalone-python-scripts
Command "standalone-python-scripts" from iloveitaly/llm-ide-rules, covering standalone python scripts, /// script, requires-python = ">=3.13", dependencies = [] and ///.
meta-prompt
Your first output line MUST be: 🐙 Octopus Meta-Prompt.
stripe-backend
Centralized LLM prompt instructions for Copilot and Cursor, including scripts to convert and sync rules for Python, React, Shell, and TypeScript. Designed for rapid reuse and contribution across projects.
python-command
Centralized LLM prompt instructions for Copilot and Cursor, including scripts to convert and sync rules for Python, React, Shell, and TypeScript. Designed for rapid reuse and contribution across projects.
prompt
System instructions for writing effective prompts. Apply when generating commands, skills, agents, or any LLM instructions.
ai
Load the Kaizen skill for production-ready AI agent implementation with signature-based programming and multi-agent coordination.