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 buiphucminhtam/forgewright --skill prompt-engineergit clone --depth 1 https://github.com/buiphucminhtam/forgewrightWrote 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/buiphucminhtam/forgewright/prompt-engineer)<a href="https://agentmods.dev/skills/buiphucminhtam/forgewright/prompt-engineer"><img src="https://agentmods.dev/badge/skills/buiphucminhtam/forgewright/prompt-engineer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/buiphucminhtam/forgewright/prompt-engineer"><img src="https://agentmods.dev/badge/skills/buiphucminhtam/forgewright/prompt-engineer.svg" alt="Reviewed on agentmods" width="80" 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.00056 | $0.07183 |
| Opus 5 | $0.00028 | $0.03592 |
| Sonnet 5 | $0.00011 | $0.01437 |
| Haiku 4.5 | $0.00006 | $0.00718 |
Grade D, and why
prompt-engineer scanned grade D with 2 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 7d 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.
Instruction-override phrasingmediumPrompt injection
Text telling the model to disregard its earlier instructions or safety rules is the shape of a prompt injection, whoever wrote it.
r"ignore previous instructions", Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
<!-- BAD: Instructions without examples --> The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
46 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- LITE.md 3.8 KB
- prompts/api-design/config.yaml 396 B
- prompts/api-design/examples.jsonl 16 KB
- prompts/api-design/system.md 880 B
- prompts/architecture-design/config.yaml 1.2 KB
- prompts/architecture-design/examples.jsonl 11 KB
- prompts/architecture-design/system.md 1.8 KB
- prompts/backend-dev/config.yaml 679 B
- prompts/backend-dev/examples.jsonl 34 KB
- prompts/backend-dev/system.md 1.2 KB
- prompts/bug-debug/config.yaml 436 B
- prompts/bug-debug/examples.jsonl 9.7 KB
- prompts/bug-debug/system.md 1.1 KB
- prompts/code-review/config.yaml 457 B
- prompts/code-review/examples.jsonl 8.3 KB
- prompts/code-review/system.md 1.6 KB
- prompts/database-design/config.yaml 302 B
- prompts/database-design/examples.jsonl 27 KB
- prompts/database-design/system.md 1.4 KB
- prompts/devops/config.yaml 405 B
- prompts/devops/examples.jsonl 7.9 KB
- prompts/devops/system.md 817 B
- prompts/frontend-dev/config.yaml 737 B
- prompts/frontend-dev/examples.jsonl 12 KB
- prompts/frontend-dev/system.md 1.1 KB
- prompts/game-dev/config.yaml 533 B
- prompts/game-dev/examples.jsonl 12 KB
- prompts/game-dev/system.md 1.7 KB
- prompts/mobile-dev/config.yaml 460 B
- prompts/mobile-dev/examples.jsonl 19 KB
- prompts/mobile-dev/system.md 1.3 KB
- prompts/research/config.yaml 432 B
- prompts/research/examples.jsonl 7.2 KB
- prompts/research/system.md 1.2 KB
- prompts/security-audit/config.yaml 464 B
- prompts/security-audit/examples.jsonl 6.2 KB
- prompts/security-audit/system.md 1.1 KB
- prompts/security-review/config.yaml 429 B
- prompts/security-review/examples.jsonl 48 KB
- prompts/security-review/system.md 4.2 KB
- prompts/test-generation/config.yaml 641 B
- prompts/test-generation/examples.jsonl 13 KB
- prompts/test-generation/system.md 1.2 KB
- prompts/ux-ui-design/config.yaml 459 B
- prompts/ux-ui-design/examples.jsonl 36 KB
- prompts/ux-ui-design/system.md 4.6 KB
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.
- 7d ago First seen · 1,015 lines · 56 tokens per session scan D 11da7a3b6d04
prompt-engineer is a skill published in the GitHub repository buiphucminhtam/forgewright (48 stars, last pushed 5d ago), with no licence file. It adds 56 tokens to every session and 7,183 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it D with 2 findings (instruction-override phrasing, hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
llm-app-patterns
Production-ready patterns for building LLM applications. Covers RAG pipelines, agent architectures, prompt IDEs, and LLMOps monitoring. Use when designing AI applications, implementing RAG, building agents, or setting up LLM observability.
prompt-optimization
Improve a prompt on the evaluations workbench through a measured loop. Score the baseline first, then duplicate the target column, form a hypothesis from failing rows, edit the copy's prompt draft, run, compare pass rate and cost, and repeat until the numbers hold. Use when the user asks to optimize or improve a…
enhance-prompt
Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.
prompt-engineer
Writes, refactors, and evaluates prompts for LLMs — generating optimized prompt templates, structured output schemas, evaluation rubrics, and test suites. Use when designing prompts for new LLM applications, refactoring existing prompts for better accuracy or token efficiency, implementing chain-of-thought or few-shot…
seedance-vocab-en
This skill should be used when an English Seedance 2.0 prompt needs clearer production wording, less generic prose, or precise vocabulary for camera, lighting, motion, VFX, audio, and constraints. Route blocked prompts through seedance-filter for context and boundary review.
ideogram4
Prompting patterns for Ideogram 4 text-to-image — best-in-class in-image text rendering and exact color/layout control via structured JSON captions. Use when generating images that need legible on-image text (title cards, thumbnails, logos, signage, CTAs), precise brand colors, or controlled spatial layout. Triggers…