marketplace-devlisted
Install: claude install-skill dork-labs/dorkos
# Marketplace Package Development
Build packages that work for both DorkOS and Claude Code. Every package must pass `dorkos package validate` before submission.
## When to Use
| Signal | Example | Action |
| ------------------------------- | ------------------------------------------------ | ---------------------------------------------------------------- |
| Creating a new marketplace item | "create a code-review agent for the marketplace" | Scaffold with `dorkos package init`, fill manifest, write skills |
| Working in the marketplace repo | Any work in `dork-labs/marketplace` | Follow same-repo monorepo conventions (ADR-0237) |
| Building a personal package | "I want to make a skill pack for my workflow" | Scaffold in `~/.dork/personal-marketplace/packages/` |
| Fixing validation errors | `dorkos package validate` fails | Diagnose using issue codes below |
| Adding to the registry | "publish this to the marketplace" | Add entries to `marketplace.json` + `dorkos.json` sidecar |
## Package Types
There are exactly 4 types. Choose based on what the package delivers:
| Type | What It Is | Has `.claude-plugin/plugin.json`? | Key Directories |
| --