From Dev10x
Generates family-grouped skill index scanning local skills and plugins via families.yaml/hidden.yaml, writes SKILLS.md (≤45 lines). Use after adding/removing/renaming skills.
npx claudepluginhub dev10x-guru/dev10x-claude --plugin Dev10xThis skill is limited to using the following tools:
This skill follows `references/task-orchestration.md` patterns.
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.
This skill follows references/task-orchestration.md patterns.
Create a task at invocation, mark completed when done:
REQUIRED: Create a task at invocation. Execute at startup:
TaskCreate(subject="Generate skill index", activeForm="Generating index")Mark completed when done: TaskUpdate(taskId, status="completed")
Regenerate both skill index files by running the generator script:
${CLAUDE_PLUGIN_ROOT}/skills/skill-index/scripts/generate-all.sh --force
Then display the generated files to the user:
cat ~/.claude/SKILLS.md
cat ~/.claude/.skills-menu.txt