mcp-prompt-server: Command for Claude Code

.claude/commands/create-prompt.md

create-prompt is a command for Claude Code from marcmodin/mcp-prompt-server. It costs 14 tokens per session (2,150 once invoked), scanned A, original, MIT.

A command that creates a structured prompt file using a defined template and prompt-writing guidance. It asks about the prompt's purpose, category, complexity, inputs, and expected results.

In plain words
What is it for?
Use it when creating prompts for areas such as Git, Jira, code, security, documentation, or other categories.
Why use it?
It turns an informal request into a prompt with consistent sections and clearer requirements.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is marcmodin/mcp-prompt-server's own configuration. It tells Claude Code how to work on mcp-prompt-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-prompt-server configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/marcmodin/mcp-prompt-server/main/.claude/commands/create-prompt.md
Clone the repo
git clone --depth 1 https://github.com/marcmodin/mcp-prompt-server

Made for: Claude Code.

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 create-prompt

README.md
[![agentmods](https://agentmods.dev/badge/commands/marcmodin/mcp-prompt-server/create-prompt.svg)](https://agentmods.dev/commands/marcmodin/mcp-prompt-server/create-prompt)
Your own site
<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>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,150 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
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.1 $0.00014 $0.02150
Opus 5 $0.00007 $0.01075
Sonnet 5 $0.00003 $0.00430
Haiku 4.5 $0.00001 $0.00215

Measured 6d ago against content hash 59f6e89116ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

.claude/commands/create-prompt.md · 286 lines

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:

  1. 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-assistant becomes git: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?
  2. 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)
  3. 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
  4. 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 description and required fields are appropriate
    • Check that instructions are specific and actionable
    • Confirm output format is clearly defined

Read the full file on GitHub · 286 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. 6d ago First seen · 286 lines · 14 tokens per session scan A 59f6e89116ea

Subscribe to this mod's changes

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.