Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Graph Eval

ASecurity

Offline, code-gated A/B harness that ranks candidate finder briefs by

2 stars
0 votes
0 copies
0 views
Added 9/3/2026
ai-agentsgorailsgitperformance

Security Analysis

A100/100

Scanned 9/3/2026

Install to Claude Code

$npx -y skills add ayaangazali/graph-engineering --skill graph-eval --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Graph Eval?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Graph Eval
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ayaangazali-graph-eval/badge)](https://www.skillsdirectory.com/skills/ayaangazali-graph-eval)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: graph-eval
description: Offline, code-gated A/B harness that ranks candidate finder briefs by
  how many synthetic planted defects each catches — a relative prompt-selection
  signal, never a recall estimate. Off the critical path.
argument-hint: <task-class>
disable-model-invocation: true
---

# Graph-eval: pick the better brief with a code-measured A/B, honestly

Rank candidate finder briefs (or DAG shapes) for a task class by **relative**
performance on style-matched synthetic plants. This is a disciplined prompt-A/B
harness — **not** a categorical capability and **not** a measurement of how well
`/graph` will do on the user's real repo. Run it offline; never on the critical
path of a real goal.

Task class: **$ARGUMENTS**

## What this is (and the honest limits, which are load-bearing)

- Output is: *"brief A caught more synthetic plants than brief B — a relative
  selection signal."* It is **never** "brief A has X% recall on your repo."
  Correlated same-model finders with heterogeneous catchability cannot estimate
  their own real-world recall; do not compute Lincoln-Petersen / capture-recapture
  bands — they launder a wide-variance guess as an instrument reading.
- Because plants are synthetic, this is Goodhart-prone. The guardrails below are
  the point of the skill, not decoration.

## Procedure

1. **Mutually-blind plant / hunt split.** A **plant** agent (spawn with
   `isolation: 'worktree'`) injects K defects into a copy of the target and returns
   an **answer key that only orchestrating code ever sees** — the key is never
   concatenated into any finder/hunter prompt. Require **K ≥ 30** so a win clears
   noise.
2. **Held-out archetype split (anti-Goodhart).** Keep an `escape_catalog` of defect
   archetypes. The archetypes used to *test* a brief are **never** the archetypes
   named in that brief. A brief that only finds what it was told to look for is not
   better; it's overfit.
3. **Run each candidate brief** as a fan-out over the planted copy (same seed set,
   same budget). Each hunter returns found locations; **code** scores them against
   the held answer key. No agent grades itself.
4. **Promotion is code-gated.** Compute the delta (plants caught A − B) in code.
   Promote a champion only if the delta is positive across the K ≥ 30 plants and
   the held-out archetypes — never on an agent's self-report. Ties or noise-level
   deltas promote nothing.
5. **Persist the champion** to `.claude/graph-memory/<task-class>.md` (a
   git-committable brief), with a one-line record of the measured delta and the
   plant count. The `/graph` skill may read this file as a *prior* for that task
   class — clearly labeled as a synthetic-plant selection signal, not a guarantee.

## Output

A short report: candidate briefs ranked by code-measured plants-caught, the delta,
K, the held-out archetypes used, and the promoted champion path (or "no promotion —
delta within noise"). State plainly: *"relative prompt-selection on synthetic
plants; not a recall figure for any real repo."*

Attribution

ayaangazaliayaangazali
View sourceMore from ayaangazali →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →