--- description: List available skills --- Do not add any commentary, explanation, or additional text. --- # Available Skills !`find "$HOME/.config/opencode/skills" -maxdepth 2 -name "SKILL.md" -type f -exec sh -c 'dir=$(dirname "{}"); name=$(basename "$dir"); echo ""; echo "## $name"; echo ""; head -20 "{}" | grep "^description:" | head -1 | sed "s/^description: //"' \;` --- To invoke a skill, use the corresponding `skills_*` tool (e.g., `skills_create_skill`, `skills_go_pr_review`).