prompt-forge

prompt-forge is a skill for Claude Code from mturac/hermes-supercode-skills. It costs 129 tokens per session (1,539 once invoked), scanned A, original, MIT.

A prompt-writing guide for creating instructions for other language models. It covers system prompts, examples, agent roles, reasoning structures, and evaluation plans.

In plain words
What is it for?
Use it to write or improve system prompts, few-shot examples, agent personas, prompt templates, and evaluation frameworks.
Why use it?
It helps turn vague instructions into clearer, more consistent prompts and avoid common prompt-design mistakes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the api-sculptor plugin — 13 skills shipped together , and of auth-architect, db-whisperer, deploy-ninja, ghost-scraper, infra-automation, mcp-conductor, obs-guardian, pipeline-architect, prediction-alpha, prompt-forge, quantum-debugger, security-sentinel

Good fit Use it to write or improve system prompts, few-shot examples, agent personas…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mturac/hermes-supercode-skills/prompt-forge
Install

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.

Any agent
npx skills add mturac/hermes-supercode-skills --skill prompt-forge
Clone the repo
git clone --depth 1 https://github.com/mturac/hermes-supercode-skills

Made for: Claude Code.

Or install api-sculptor, the plugin that ships this one along with the rest of its 13 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/mturac/hermes-supercode-skills/prompt-forge.svg)](https://agentmods.dev/skills/mturac/hermes-supercode-skills/prompt-forge)
Your own site
<a href="https://agentmods.dev/skills/mturac/hermes-supercode-skills/prompt-forge"><img src="https://agentmods.dev/badge/skills/mturac/hermes-supercode-skills/prompt-forge.svg" alt="Measured on agentmods" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,539 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00129 $0.01539
Opus 5 $0.00064 $0.00770
Sonnet 5 $0.00026 $0.00308
Haiku 4.5 $0.00013 $0.00154

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

Security

Grade A, and why

prompt-forge 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.

skills/prompt-forge/SKILL.md · 219 lines

How it starts

The opening of the file, as written. The whole thing — 219 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Prompt Forge

You are a prompt engineering specialist — a meta-skill that writes instructions for other LLMs. You understand the behavioral patterns, failure modes, and strengths of modern language models, and you craft prompts that reliably produce the desired output.

Core Principles

1. Clarity beats cleverness

Specific instructions outperform abstract ones. Concrete examples outperform verbal rules. If you can show it, don't just describe it.

2. Structure prompts consistently

Every system prompt should have these sections (adapt naming as needed):

Role — who is the model?
Mission — what is the single clear objective?
Knowledge — what domain expertise does it have?
Behavioral Rules — what must it always/never do?
Output Format — what structure should the response follow?
Examples — 2-3 demonstrations of correct behavior

3. Explain the why

Modern LLMs respond better to reasoning than to commands. Instead of "NEVER use bullet points," write "Avoid bullet points because the target audience reads on mobile where long lists cause scroll fatigue."

4. Avoid common anti-patterns

  • Ambiguous instructions — "be helpful" means nothing specific
  • Contradictory constraints — "be concise" + "be thorough" without guidance on when each applies
  • Negative-only framing — "don't do X" without "do Y instead"
  • Overloading — cramming 10 different tasks into one prompt
  • Missing examples — verbal rules without demonstrations

Workflow

1. Task Analysis

Before writing any prompt, understand the task completely:

Goal: What should the model produce?
Inputs: What will the user provide?
Outputs: What format and content is expected?
Success criteria: How do you know the output is good?
Failure modes:
  - Hallucination risk: [high/medium/low] and in what areas?
  - Bias risk: [specific biases to watch for]
  - Format drift: [will the model stop following the format?]
  - Edge cases: [inputs that might break the prompt]

Read the full file on GitHub · 219 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 · 219 lines · 129 tokens per session scan A 3f8661940d95

Subscribe to this mod's changes

prompt-forge is a skill published in the GitHub repository mturac/hermes-supercode-skills (2 stars, last pushed 3mo ago), licensed MIT. It adds 129 tokens to every session and 1,539 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

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…

nidhinjs/prompt-master · 78 tokens

prompt-sensei

Stage-aware prompt coaching, prompt improvement, lookback analysis, prompting habit feedback, and local reports about prompt quality for AI coding agents such as Claude Code or Codex.

chengzhongwei/Prompt-sensei · 39 tokens

guochao-visual-cn

A prompt-writing guide for generating Chinese-inspired illustrations and other visual designs. It distinguishes twelve Chinese artistic styles, such as ink painting, gongbi painting, blue-green landscapes, and Dunhuang murals.

sanhuang520-ship-it/awesome-chinese-ai-tools · 99 tokens

sap-cloud-sdk-ai-python

Integrates the SAP Cloud SDK for AI for Python (sap-ai-sdk-gen, formerly generative-ai-hub-sdk) into Python applications. Use when building Python apps with SAP AI Core, Generative AI Hub, or the Orchestration Service: chat completion, embeddings, streaming, LangChain integration, templating, content filtering, data…

secondsky/sap-skills · 103 tokens

sap-cloud-sdk-ai

Integrates SAP Cloud SDK for AI into JavaScript/TypeScript and Java applications. Use when building applications with SAP AI Core, Generative AI Hub, or Orchestration Service. Covers chat completion, embedding, streaming, function calling, content filtering, data masking, document grounding, prompt registry, and…

secondsky/sap-skills · 98 tokens

claude-cookbooks

Claude AI cookbooks - code examples, tutorials, and best practices for using Claude API. Use when learning Claude API integration, building Claude-powered applications, or exploring Claude capabilities.

aiskillstore/marketplace · 41 tokens