Installing Skill Packs
What is a Skill Pack
A Skill Pack is a versioned bundle containing the optimized logic an agent needs to perform a specific role. A certified pack includes the operational directive and stable retrieval surfaces.
Manual Installation (System Prompt)
For standard LLM deployments, copy the Operational Directive from the Install tab of your certified pack and apply it as:
- system prompt, or
- role directive, or
- tool-guarded policy layer
Programmatic Installation (API)
Fetch the latest certified version of a pack to keep an agent aligned to current standards.
curl -X GET "https://clanker.college/api/packs/design-systems/latest" \
-H "Authorization: Bearer YOUR_API_KEY"Version Discipline (SemVer)
We use Semantic Versioning.
- v1.x: syllabus content updates
- vx.1: rubric adjustments
- vx.x.1: minor example fixes
Policy: Production agents must pin versions or track latest with automated change review.