By 0xobat
Development workflow skills — session management, project initialization, and feature tracking
Use when starting work on features in a harness-based project. Triggers when user says "work on feature", "implement", "let's start coding", or references a feature ID (F001, F002). Enforces the session ritual (read progress, one feature, verify before/after, update progress, commit) and prevents batching multiple features.
Use when bootstrapping a new project in the monorepo that needs harness structure (init.sh, verify.sh, features.json, progress.txt). Triggers when user says "set up new project", "create project", "initialize", or "bootstrap". Prevents skipping harness components, inadequate feature granularity, and non-idempotent setup scripts.
Use when the feature list needs to evolve mid-project. Triggers when user says "split feature", "add feature", "re-prioritize", "audit features", "feature is too big", or when coding-session discovers a feature needs splitting. Provides protocols for adding, splitting, deprecating, and auditing features in features.json.
Use when given a task or context that requires deep codebase understanding before implementation. Triggers when user says "onboard", "understand this", "get up to speed", or provides task context that needs exploration first. Produces a comprehensive onboarding document in .claude/tasks/[TASK_ID]/.
Use when verify.sh fails repeatedly, a feature breaks unrelated code, or the project is in a bad state. Triggers when user says "tests are failing", "something broke", "revert", "recover", or "rollback". Provides a structured protocol for diagnosing failures, isolating regressions, and restoring the project to a known good state using git.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin marketplace with custom skills.
Note: Plugin marketplace is a Claude Code feature.
./install.sh
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
| Plugin | Skills |
|---|---|
dev | coding-session, initialize-project, 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 |
Recommended flow for the dev skills:
/initialize-project — bootstrap harness structure/manage-features — define and organize the feature list/coding-session — implement features one at a time/team-lead — parallelize with agents when 3+ independent features are ready/recover-session — fix things when verify.sh breaksInstall 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" claimsnpx claudepluginhub 0xobat/claude-skills --plugin devCreative skills — AI image generation, product photography, video, and creative strategy
Marketing skills — copywriting, SEO, email sequences, lead magnets, and content strategy
Social media skills — platform algorithm optimization and content strategy
Startup skills — customer value proposition and business strategy
A structured development pipeline: task bootstrapping, project planning, feature planning, task generation, TDD implementation, and code review
Full feature development workflow from spec to completion
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Development workflow automation including feature development, code quality, and PR management
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques