From Dev10x
Splits monolithic git commits into atomic, cohesive ones via interactive rebase, ordered by Clean Architecture (utilities → data → DTOs → refactoring → features → API). Use for mixed-concern commits.
npx claudepluginhub dev10x-guru/dev10x-claude --plugin Dev10xThis skill is limited to using the following tools:
Split monolithic git commits into atomic, cohesive commits that
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Split monolithic git commits into atomic, cohesive commits that follow Clean Architecture principles and dependency order. Each resulting commit is self-contained, passes all tests, and changes one well-scoped part of the code.
The full workflow — split-plan construction, interactive rebase
steps, per-commit validation, reorder rules — lives in
instructions.md.
When this skill is invoked, Read instructions.md now and
follow it end-to-end. TaskCreate calls and the split-plan
AskUserQuestion gate documented there are REQUIRED.