From Dev10x
Audits Claude Code session transcripts for skill compliance, missed invocations, user corrections, and process improvements for skill definitions.
npx claudepluginhub dev10x-guru/dev10x-claude --plugin Dev10xThis skill is limited to using the following tools:
Analyze a Claude Code session transcript for skill compliance,
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.
Analyze a Claude Code session transcript for skill compliance, missed invocations, user corrections, and process improvements worth persisting into skill definitions.
The full workflow — task creation, session resolution, wave
orchestration, phase references, and reporting — lives in
instructions.md.
When this skill is invoked, Read instructions.md now and
follow it end-to-end. TaskCreate calls, AskUserQuestion
gates, and Agent dispatches documented there are REQUIRED.