# Gsd

> Wrapper skill for the Get Shit Done (GSD) multi-agent workflow system. Provides install + usage pointers for OpenCode/Codex/Claude.

- Skill: `family3253/gsd` (Agent Skill)
- Install (CLI): `npx skillmds@latest add family3253/gsd`
- Raw SKILL.md: https://api.skillmd.com/api/skills/family3253/gsd/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: family3253 (https://skillmd.com/u/family3253)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/family3253/gsd

---


# GSD (Get Shit Done) — Wrapper Skill

This is a wrapper around the upstream project:
- Upstream: https://github.com/gsd-build/get-shit-done

## What it is
A multi-agent software development workflow system (research → plan → execute → verify) with ports for multiple runtimes.

## Install (recommended)
Use the upstream installer:

```bash
npx get-shit-done-cc --opencode --global
# or --claude / --codex
```

## Notes
- For OpenCode community port: https://github.com/rokicool/gsd-opencode
- This repo also includes one OpenCode-related skill: `gsd-oc-select-model`.

