← ClaudeAtlas

marketplace-devlisted

Develop, validate, and publish DorkOS marketplace packages — agents, plugins, skill-packs, and adapters. Use when creating marketplace items, working in the dork-labs/marketplace repo, or helping users build packages for the personal marketplace.
dork-labs/dorkos · ★ 4 · AI & Automation · score 77
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 | | --