.claude/skills/skill-lister/SKILL.md
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 skillsauth add bodangren/git-workflow skill-listerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.shtools
Use this skill to plan a new sprint. It uses the Gemini CLI to intelligently decompose approved specs into atomic GitHub issues for the development team. Triggers include "plan sprint", "create sprint", or "start new sprint".
tools
--- name: sprint-manager description: This skill orchestrates autonomous sprint execution by coordinating subagents to implement GitHub issues serially. It manages the full lifecycle: generating implementation plans via Gemini CLI, delegating implementation to subagents, reviewing PRs with Codex MCP, merging approved code, and running post-merge integration. Use this skill when asked to "run a sprint", "execute sprint issues", "implement issues autonomously", or "manage sprint workflow". --- #
tools
Use this skill to propose changes via the Spec PR process. It uses the Gemini CLI to generate high-quality draft specifications and to analyze PR feedback, accelerating the spec-driven development workflow. Triggers include "create spec" or "propose change".
development
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.