Skills evaluated primarily on routing accuracy (correct trigger/no-trigger given a user prompt). Use when `--primary-metric` is `quality_score`, `f1`, `precision`, or `recall`.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add richfrem/agent-plugins-skills --skill domain-patterns --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Domain Patterns?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/richfrem-domain-patterns)More formats (shields.io, HTML) on the badges page.
# Domain Patterns: Routing Skills
Skills evaluated primarily on routing accuracy (correct trigger/no-trigger given a user prompt).
Use when `--primary-metric` is `quality_score`, `f1`, `precision`, or `recall`.
## When to use this file
Check this file at Phase 1 Step A before formulating a hypothesis. If the failure matches
a known pattern, apply that pattern's documented escape as the Step B proposal.
---
## Known Successful Mutations
### Pattern 1: Adversarial Negative Sharpening
**Failure type:** `false_positive` — skill triggers on prompts that are adjacent but should not trigger.
**Root cause:** Description or example block uses generic verbs ("improve", "optimize", "check") that overlap with unrelated tasks.
**Escape:**
- Add a `<negative-example>` block explicitly showing 2–3 prompts that look similar but must NOT trigger.
- Tighten the description to name the exact domain (e.g. "evaluates routing accuracy of SKILL.md files" not "evaluates skill quality").
- Add a `## When NOT to use` section listing the most common false-positive patterns by name.
**Confirmed KEEP iterations:** 6+ across multiple skills.
---
### Pattern 2: Keyword Scope Tightening
**Failure type:** `false_negative` — skill fails to trigger on valid prompts because phrasing varies.
**Root cause:** Trigger phrases in the description enumerate a narrow vocabulary. Users rephrase the intent using synonyms not covered.
**Escape:**
- Expand the description's trigger phrase list with synonym clusters (e.g. "run / execute / kick off / start / launch").
- Add 2–3 new `<example>` blocks that use the missing phrasing verbatim.
- Avoid over-specifying the object of the verb — "evaluate [skill]" is more robust than "evaluate the SKILL.md file for [skill]".
**Confirmed KEEP iterations:** 4+ across multiple skills.
---
### Pattern 3: Example Block Expansion for Boundary Cases
**Failure type:** Mixed — ambiguous boundary cases produce both false positives and false negatives in the same eval set.
**Root cause:** The eval set contains prompts in the grey zone (close-but-not-quite vs. close-but-yes). The SKILL.md examples only show clear positives, leaving the model to guess at boundaries.
**Escape:**
- Identify the 2–3 hardest boundary cases from `evals/results.tsv` (lowest confidence or most inconsistent).
- Add one `<example>` per boundary case — one `should_trigger: true` and one `should_trigger: false` that differ by only one key phrase.
- In the description, explicitly name the distinguishing criterion: "only triggers when X is present, not when X is merely implied."
**Confirmed KEEP iterations:** 5+ across multiple skills.
---
## Novel Candidates (awaiting 2nd KEEP confirmation)
[Empty — orchestrator appends here when a novel KEEP hypothesis is flagged as "Novel failure — tracking as candidate pattern." and then confirmed on a second iteration]
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!