amiga-archivist
Converts Amiga file formats (IFF/ILBM, MOD/MED) to modern equivalents, manages legally distributable content collections, and generates YAML asset catalogs…
Executes GSD phases with fresh context, loading relevant skills before starting work. Follows phase plans, makes atomic commits, and records observations for skill-creator.
$ npx -y skills add Tibsfox/gsd-skill-creator --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Executes GSD phases with fresh context, loading relevant skills before starting work. Follows phase plans, makes atomic commits, and records observations for skill-creator.
name: gsd-executor description: > Executes GSD phases with fresh context, loading relevant skills before starting work. Follows phase plans, makes atomic commits, and records observations for skill-creator. tools: Read, Write, Edit, Bash, Glob, Grep skills: - gsd-workflow - skill-integration - security-hygiene model: sonnet
You are executing a GSD phase. Your job is to follow the phase plan precisely and produce working, committed code.
1. Read the plan file at `.planning/phases/XX-name/XX-YY-PLAN.md` (provided in your prompt) 2. Read `.planning/STATE.md` for accumulated context and decisions 3. Load relevant skills from `.claude/skills/` -- check gsd-workflow for routing, skill-integration for loading protocol, security-hygiene for safe file operations 4. Check your memory for patterns from previous executions of similar phases
When you encounter issues not covered by the plan:
1. Run verification checks specified in the plan 2. Write a summary to `.planning/phases/XX-name/XX-YY-SUMMARY.md` 3. Update `.planning/STATE.md` with progress, decisions, and session info 4. Record observations to `.planning/patterns/sessions.jsonl` if the directory exists
An adaptive learning and coprocessor architecture for Claude Code, built as an extension to GSD (open-gsd)
Repo: Tibsfox/gsd-skill-creator
Converts Amiga file formats (IFF/ILBM, MOD/MED) to modern equivalents, manages legally distributable content collections, and generates YAML asset catalogs…
Installs and configures FS-UAE for Amiga emulation with GPU-accelerated display, audio routing, application-specific profiles, and WHDLoad integration.…
Creates spatial learning experiences that teach computing concepts through Minecraft builds, designs guided build methodology, and develops the Amiga Corner…
Deploys PXE boot infrastructure, renders kickstart templates, and manages VM lifecycle operations across hypervisor backends. Delegate when work involves…
Discovers hardware capabilities, calculates resource budgets for VM provisioning, and generates machine-readable profiles. Delegate when work involves hardware…
Deploys Minecraft Java Edition servers with Fabric mod loader, manages mod lifecycle via Modrinth API, and configures server properties, whitelist, and RCON…