
Dev
- Updated May 25, 2026
- 0xobat/claude-skills
dev is a Claude Code plugin bundle of docs-first development-workflow skills for design, feature management, coding sessions, and agent orchestration.
About
dev is a Claude Code plugin bundle of development-workflow skills built around a docs-first convention. It provides design-session, coding-session, manage-features, onboard, recover-session, and team-lead skills that keep each initiative in a docs/<initiative>/ folder with design.md, features.json, and progress.md. A developer uses it to run structured, one-feature-per-session implementation with verification and progress tracking across sessions.
- Docs-first development workflow: design sessions, one-feature-per-session coding, feature management, and recovery
- Enforces a per-initiative docs layout (design.md, features.json, progress.md)
- Includes team-lead orchestration to parallelize agents when several features are ready
Dev by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
dev capabilities & compatibility
- Capabilities
- feature planning · project management · agent orchestration
- Use cases
- project management · planning · orchestration
/plugin marketplace add 0xobat/claude-skills/plugin install dev@0xobat-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 25, 2026 |
|---|---|
| Repository | 0xobat/claude-skills ↗ |
What it does
Run structured docs-first feature development sessions with design, implementation, and progress tracking.
Who is it for?
developers running multi-session, feature-by-feature builds with an agent
Skip if: quick one-off edits or exploratory work without a defined initiative
When should I use this skill?
starting or managing a feature from a docs-first initiative, or splitting cross-cutting work into features
What you get
Features are designed, implemented one at a time with verification, and tracked in per-initiative docs.
- design.md
- features.json
- progress.md
By the numbers
- 6 dev-workflow skills in the bundle
README.md
0xobat-skills
Claude Code plugin marketplace with custom skills.
Install
Note: Plugin marketplace is a Claude Code feature.
./install.sh
Claude Code (via Plugin Marketplace)
Register the marketplace first:
/plugin marketplace add 0xobat/claude-skills
Then install plugins:
/plugin install dev@0xobat-skills
/plugin install marketing@0xobat-skills
/plugin install social@0xobat-skills
/plugin install creative@0xobat-skills
/plugin install startup@0xobat-skills
Plugins
| Plugin | Skills |
|---|---|
dev |
coding-session, design-session, manage-features, onboard, recover-session, team-lead |
marketing |
brand-voice, content-atomizer, direct-response-copy, email-sequences, keyword-research, lead-magnet, newsletter, orchestrator, positioning-angles, seo-content |
social |
x-algorithm-optimizer |
creative |
ai-creative-strategist, ai-image-generation, ai-product-photo, ai-product-video, ai-social-graphics, ai-talking-head |
startup |
startup-secrets-cvp |
Dev Workflow
Adopts the docs-first convention (see workflow-convention.md at the repo root): each initiative lives in docs/<initiative>/ with a design.md, features.json, and progress.md.
Recommended flow for the dev skills:
/design-session— interactive Q&A + research; producesdocs/<initiative>/design.md+features.json/manage-features— split, add, deprecate, or audit features mid-project/coding-session— implement features one at a time; updatesprogress.md/team-lead— parallelize with agents when 3+ independent features are ready/recover-session— diagnose and fix when the verify command breaks
Recommended Companion Plugins
Install superpowers for skills that pair well with dev:
/security-review— audit code for vulnerabilities before merging/code-review— review PRs against plan and coding standards/verification-before-completion— prevent premature "done" claims