Concepts#
This section explains the design and behavior of skillsctl’s core components.
Topics#
| Page | What it covers |
|---|---|
| Skills | What skills are, where they are stored, how Claude discovers them |
| Writing skills | How to author a skill, structure and style guidance |
| Auth model | OIDC device flow, zero-config discovery, token lifecycle |
| Versioning and ownership | Semver requirements, immutability, ownership by OIDC subject |
| Security | Threat model, mitigations, known limitations, best practices |