api-design
REST API design best practices. Use when designing APIs, choosing status codes, or creating endpoints.
Creates context handoff documents for session continuity. Use when ending sessions, switching tasks, or handing off work.
$ npx -y skills add Tibsfox/gsd-skill-creator --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/context-handoffContext preview
What this command does when you run it.
Creates context handoff documents for session continuity. Use when ending sessions, switching tasks, or handing off work.
name: context-handoff description: Creates context handoff documents for session continuity. Use when ending sessions, switching tasks, or handing off work.
Capture everything needed to resume work with zero context loss.
# Context Handoff: [Task Name] **Status:** in-progress | blocked | paused **Created:** [date] ## What We're Building [One paragraph: goal, success criteria] ## Current State ### Completed - [x] [Task] — [file/commit] ### In Progress - [ ] [Task] — [how far, what remains] ### Not Started - [ ] [Task] ## Key Files | File | Role | Status | |------|------|--------| ## Decisions Made | Decision | Rationale | |----------|-----------| ## Blockers / Open Questions - [Blocker/question with context] ## What to Do Next 1. [Specific action with details] 2. [Specific action with details] ## Gotchas - [Non-obvious things that will trip you up]
An adaptive learning and coprocessor architecture for Claude Code, built as an extension to GSD (open-gsd)
Repo: Tibsfox/gsd-skill-creator
REST API design best practices. Use when designing APIs, choosing status codes, or creating endpoints.
Reviews code for bugs, style, and best practices. Use when reviewing PRs or checking code quality.
Thinking frameworks for decisions and problem analysis. Use when evaluating options, root causes, or prioritizing.
Environment configuration and secrets management. Use when setting up .env files, managing secrets, or configuring environments.
Safe file operation patterns. Use when performing bulk file operations or writing deployment scripts.
Checks dashboard console inbox at GSD lifecycle boundaries and handles milestone-submit, config-update, and question-response messages. Use when running GSD…