Install any skill in seconds. Free to start, no credit card required.
Get Started Free →6 production-ready AI engineering workflows: prompt evaluation (8-dimension scoring), context budget planning, RAG pipeline design, agent security audit (65-point checklist), eval harness building, and product sense coaching.
.claude/skills/ai-engineering-toolkit/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 48% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 16% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 25% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 27% | 0% |
> ⚠️ AUTHORIZED USE ONLY > This skill is for educational purposes or authorized security assessments only. > You must have explicit, written permission from the system owner before using this tool. > Misuse of this tool is illegal and strictly prohibited.
> Mandatory confirmation gate > Before running any command that probes, exploits, changes, persists on, extracts data from, or attempts credential access against a target: > 1. Ask the user to state the exact target URL, IP, account, or resource. > 2. Ask the user to confirm written authorization and the permitted scope. > 3. Show the exact command(s) and explain their expected effect. > 4. Wait for explicit confirmation in the current conversation. > > Without that confirmation, remain read-only and provide defensive guidance only. Prefer a sandbox, disposable VM, or controlled lab.
A collection of 6 structured, expert-level workflows that turn your AI coding assistant into a senior AI engineering partner. Each skill encodes a repeatable methodology — not just "ask AI to help," but a step-by-step decision framework with quantitative scoring, checklists, and decision trees.
The key difference from ad-hoc AI assistance: every workflow produces consistent, reproducible results regardless of who runs it or when. You can use the scoring systems as team baselines and write them into CI/CD pipelines.
Scores prompts across 8 dimensions (Clarity, Specificity, Completeness, Conciseness, Structure, Grounding, Safety, Robustness) on a 1-10 scale with weighted aggregation to a 0-100 score. Identifies the 3 weakest dimensions, generates targeted rewrites, and re-evaluates. Supports single prompt, A/B comparison, and batch evaluation modes.
Analyzes token distribution across 5 context zones (System, Few-shot, User input, Retrieval, Output) and produces an optimized allocation plan. Includes a compression strategy decision tree for each zone. Common finding: output zone squeezed to under 6% — this skill catches that before truncation happens.
Walks through a complete architecture decision tree: document format → parsing strategy → chunking approach (fixed/semantic/recursive) → embedding model selection → retrieval method (vector/keyword/hybrid) → evaluation metrics (Faithfulness, Relevancy, Context Precision). Covers Naive RAG, Advanced RAG, and Modular RAG patterns.
Executes a 65-point red-team audit across 5 attack categories: direct prompt injection, indirect prompt injection (via RAG documents), information extraction (system prompt / API key leakage), tool abuse (SQL injection, path traversal, command injection), and goal hijacking. The AI constructs adversarial test prompts for evaluation purposes, asks the user for confirmation before each test phase, judges pass/fail, and generates fix recommendations. All tests are contained within the evaluation context and do not interact with external systems. It is recommended to run audits in a sandboxed environment (Docker/VM).
Designs evaluation metric systems for LLM applications. Includes LLM-as-Judge scoring framework with bias mitigation strategies (position bias, verbosity bias, self-enhancement bias). Outputs CI/CD-ready evaluation pipeline templates.
A 5-phase guided conversation framework: dig into motivation → assess market opportunity → find the path → design scenarios → analyze competition. Useful for thinking through "should we build this?" before writing any code.
Ask: "Evaluate this system prompt"
You are a customer support agent. Help users with their questions. Be nice and helpful.Result: Overall score 28/100. Weakest dimensions: Safety (1/10, zero injection protection), Specificity (2/10, no output format), Structure (2/10, no sections). Auto-rewrite scores 82/100 with added scope boundaries, response format, escalation rules, and safety guardrails.
Ask: "Run a security audit on my customer support agent"
Result: 65 tests executed. 3 critical failures found: Base64-encoded instruction bypass, path traversal via tool calls, system prompt extraction via role-play. Fix recommendations provided for each.
bash# Via skill install command (Claude Code / WorkBuddy / Cursor) /skill install -g viliawang-pm/ai-engineering-toolkit # Manual git clone https://github.com/viliawang-pm/ai-engineering-toolkit.git cp -r ai-engineering-toolkit/skills/* ~/.claude/skills/
Repository: github.com/viliawang-pm/ai-engineering-toolkit License: MIT
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 5,917 | 6,507 | +10% | 1 | 1 | 0% | 1,011 | 2,617 | +159% | 0 | 0 | — |
case-02 | fail→fail | 15,811 | 13,098 | -17% | 1 | 1 | 0% | 2,928 | 3,909 | +34% | 0 | 0 | — |
case-03 | fail→fail | 15,873 | 6,970 | -56% | 1 | 1 | 0% | 3,168 | 2,771 | -13% | 0 | 0 | — |
case-04 | fail→pass | 14,973 | 13,283 | -11% | 1 | 1 | 0% | 2,578 | 3,825 | +48% | 0 | 0 | — |
case-05 | pass→pass | 8,150 | 9,628 | +18% | 1 | 1 | 0% | 1,402 | 3,043 | +117% | 0 | 0 | — |
case-22 | pass→pass | 12,923 | 11,745 | -9% | 1 | 1 | 0% | 2,354 | 3,700 | +57% | 0 | 0 | — |
case-06 | pass→pass | 15,828 | 10,689 | -32% | 1 | 1 | 0% | 2,599 | 3,274 | +26% | 0 | 0 | — |
case-07 | fail→fail | 21,082 | 21,478 | +2% | 1 | 1 | 0% | 3,708 | 5,178 | +40% | 0 | 0 | — |
case-08 | pass→pass | 9,722 | 10,141 | +4% | 1 | 1 | 0% | 1,809 | 3,262 | +80% | 0 | 0 | — |
case-09 | pass→pass | 16,259 | 15,349 | -6% | 1 | 1 | 0% | 2,759 | 3,829 | +39% | 0 | 0 | — |
case-10 | fail→pass | 16,323 | 9,799 | -40% | 1 | 1 | 0% | 2,641 | 3,054 | +16% | 0 | 0 | — |
case-11 | fail→pass | 13,487 | 2,563 | -81% | 1 | 1 | 0% | 2,308 | 1,889 | -18% | 0 | 0 | — |
case-12 | fail→fail | 5,078 | 5,748 | +13% | 1 | 1 | 0% | 439 | 2,051 | +367% | 0 | 0 | — |
case-13 | fail→pass | 14,159 | 8,688 | -39% | 1 | 1 | 0% | 2,291 | 2,874 | +25% | 0 | 0 | — |
case-23 | pass→pass | 14,609 | 12,799 | -12% | 1 | 1 | 0% | 2,743 | 4,019 | +47% | 0 | 0 | — |
case-14 | pass→pass | 18,441 | 17,593 | -5% | 1 | 1 | 0% | 3,273 | 4,570 | +40% | 0 | 0 | — |
case-15 | fail→pass | 14,855 | 8,982 | -40% | 1 | 1 | 0% | 2,306 | 2,933 | +27% | 0 | 0 | — |
case-16 | pass→pass | 15,833 | 12,374 | -22% | 1 | 1 | 0% | 2,499 | 3,423 | +37% | 0 | 0 | — |
case-17 | fail→fail | 17,165 | 11,059 | -36% | 1 | 1 | 0% | 2,942 | 3,311 | +13% | 0 | 0 | — |
case-18 | pass→pass | 11,495 | 7,938 | -31% | 1 | 1 | 0% | 1,912 | 2,879 | +51% | 0 | 0 | — |
case-19 | pass→pass | 14,367 | 8,944 | -38% | 1 | 1 | 0% | 1,121 | 2,918 | +160% | 0 | 0 | — |
case-20 | fail→fail | 17,790 | 20,168 | +13% | 1 | 1 | 0% | 1,792 | 3,542 | +98% | 0 | 0 | — |
case-21 | pass→pass | 18,618 | 24,321 | +31% | 1 | 1 | 0% | 3,001 | 3,805 | +27% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +22 percentage points is the difference between those two pass rates over the 23 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
| Model | Method | Date | Lift |
|---|---|---|---|
| gemini-3.6-flash | verified | 7/28/2026 | +22% |
Other measured skills in the registry, with their headline benchmark lift.