Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By Dev10x-Guru
Manage the full GitHub pull request lifecycle from Claude Code: create PRs, request reviews, triage and address review comments, validate pre-merge conditions, squash fixups, and merge — backed by parallel worktree isolation, automated QA with Playwright, and structured git workflow enforcement.
npx claudepluginhub dev10x-guru/dev10x-claude --plugin Dev10xSynthesize arguments from architect agents into ranked ADR options. Fact-checks claims against the actual codebase. Used by Dev10x:adr-evaluate skill during the synthesis phase. Triggers: invoked by Dev10x:adr-evaluate skill only
Evaluate API design decisions — REST, GraphQL, gRPC patterns, schema design, real-time strategies, and API layer compliance. Used by the adr-evaluate skill for API-related ADRs. Triggers: invoked by adr-evaluate skill for API design ADRs
Evaluate database architecture decisions — schema design, indexing, multi-tenant strategies, JSONB patterns, migration safety, and query optimization. Used by adr-evaluate for data ADRs. Triggers: invoked by adr-evaluate skill for database architecture ADRs
Evaluate domain modeling decisions using DDD principles, Software Archetypes, and Clean Architecture patterns. Used by adr-evaluate for domain modeling ADRs. Triggers: invoked by adr-evaluate skill for domain modeling ADRs
Evaluate frontend architecture decisions — component patterns, state management, SSR strategies, testing approaches, and design system patterns. Used by adr-evaluate for frontend ADRs. Triggers: invoked by adr-evaluate skill for frontend architecture ADRs
Orchestrate adversarial evaluation of architectural options using domain-specific architect agents and produce ranked ADR drafts. TRIGGER when: evaluating design decisions with multiple competing approaches, running architecture trade-off analysis, or needing structured multi-perspective evaluation. DO NOT TRIGGER when: creating a simple ADR (use Dev10x:adr), or making code changes without architecture impact.
Safe database query planning for Claude Code. When querying any database, ensures schema-first construction and read-only safety so queries are accurate and never modify production data. TRIGGER when: code needs database queries, schema discovery, or SQL construction. DO NOT TRIGGER when: no database interaction needed, or user is writing application code that happens to mention SQL in comments.
Create Architecture Decision Records (ADRs) following project conventions. Extends the base scope skill with ADR-specific format, numbering, diagram generation, and decision documentation. TRIGGER when: documenting significant architectural decisions, design trade-offs, or technology choices that affect the codebase. DO NOT TRIGGER when: making code changes without architecture impact, or writing commit messages (use Dev10x:git-commit).
Walk-away mode — harden adaptive + solo-maintainer auto-advance so long-running sessions do not stall on re-strategy or confirmation gates. Writes walk_away: true and doubt_sink: pr-description to .claude/Dev10x/session.yaml; downstream skills consult the flag and route mid-flight doubts to the PR body instead of pausing. TRIGGER when: starting a long-running unattended session (e.g., bundle work, fanout swarm, overnight implementation), or user says "walk away" / "afk" / "headless" / "no more questions". DO NOT TRIGGER when: actively pair-programming, scoping a new ticket (use Dev10x:ticket-scope), or session is already complete.
Reformulate plain-text questions into structured AskUserQuestion widgets and reinforce the decision-gate convention. Two modes: reformulate recent questions into clickable options, or output a reinforcement nudge when an agent asks plain-text decisions. TRIGGER when: supervisor sees a plain-text decision question that should have been an AskUserQuestion widget, or wants to convert recent prose questions into structured prompts. DO NOT TRIGGER when: agent is already using AskUserQuestion correctly, or the question is purely informational (no decision).
Matches all tools
Hooks run on every tool call, not just specific ones
Admin access level
Server config contains admin-level keywords
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
v9.44.0 — Patch release for cursor-agent smoke checks in untrusted workspaces. Run /octo:setup.
Executes bash commands
Hook triggers when Bash tool is used
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Stop babysitting your AI. Start supervising it.
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: