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.
npx skills add mturac/hermes-supercode-skills --skill prompt-forgegit clone --depth 1 https://github.com/mturac/hermes-supercode-skillsWrote 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/mturac/hermes-supercode-skills/prompt-forge)<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>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.00129 | $0.01539 |
| Opus 5 | $0.00064 | $0.00770 |
| Sonnet 5 | $0.00026 | $0.00308 |
| Haiku 4.5 | $0.00013 | $0.00154 |
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.
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]
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 · 219 lines · 129 tokens per session scan A 3f8661940d95
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.
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…
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.
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.
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…
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…
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.