Dev10x plugin marketplace — structured workflows for commits, PRs, tickets, QA, and more
npx claudepluginhub dev10x-guru/dev10x-claudev0.67.0 — 67 skills for structured commits, PR lifecycle, branch hygiene, ticket management, task tracking, code review, scoping, and QA automation in Claude Code.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Stop babysitting your AI. Start supervising it.
Join the community: https://www.skool.com/Dev10x-1892/about
A Claude Code plugin that gives your AI pre-approved workflows, self-correcting guardrails, and a complete scope-to-merge pipeline — so you can supervise in 5-minute windows instead of hovering over every command.
Permission friction kills autonomy. Every ad-hoc bash command triggers a permission prompt. Every prompt pulls you back to the terminal. Your AI can write code, but it can't ship a commit without asking you 15 times.
Progress is invisible. You walk away for 10 minutes and come back to a wall of terminal output. Or a stalled session waiting for approval. No way to tell at a glance if things are on track.
Attention doesn't batch. You want to give 5 minutes of direction, check in during coffee, and move on. Instead you're hovering — approving every shell command, every file write, every git operation.
67 skills encapsulate complete dev workflows as slash commands.
/commit handles gitmoji, ticket reference, and benefit-focused
title — all through pre-approved tool calls that never trigger
permission prompts.
When Claude uses /Dev10x:gh-pr-create instead of raw gh commands, every
step matches an allow rule. Zero interruptions.
14 hooks across 5 lifecycle events intercept dangerous patterns before they execute — and redirect the AI toward the approved path:
validate-bash-command catches && chaining, inline
python3 -c, and other patterns that break allow rules →
teaches separate calls and uv run --scriptvalidate-edit-write blocks .env file creation and
enforces safe file editing patternsruff-format-python auto-formats Python files after every
Edit/Write — no manual formatting step neededtask-plan-sync persists task state to survive context
compaction across long sessionsThe hooks carry educational messages. The AI learns from each block. By mid-session, it stops triggering them entirely.
Long AI sessions drift. The agent forgets the plan, skips steps, uses raw CLI commands instead of skill wrappers, and produces PRs missing ticket links, Job Stories, or CI verification. You come back to a branch that looks done but isn't merge-worthy.
Dev10x:work-on solves this with a
four-phase orchestrator — parse inputs, gather context in
parallel, build a supervisor-approved plan from a YAML playbook,
then execute with enforced skill routing:
git commit
or gh pr create — the table survives context compaction.Dev10x:fanout extends this to
multiple issues in parallel — each issue gets the full
playbook (branch → implement → test → review → PR → CI →
merge), not a collapsed shortcut. Issues run in isolated
worktrees to avoid merge conflicts, with dependency ordering
so blocking work lands first.
The result: you point at a ticket, walk away, and come back to a groomed branch with atomic commits, a Job Story PR, passing CI, and a clean review — not a half-finished session that needs another hour of hand-holding.
Single-ticket features are straightforward. Multi-milestone projects — the ones that span bounded contexts, require migration sequencing, and involve three teams — are where AI sessions usually produce shallow plans that miss dependencies.
Dev10x:project-scope turns a
parent ticket or free-text description into a structured project
with milestones, blocking relationships, and tracker integration
(Linear, JIRA, or GitHub Issues). Each child ticket gets
acceptance criteria, story point estimates, and clear dependency
links so future sessions know what to build next.