Use this skill to discover all available AgenticDev skills and their capabilities. Provides a bootstrap context for AI agents by listing all skills, their descriptions, and script paths from the .claude/skills/ directory.
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin bodangren-git-workflowThis skill uses the workspace's default tool permissions.
Provide a comprehensive overview of all available AgenticDev skills in the project. The skill-lister scans the `.claude/skills/` directory, extracts skill metadata from SKILL.md files, and returns a formatted list of all discovered skills with their descriptions and script paths. This enables AI agents to quickly understand what capabilities are available without manually exploring the director...
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.
Provide a comprehensive overview of all available AgenticDev skills in the project. The skill-lister scans the .claude/skills/ directory, extracts skill metadata from SKILL.md files, and returns a formatted list of all discovered skills with their descriptions and script paths. This enables AI agents to quickly understand what capabilities are available without manually exploring the directory structure.
Use this skill in the following situations:
.claude/skills/ directoryExecute the helper script to scan all skills in the .claude/skills/ directory:
bash .claude/skills/skill-lister/scripts/list-skills.sh
This will output a human-readable summary showing each skill's metadata including:
For machine-readable JSON output (useful for programmatic processing):
bash .claude/skills/skill-lister/scripts/list-skills.sh -j
The scanner returns information about all skills found in .claude/skills/, including:
Based on the output, select the skill that best matches your current task:
doc-indexerissue-executorspec-authoringsprint-plannerproject-initSymptom: Script reports that .claude/skills/ directory doesn't exist
Solution:
project-init skill to set up AgenticDevSymptom: Script lists skills but shows no metadata
Solution:
name and description fieldsbash scripts/validate-skills.shSymptom: Skill is listed but shows no scripts
Solution:
scripts/ directory exists and contains executable fileschmod +x .claude/skills/*/scripts/*Symptom: Cannot read skill directories or files
Solution:
ls -la .claude/skills/chmod +x .claude/skills/skill-lister/scripts/list-skills.sh