list_skills
Explore and filter development skills with detailed descriptions and IDs to enhance AI-powered workflows. Optional tag filtering for clean-code, testing, and more.
Instructions
List all available development skills with descriptions and IDs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tags | No | Optional: filter by tags (clean-code, testing, etc.) |
Input Schema (JSON Schema)
{
"properties": {
"tags": {
"description": "Optional: filter by tags (clean-code, testing, etc.)",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [],
"type": "object"
}