From Dev10x
Guides new Dev10x users through interactive tour of skill families, git setup, PR pipeline, session management, and customization. Adapts to experience level, detects config, skips done steps.
npx claudepluginhub dev10x-guru/dev10x-claude --plugin Dev10xThis skill is limited to using the following tools:
Interactive walkthrough introducing Dev10x in under 10 minutes.
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.
Interactive walkthrough introducing Dev10x in under 10 minutes. Detects existing configuration and skips already-done steps.
REQUIRED: Create tasks before ANY work. Execute at startup:
TaskCreate(subject="Detect user context", activeForm="Detecting context")TaskCreate(subject="Guided tour", activeForm="Walking through capabilities")TaskCreate(subject="Setup assistance", activeForm="Setting up")Read and follow the tour guide:
Read(${CLAUDE_PLUGIN_ROOT}/skills/onboarding/references/tour-guide.md)
Execute each phase in order. Skip phases/sections based on
configuration detection results. Use AskUserQuestion at
every decision gate marked REQUIRED in the guide.