ariadne: Skill for Claude Code

.claude/skills/self-repair-pipeline/SKILL.md

self-repair-pipeline is a skill for Claude Code from CRJFisher/ariadne. It costs 57 tokens per session (2,776 once invoked), scanned A, original, MIT.

An automated review process for finding and sorting suspicious entry points in Ariadne or another codebase. Entry points are places where execution can begin, such as commands, handlers, or exposed functions.

In plain words
What is it for?
Use it to analyze entry-point detection results, investigate false positives, compare possible fixes, and create follow-up tasks.
Why use it?
It helps distinguish real findings from false alarms, identify underlying causes, and turn confirmed issues into planned backlog work.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions subagents.

This is CRJFisher/ariadne's own configuration. It tells Claude Code how to work on ariadne itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ariadne configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/chuck/workspace/some-repo.

Reuse

Borrowing it

Nothing to install: this file belongs to CRJFisher/ariadne. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/CRJFisher/ariadne/main/.claude/skills/self-repair-pipeline/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/CRJFisher/ariadne

Made for: Claude Code.

Wrote 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.

agentmods badge for self-repair-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/crjfisher/ariadne/self-repair-pipeline/github.svg)](https://agentmods.dev/skills/crjfisher/ariadne/self-repair-pipeline)
Your own site
<a href="https://agentmods.dev/skills/crjfisher/ariadne/self-repair-pipeline"><img src="https://agentmods.dev/badge/skills/crjfisher/ariadne/self-repair-pipeline/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.

agentmods 80×15 button for self-repair-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/crjfisher/ariadne/self-repair-pipeline"><img src="https://agentmods.dev/badge/skills/crjfisher/ariadne/self-repair-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,776 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00057 $0.02776
Opus 5 $0.00028 $0.01388
Sonnet 5 $0.00011 $0.00555
Haiku 4.5 $0.00006 $0.00278

Measured 12d ago against content hash 7942930d5bdd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

self-repair-pipeline 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.

The scan reads SKILL.md. This mod also ships 19 executable files (scripts/detect_entrypoints.ts, scripts/finalize_triage.ts, scripts/prepare_triage.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/self-repair-pipeline/SKILL.md · 246 lines

How it starts

The opening of the file, as written. The whole thing — 246 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Self-Repair Pipeline

Triage pipeline for entry point analysis: detect false positives, classify root causes, plan fixes, and create backlog tasks. Supports both self-analysis (Ariadne packages) and external codebase analysis.

Pipeline Overview

Phase Script / Agent Purpose
1. Detect scripts/detect_entrypoints.ts Run entry point detection
2. Prepare scripts/prepare_triage.ts Classify against known-entrypoints registry, build triage state
3. Triage Loop triage-investigator, triage-aggregator, triage-rule-reviewer Investigate pending entries, aggregate results, review for patterns
4. Fix Planning fix-planner, plan-synthesizer, plan-reviewer, task-writer Generate competing fix plans, synthesize, review, create tasks
5. Finalize scripts/finalize_triage.ts Save results, update registry

Analysis Target

User input: $ARGUMENTS

Resolve the analysis target from the user's input using this routing table:

Input pattern Example Action
Empty or blank /self-repair-pipeline List available configs below, ask user what to analyze
Config name core, mcp, types, projections Use --config .claude/skills/self-repair-pipeline/project_configs/{name}.json
Absolute or relative directory path /Users/chuck/workspace/some-repo, ../other-repo Use --path <path>
owner/repo or GitHub URL anthropics/sdk-python, https://github.com/owner/repo Use --github <value>
Natural language "analyze the core package" Interpret intent and map to one of the above

Read the full file on GitHub · 246 lines

Files

What ships with it

33 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.

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. 12d ago First seen · 246 lines · 57 tokens per session scan A 7942930d5bdd

Subscribe to this mod's changes

self-repair-pipeline is a skill published in the GitHub repository CRJFisher/ariadne (22 stars, last pushed 9d ago), licensed MIT. It adds 57 tokens to every session and 2,776 once invoked, about $0.0003 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.