Skills are instruction files that help AI agents do specific tasks better. They live inDocumentation Index
Fetch the complete documentation index at: https://docs.10et.ai/llms.txt
Use this file to discover all available pages before exploring further.
.claude/skills/ and get loaded when a task matches their trigger.
How Skills Work
Quick Start
Skill Levels
| Level | Location | Description |
|---|---|---|
| Global | Ships with @10et/cli | 24 skills everyone gets |
| Project | .claude/skills/ | Specific to this project |
| Registry | 10et-ai/skills | Community skills, installable |
Writing a Skill
Create.claude/skills/my-skill/SKILL.md:
The Improvement Loop
Skills get better automatically through usage:Agent uses skill
Session reads SKILL.md, follows instructions, produces output.
skill-tracker.ts logs the read event.Harvest learnings
tenet skills harvest <name> extracts learnings from journals.
Patterns: fixes after skill use, decisions overriding defaults, discoveries.Behavioral eval measures
Eval tests: does using this skill produce working output?
NOT: does SKILL.md contain specific strings.
Behavioral Evals
Skills have evals that test outcomes, not implementation:| Skill | Score | Checks |
|---|---|---|
| pretext | 10/10 | API docs, examples, anti-patterns, learnings |
| content-creator | 7/7 | Hook, platform, voice, CTA, content types |
| brand-architect | 5/8 | Needs color/typography/quality guidance |
Publishing Skills
Share your improved skill with the community:See Also
- Build Evals — the eval pattern skills use
- tenet build — generate build agents from specs
- tenet skills — CLI reference

