Skip to content

Skills

13 production-ready skills for AI agents. Each owns one domain and composes cleanly with others.

Domain Separation

Skills from different domains compose without conflict. Skills from the same domain follow precedence rules defined in the SIP Framework.

By Domain

Voice

SkillDescriptionTriggers
BloggerAuthentic personal-voice writing. Raw, unpolished, stream-of-consciousness prose./blog, "write a blog", "write like me"

Density

SkillDescriptionTriggers
CavemanUltra-terse communication. Cuts token usage ~75%./caveman, "talk like caveman", "less tokens"
CompressFile compression. 4 intensity levels. Preserves all meaning./compress, "compress this", "reduce tokens"

Craft

SkillDescriptionTriggers
PainterMax pro UI/UX design with WebGPU/shader support. Animation, color, typography, GPU effects. 22+ commands./painter, "make it look pro", "fix the ui", "gpu effects", "particle system"
HardenProduction-harden code for 1M+ users. Caching, rate limiting, graceful shutdown."harden my code", "prepare for launch", "make it scalable"

Process

SkillDescriptionTriggers
MemoryPersistent context engine. Daily journal rotation, manifest indexing, identity tracking.Startup (mandatory), "I like X", "Here is my key"
ML EngineTPU-first ML research. Distributed training, MoE, Pallas kernels. 12+ commands./ml, TPU mentions, distributed training
PostmortemBlameless incident documentation. 5 Whys, action items./postmortem, "incident review", "what broke and why"
RefactorRestructure messy codebases into clean, modular architecture."refactor my project", "clean up my code", "split this file"
Skill CreatorMeta-skill for creating, auditing, and improving other skills./create-skill, "make a skill", "turn this into a skill"

Content

SkillDescriptionTriggers
DocumenterComprehensive documentation. Examples, guides, API references."document this", "write docs", "create documentation"
ResearcherDeep web research. Diverse sources, cross-referencing, synthesis."research X", "find info about Y", "what's the latest on Z"
LearnStructured study plans and topic guides. Exam prediction, panic mode."teach me X", "study plan for Y", "I'm cooked"

Quick Comparison

SkillDomainLinesComplexityUse When
BloggerVoice~2000HighPersonal-voice writing
CavemanDensity~200LowToken efficiency
CompressDensity~600MediumFile compression
DocumenterContent~1400HighTechnical docs
HardenCraft~300MediumProduction readiness
LearnContent~500MediumStudy guides & exams
MemoryProcess~400MediumSession continuity
ML EngineProcess~800HighML research
PainterCraft~1200HighUI/UX design
PostmortemProcess~300LowIncident response
RefactorProcess~250LowCode restructuring
ResearcherContent~600MediumWeb research
Skill CreatorProcess~500MediumSkill development

Composition Examples

Terse Technical Writing

/blog technical + /caveman lite

Blogger writes technical post, caveman compresses it.

Production-Ready Code

/refactor → /harden

Refactor establishes structure, harden adds production patterns.

Comprehensive Docs

/documenter + /researcher

Researcher gathers context, documenter structures it into docs.

Incident Response

/postmortem → /compress

Postmortem generates report, compress shrinks it for storage.

ML Research

/ml-engine + /researcher

Researcher finds prior work, ml-engine implements experiments.

Getting Started

  1. Pick a skill — start with one that matches your immediate need
  2. Read its docs — understand commands, options, boundaries
  3. Try it solo — use it alone first to understand its behavior
  4. Compose gradually — add other skills one at a time
  5. Check domains — ensure skills don't conflict (different domains = safe)

Next Steps

Released under the MIT License.