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 vasilyu1983/AI-Agents-public --skill ai-prompt-engineeringgit clone --depth 1 https://github.com/vasilyu1983/AI-Agents-publicWrote 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/vasilyu1983/ai-agents-public/ai-prompt-engineering)<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/ai-prompt-engineering"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/ai-prompt-engineering/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/vasilyu1983/ai-agents-public/ai-prompt-engineering"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/ai-prompt-engineering.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00043 | $0.02805 |
| Opus 5 | $0.00022 | $0.01403 |
| Sonnet 5 | $0.00009 | $0.00561 |
| Haiku 4.5 | $0.00004 | $0.00281 |
Grade A, and why
ai-prompt-engineering 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 12d 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 — 284 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Prompt Engineering — Operational Skill
Use this skill for production prompt design: schema-first outputs, tool and RAG prompts, prompt hardening, evals, and release workflows. Keep it operational. If the main problem is architecture, retrieval quality, deployment, or inference cost, route to the deeper adjacent skill.
ASCII Flow
prompt job
|
v
pattern choice
structured output | extraction | RAG | tool use | rewrite | classify | release
|
v
prompt contract
inputs + role/task + context rules + output schema + refusal/failure behavior
|
v
validation
schema checks + citation/tool checks + eval cases + regression gate
|
v
released prompt
versioned artifact + rollout notes + rollback path
When to Use This Skill
- designing or refactoring prompts for production LLM systems
- structured outputs, extraction schemas, or response contracts
- prompt debugging, prompt hardening, or prompt review
- prompt evals, regression suites, and rollout criteria
- tool-use or RAG prompt patterns
- multimodal prompts for image, document, audio, or video inputs
Route Elsewhere
- agent architecture and orchestration -> ai-agents
- retrieval quality and chunking -> ai-rag
- broader LLM lifecycle and model strategy -> ai-llm
- inference latency and cost optimization -> ai-llm-inference
- deployment, monitoring, and platform controls -> ai-mlops
Quick Start
- Classify the prompt job: structured output, extraction, RAG, tool use, rewrite, classification, or release workflow.
- Start from a template or provider-native prompt feature rather than writing from scratch.
- Add explicit output and refusal rules.
- Add validation: schema checks, citation checks, post-tool checks, and failure handling.
- Add evals before calling the prompt production-ready.
Quick Reference
- Pattern selection ->
## Pattern Chooser - Reusable prompt shapes ->
## Minimal Prompt Skeletons - Release hardening ->
## Production Checklist - Deeper references and templates ->
## Navigation
What ships with it
31 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.
- agents/openai.yaml 401 B
- assets/eval/prompt-eval-template.md 6.4 KB
- assets/quick/template-quick.md 965 B
- assets/standard/template-agent.md 2.3 KB
- assets/standard/template-cot.md 1.6 KB
- assets/standard/template-json-extractor.md 1.8 KB
- assets/standard/template-rag.md 2.6 KB
- assets/standard/template-standard.md 1.8 KB
- data/model-pricing.json 6.7 KB
- data/sources.json 18 KB
- learnings.consolidated.md 597 B
- learnings.md 802 B
- references/additional-patterns.md 8.0 KB
- references/agent-patterns.md 17 KB
- references/best-practices-core.md 12 KB
- references/core-patterns.md 4.5 KB
- references/domain-specific-patterns.md 9.2 KB
- references/extended-thinking-and-reasoning-models.md 21 KB
- references/extraction-patterns.md 6.5 KB
- references/generative-media-prompt-patterns.md 12 KB
- references/information-theory-applied.md 34 KB
- references/multimodal-prompt-patterns.md 16 KB
- references/production-guidelines.md 22 KB
- references/prompt-security-defense.md 24 KB
- references/prompt-testing-ci-cd.md 14 KB
- references/prompt-vs-finetune.md 2.2 KB
- references/provider-native-prompt-ops.md 4.6 KB
- references/quality-checklists.md 8.6 KB
- references/rag-patterns.md 10.0 KB
- references/reasoning-patterns.md 10 KB
- scripts/prompt_regression_runner.py 7.4 KB runs code
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.
- 12d ago First seen · 284 lines · 43 tokens per session scan A 55fe86a06be6
ai-prompt-engineering is a skill published in the GitHub repository vasilyu1983/AI-Agents-public (87 stars, last pushed 10d ago), licensed MIT. It adds 43 tokens to every session and 2,805 once invoked, about $0.0002 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-30.
Other skills, from other repositories
semantic-compress
Make an LLM-directed document smaller while preserving what it does. Two modes: a local span-level core->pointer pass, and an A/B-validated distill loop that produces the smallest document that behaves the same as the original. Point at core knowledge the model already holds (a concept name activates it); keep…
boost-modules
Create custom modules for Harbor Boost, an optimizing LLM proxy. Use when building Python modules that intercept/transform LLM chat completions—reasoning chains, prompt injection, structured outputs, artifacts, or custom workflows. Triggers on requests to create Boost modules, extend LLM behavior via proxy, or…
prompt-engineering
Expert prompt engineering guidance with proven techniques and anti-patterns. Invoke this skill whenever writing, editing, reviewing, or refining any prompt that will be interpreted by an AI model — system prompts, agent instructions, tool-use prompts, command templates, multi-step task prompts, or agentic workflows.…
prompt-engineering
Prompt engineering patterns for Claude including system prompts, few-shot examples, chain-of-thought, structured output, templates, and prefilling. Use when the user is writing prompts, designing system instructions, extracting structured data, building prompt templates, or optimizing Claude responses for quality and…
outlines
Outlines: structured JSON/regex/Pydantic LLM generation.
guidance
Constrain LLM output with grammars; guarantee valid JSON.