aminet-browser
Aminet search and browse: full-text search, category tree navigation, architecture filtering, package detail, and curated collections. Use when searching,…
Orchestrates knowledge pack content generation pipeline: batch scheduling, completion tracking, cross-pack dependency ordering, and validation triggering. Use when coordinating pack generation across phases 245-251.
$ npx -y skills add Tibsfox/gsd-skill-creator --skill kp-pipeline-orchestration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/kp-pipeline-orchestrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Orchestrates knowledge pack content generation pipeline: batch scheduling, completion tracking, cross-pack dependency ordering, and validation triggering. Use when coordinating pack generation across phases 245-251.
name: kp-pipeline-orchestration
description: "Orchestrates knowledge pack content generation pipeline: batch scheduling, completion tracking, cross-pack dependency ordering, and validation triggering. Use when coordinating pack generation across phases 245-251."
metadata:
extensions:
gsd-skill-creator:
triggers:
intents:
- "knowledge.*pipeline"
- "pack.*batch"
- "pack.*schedule"
- "pack.*orchestrat"
files:
- "infra/packs/knowledge/chipset.yaml"
- "infra/packs/knowledge/teams/kp-content-pipeline.yaml"
contexts:
- "knowledge pack pipeline"
- "pack batch scheduling"
threshold: 0.7
token_budget: "1.0%"
version: 1
enabled: true
plan_origin: "244-chipset-agent-definitions"
phase_origin: "244"Coordinates the 35-pack content generation pipeline using a map-reduce pattern. Manages batch scheduling (7 phases x 5 packs), tracks completion state across phases, resolves cross-pack dependency ordering to prevent forward references, and triggers validation/review after each batch completes.
| Module | Purpose | |--------|---------| | `infra/packs/knowledge/chipset.yaml` | Master agent/skill/team/pack definitions | | `infra/packs/knowledge/teams/kp-content-pipeline.yaml` | Pipeline team topology and stages | | `src/knowledge/registry.ts` | Pack registry for completion verification | | `src/knowledge/content-validator.ts` | Content validator for batch validation gates |
**Batch scheduling:**
Phase 245: MATH-101, SCI-101, TECH-101, ENGR-101, PHYS-101 (Core Academic batch 1) Phase 246: CHEM-101, READ-101, CRIT-101, PROB-101, COMM-101 (Core Academic batch 2) Phase 247: HIST-101, GEO-101, MFAB-101, BUS-101, STAT-101 (Core Academic batch 3) Phase 248: CODE-101, DATA-101, LANG-101, PSYCH-101, ENVR-101 (Applied batch 1) Phase 249: NUTR-101, ECON-101, WRIT-101, LOG-101, DIGLIT-101 (Applied batch 2) Phase 250: PHILO-101, THEO-101, PE-101, NATURE-101, DOMESTIC-101 (Specialized batch 1) Phase 251: ART-101, MUSIC-101, TRADE-101, ASTRO-101, LEARN-101 (Specialized batch 2) After each batch: kp-validator runs schema checks, kp-reviewer runs quality review.
1.0% budget reflects the orchestration metadata (chipset, pipeline team, batch schedule). The coordinator reads definitions but does not hold pack content in context.
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…