aminet-browser
Aminet search and browse: full-text search, category tree navigation, architecture filtering, package detail, and curated collections. Use when searching,…
GSD tutorial, command reference, and workflow explainer. Explains what a GSD workflow command does before you run it. Activates when user is new to GSD, asks about commands, wants to understand workflows, or mentions preview.
$ npx -y skills add Tibsfox/gsd-skill-creator --skill gsd-guide --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gsd-guideContext preview
The summary Claude sees to decide when to auto-load this skill.
GSD tutorial, command reference, and workflow explainer. Explains what a GSD workflow command does before you run it. Activates when user is new to GSD, asks about commands, wants to understand workflows, or mentions preview.
name: gsd-guide description: GSD tutorial, command reference, and workflow explainer. Explains what a GSD workflow command does before you run it. Activates when user is new to GSD, asks about commands, wants to understand workflows, or mentions preview. format: 2025-10-02 version: 1.0.0 status: ACTIVE updated: 2026-04-15 triggers: - "user is new to GSD, asks about commands, wants to understand workflows, or mentions preview"
Combines the GSD tutorial/command reference (formerly `gsd-onboard`) with the per-command workflow explainer (formerly `gsd-explain`). Section 1 is the compact reference; Section 2 is the detailed "what will this do before I run it" explainer.
---
**GSD** = question → research → plan → execute → verify.
.planning/ ├── PROJECT.md # Vision, decisions ├── REQUIREMENTS.md # REQ-IDs ├── ROADMAP.md # Phases ├── STATE.md # Current position ├── config.json # Settings ├── phases/NN-name/ # Plans + summaries └── milestones/ # Archives
| Command | Purpose | |---------|---------| | /gsd:new-project | Init project | | /gsd:new-milestone | New version | | /gsd:progress | State + next action | | /gsd:discuss-phase N | Gather context | | /gsd:plan-phase N | Create plans | | /gsd:execute-phase N | Build plans | | /gsd:quick | Small tasks | | /gsd:verify-work N | Test deliverables | | /gsd:audit-milestone | Completion check | | /gsd:complete-milestone | Archive | | /gsd:debug | Debug with state | | /gsd:pause-work | Checkpoint | | /gsd:resume-work | Restore |
plan-phase N → /clear → execute-phase N → verify-work N
---
Helps users understand what a GSD command will do before they run it, reducing hesitation and preventing incorrect usage.
Activate when the user:
1. **Reads the workflow file** from `.claude/get-shit-done/workflows/` 2. **Parses the workflow structure** (trigger, purpose, process steps) 3. **Explains in plain language** what will happen 4. **Shows file previews** (what files will be created/modified) 5. **Estimates resources** (time, context usage, user prompts)
When explaining a GSD workflow, use this structure:
## /gsd:command-name - [Purpose] **What it does:** [2-3 sentence overview] **Process:** 1. [First step - what happens] 2. [Second step - what happens] 3. [Third step - what happens] **Files created/modified:** - `.planning/path/to/file.md` - [purpose] - `.planning/other/file.json` - [purpose] **Agents spawned:** - `agent-name` (model) - [what it does] **User interaction:** - [Number] prompts expected - [Type of input needed] **Estimated:** - Time: [duration estimate] - Context: [percentage of window] **After completion:** - [What state the project will be in] - [Next recommended command]
**`/gsd:new-project`**
**`/gsd:new-milestone`**
**`/gsd:discuss-phase N`**
**`/gsd:plan-phase N`**
**`/gsd:research-phase N`**
**`/gsd:execute-phase N`**
**`/gsd:quick`**
**`/gsd:verify-work N`**
**`/gsd:audit-milestone`**
Help users visualize what files GSD creates:
.planning/ ├── PROJECT.md # Vision, requirements, decisions ├── REQUIREMENTS.md # What we're building (REQ-IDs) ├── ROADMAP.md # Phase structure and status ├── STATE.md # Session memory, current position ├── config.json # Workflow preferences │ ├── phases/ │ ├── 01-foundation/ │ │ ├── 01-CONTEXT.md #
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…