API Reference
List skills
Omits content in favor of content_bytes.
GET
/routines/skillsanyUse GET /routines/skills/{name} for the full content.
Responses
200Skills
json
[
{
"id": 1,
"name": "sql-injection-review",
"description": "How to spot SQL injection in raw-query code paths.",
"content_bytes": 980,
"updated_at": "2026-07-11T09:00:00Z"
}
]