Skills
Skills are named capabilities with a prompt, metadata, and optional bundled reference files. The AI client loads a skill when its description matches the user's goal.
Directory layout
my-skill/
├── SKILL.md
└── references/
├── advanced-patterns.md
├── common-mistakes.md
└── verification.md---
name: django-admin
description: >-
Use this skill when creating or modifying Django admin interfaces, adding
custom admin actions, configuring filters for large datasets, or debugging
admin-related issues.
---
# Django Admin
## Prerequisites
- Model exists in `sleuth/apps/yourapp/models.py`
- Admin module exists or needs to be created at ...
## Quick Start
...Writing an effective description
Creating a skill in Sleuth Skills
Publishing
How the client loads a skill
Token cost
Last updated
Was this helpful?