aminet-browser
Aminet search and browse: full-text search, category tree navigation, architecture filtering, package detail, and curated collections. Use when searching,…
Audit a skill by running a paired probe — the same task once with the skill loaded and once without — segment both traces into goal-directed phases, align phases, and emit a SIP report (surface anchoring, template copy, excess planning, task recovery, off-task artifact). Use
$ npx -y skills add Tibsfox/gsd-skill-creator --skill skill-counterfactual-audit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/skill-counterfactual-auditContext preview
The summary Claude sees to decide when to auto-load this skill.
Audit a skill by running a paired probe — the same task once with the skill loaded and once without — segment both traces into goal-directed phases, align phases, and emit a SIP report (surface anchoring, template copy, excess planning, task recovery, off-task artifact). Use
name: skill-counterfactual-audit description: > Audit a skill by running a paired probe — the same task once with the skill loaded and once without — segment both traces into goal-directed phases, align phases, and emit a SIP report (surface anchoring, template copy, excess planning, task recovery, off-task artifact). Use whenever a skill is created, modified, or proposed for retirement. Pass-rate is BLIND to most skill effects: CTA (arxiv 2605.11946v1) shows a single skill can produce 522 measurable behavioural changes across 49 tasks while pass-rate moves only +0.3%. Triggers: "audit this skill", "is this skill helping", "retire skill", "before shipping skill", "behavioural impact of skill X", or any skill review event. user-invocable: true version: 1.0.0 format: 2025-10-02 triggers: - "audit this skill" - "is this skill helping" - "behavioural impact of skill" - "retire this skill" - "before shipping a skill" updated: 2026-05-16 status: ACTIVE source: arxiv 2605.11946v1 (Counterfactual Trace Audit / CTA)
When you ship a skill, pass-rate is the easy metric — and it's *blind* to almost everything that matters. CTA (arxiv 2605.11946v1) shows a single skill can produce **522 measurable behavioural changes** across 49 tasks while pass-rate moves only **+0.3%**. The interesting effects (surface anchoring on the skill's vocabulary, template copy without adaptation, excess planning loops, recovery from off-task drift, generation of off-task artifacts) live entirely below pass-rate.
The remedy is a paired-trace audit: run the same probe task twice, with and without the skill, and *compare the behaviours directly* rather than the headline metric.
For each skill under audit:
1. **Curate a probe-task bank** (3-5 small tasks per skill domain). Each task should have:
2. **Run paired** — same prompt, same task, run A *with* skill loaded, run B *without*. 3. **Segment each trace** — phases like {plan, retrieve, edit, verify, fix-loop, summary}. 4. **Align phases** — match B phases to A phases; mark new/dropped/displaced phases. 5. **Classify SIP (Skill Influence Pattern)** — for each aligned phase, label the effect:
6. **Emit report** to `.planning/patterns/skill-audits/<skill>-<timestamp>.md` with phase comparison table + SIP distribution + retire/refine/keep recommendation.
| Dominant SIP | Verdict | |---|---| | task-recovery + correct artifacts | **keep** (genuine value) | | surface-anchoring with no task-recovery | **refine** (skill is leaking style, not capability) | | template-copy on most tasks | **refine** (lower template specificity) | | off-task-artifact on >25% of probes | **retire** (skill is causing distraction) | | excess-planning with no completion delta | **refine** (skill adds ceremony) |
An adaptive learning and coprocessor architecture for Claude Code, built as an extension to GSD (open-gsd)
Repo: Tibsfox/gsd-skill-creator
Aminet search and browse: full-text search, category tree navigation, architecture filtering, package detail, and curated collections. Use when searching,…
FS-UAE emulator configuration and launch: hardware profiles, ROM management, WHDLoad integration, config generation, and state snapshots. Use when configuring…
Manages Aminet INDEX infrastructure: fetch, parse, cache, and incremental update of ~84,000-entry package database. Use when managing INDEX data, checking…
Aminet package installation: LhA/LZX extraction, Amiga filesystem mapping, dependency detection, install tracking, and scan gate enforcement. Use when…
Selective Aminet package mirroring: single-package fetch, integrity verification, mirror state tracking, bulk download, and sync detection. Use when…
Multi-layer virus scanning for Aminet packages. Signature-based detection, heuristic hunk analysis, boot block scanning, quarantine management, and scan…