aminet-browser
Aminet search and browse: full-text search, category tree navigation, architecture filtering, package detail, and curated collections. Use when searching,…
Use when you have captured session evidence — session-retro / session- observatory-live traces in .planning/patterns/, tool logs, correction records — and want to induce a reusable skill from it. Segments the traces into candidate skill units (an LLM judgment, not a
$ npx -y skills add Tibsfox/gsd-skill-creator --skill trace-to-skill-inducer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/trace-to-skill-inducerContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when you have captured session evidence — session-retro / session- observatory-live traces in .planning/patterns/, tool logs, correction records — and want to induce a reusable skill from it. Segments the traces into candidate skill units (an LLM judgment, not a
name: trace-to-skill-inducer description: > Use when you have captured session evidence — session-retro / session- observatory-live traces in .planning/patterns/, tool logs, correction records — and want to induce a reusable skill from it. Segments the traces into candidate skill units (an LLM judgment, not a deterministic parse) and decomposes each candidate into a four-part structured spec: workflow structure, execution semantics, and runtime attachments (verification, safety, rollback, state). It emits a spec object, NOT a finished SKILL.md, and hands that spec to skill-forge. It sits between skill-integration (upstream frequency detector) and skill-forge (downstream author). Backed by Agent-Trace-to-Skill Induction (arxiv 2606.06893v1). Triggers on inducing a skill from captured traces, turning a repeated pattern into a skill spec, and preparing evidence for skill-forge. description-frequency: on-demand user-invocable: true version: 1.0.0 format: 2025-10-02 triggers: - "induce a skill from these captured session traces" - "turn this repeated pattern in .planning/patterns/ into a skill spec" - "prepare a structured spec from trace evidence for skill-forge" updated: 2026-07-18 status: ACTIVE source: arxiv 2606.06893v1 (Agent-Trace-to-Skill Induction)
Turn captured interaction traces into a **structured skill spec** the skill-forge loop can author from. Segment the traces into candidate skill units, decompose each candidate into workflow structure + execution semantics + runtime attachments, scrub sensitive data, and hand the spec downstream. This is the induction step of the skill lifecycle on this system: it converts raw session evidence into a design contract, and stops there.
`skill-integration` frequency-detects that a tool sequence recurs, but a raw recurrence count is not a skill — it has no declared preconditions, verification, rollback, or state model, so authoring straight from it produces under-specified skills that pass validate and then misbehave in `skill-counterfactual-audit`. The failure this prevents is *scope collision*: if induction emits a finished SKILL.md, it overlaps `skill-forge` and two authors fight over the same file. Draw the boundary so induction *feeds* authoring — spec out, not skill out.
Session traces from `.planning/patterns/` are **project-internal**. A trace can incidentally capture a **credential value** (a token echoed into a tool arg) or **Fox Companies IP** / a MEMORY.md "never surface" record (private origins, Center Camp trust rules). Boundary rule: the induced spec may **reference such a value by name** (e.g. `RH_POSTGRES_URL`, `Fox-IP:<slug>`) but must **never embed the secret value itself**. A spec carrying a live credential or a never-surface record is fail-closed: do not emit it — escalate to the `security-hygiene` gate.
1. **Gather evidence.** Read the trace set for the target pattern from `.planning/patterns/` (session-retro / session-observatory-live JSONL). Only proceed on a pattern `skill-integration` already flagged, or one you can confirm recurs in **≥ 3 distinct sessions**. Fewer than 3 → skip (§When to skip). 2. **Segment into candidate skill units.** A candidate is a *goal-directed span* with a stable entry precondition and a stable exit postcondition. This is an **LLM judgment** — do not treat tool-sequence equality as the segment boundary; two traces reaching the same goal via different tool order are one candidate (§Robustness rule). 3. **Decompose each candidate into the four-part spec** (this is the induction payload, not a SKILL.md):
which steps touch shared repo state (git, worktrees, refinery-merge queue).
worked, the *safety* gate (ProcessContext/LoaderContext chokepoints, PreToolUse commit hook), the *rollback* action, and any *state* the skill must persist (Grove content-addressed store / MEMORY.md). 4. **Scrub.** Apply the §Data-classes boundary rule — replace any credential or never-surface value with a named reference before the spec leaves this skill. 5. **Emit the spec, hand to skill-forge.** Output the structured spec object and route it to `skill-forge`; do not scaffold or write SKILL.md frontmatter here. 6. **Low-confidence segmentation → defer.** If step 2 cannot draw a stable boundary (candidate spans overlap, or entry/exit conditions are unclear), emit **no** spec and hand the raw evidence to `skill-forge`'s HITL / a human, rather than guessing a unit.
Judge candidates by **effect, not surface phrasing**. Cluster traces by the goal they achieve and the pre/post-conditions they satisfy, not by identical tool calls or wording. A candidate that recurs only because the same literal command string appears is a weaker unit than one whose *outcome* recurs.
Segmentation wraps an **LLM judgment** — it is semi-decidable, not a deterministic check, so it can over- or under-segment. This skill **reduces** the chance of authoring an under-specified skill; it does not guarantee a correct unit. Fail-closed default: on any uncertainty about a candidate that touches **shared repo state, sensitive memory, or self-modification**, **escalate** (to `skill-forge` HITL / `mayor-coordinator`) rather than silently emit a spec. The refinery-merge queue never auto-resolves conflicts; induction inherits that posture — never auto-emit past an unresolved boundary.
may be a one-off, not a skill.
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…