e2e-fixture-skill

A helper for understanding regular expressions, which are text patterns used to find or validate matching strings.

In plain words
What is it for?
Use it to break a regular expression into parts and explain what each part matches.
Why use it?
It makes confusing patterns easier to inspect when they do not behave as expected or need documentation.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/netopsengineer/agent-skill-description-optimizer/skill
Any agent
npx skills add netopsengineer/agent-skill-description-optimizer --skill skill
Clone the repo
git clone --depth 1 https://github.com/netopsengineer/agent-skill-description-optimizer

Made for: Claude Code, Codex.

Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 238 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00016 $0.00238
Opus 5 $0.00008 $0.00119
Sonnet 5 $0.00003 $0.00048
Haiku 4.5 $0.00002 $0.00024

Measured 2d ago against content hash 51207fb50576, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

e2e-fixture-skill scanned grade C with 1 finding 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 2d 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.

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.

<!-- Regression fixture for AGENTS.md's "Integration test" section. The generic `name:` and deliberately vague `description:` above are load-bearing: they keep the triggering baseline well below 1.0 (verified: single-mod
tests/e2e/skill/SKILL.md · 23 lines

What it actually says

E2E Fixture Skill

Break down a regular expression into its component parts and explain what each part matches. Use this when a user has a regex that isn't behaving as expected, or wants to understand/document an existing pattern.

Changes

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.

  1. 2d ago First seen · 23 lines · 16 tokens per session scan C 51207fb50576

Subscribe to this mod's changes

e2e-fixture-skill is a skill published in the GitHub repository netopsengineer/agent-skill-description-optimizer (2 stars, last pushed 4d ago), licensed MIT. It adds 16 tokens to every session and 238 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

feature-map

Maintain the canonical LangWatch feature map (/feature-map.json). Use when adding features, APIs, MCP tools, CLI commands, or skills — to update the central registry and keep surfaces in sync.

langwatch/langwatch · 42 tokens

agent-performance

Deep-dive diagnosis of how your AI agent behaves in production. Explores LangWatch analytics and traces end to end to map failure patterns, dissatisfied users, token cost hotspots, edge cases, behavior changes, and outliers, then delivers an HTML report where every finding links to real example traces. Use when you…

langwatch/langwatch · 77 tokens

context-sweet-spot

Investigates the context economics of your own coding-agent sessions in LangWatch. Reads real sessions to find where carrying a fat context stops paying for itself, measured in cache rebuilds, compactions and cost per turn, and delivers a report with the context size your sessions should stay under, with example…

langwatch/langwatch · 83 tokens

test-compliance

Test that your AI agent stays observational and doesn't give prescriptive advice in regulated domains (healthcare, finance, legal). Creates scenario tests for boundary enforcement and red team tests for adversarial probing. Use when your agent advises but must not prescribe.

langwatch/langwatch · 53 tokens

level-up

Take your AI agent to the next level with full LangWatch integration. Adds tracing, prompt versioning, evaluation experiments, and simulation tests in one go. Use when the user wants comprehensive observability, testing, and prompt management for their agent.

langwatch/langwatch · 52 tokens

langwatch

Read LLM traces back from LangWatch with the langwatch CLI. Use when asked what an agent, prompt or model call actually did in production, when debugging a failed or slow LLM run, when looking up a trace or session by id, or when checking whether this coding session's own activity was captured.

langwatch/langwatch · 66 tokens