Domain-Specific
Each skill owns one aspect — voice, density, craft, or process. No overlap, no conflict.
Domain-specific skills that work together without conflict. Built on the SIP Framework.
# Layered composition — both skills active simultaneously
/blog technical + /caveman lite
→ Blogger writes technical post, caveman compresses output
# Pipeline composition — sequential
/postmortem → /compress
→ Postmortem generates report → compress shrinks it
# Natural language
"Write a blog about the UI incident, make it terse"
→ blogger (voice) + caveman (density) + postmortem (content)Traditional AI prompts are monolithic — one giant instruction set that tries to do everything. When you need multiple capabilities, they conflict.
Skills solve this by:
Result: skills that compose without breaking each other.
| Skill | Domain | What It Does |
|---|---|---|
| Blogger | Voice | Authentic personal-voice writing. Raw, unpolished, stream-of-consciousness. |
| Caveman | Density | Ultra-terse communication. Cuts token usage ~75%. |
| Compress | Density | File compression. 4 intensity levels. Preserves all meaning. |
| Documenter | Content | Comprehensive documentation. Examples, guides, API references. |
| Harden | Craft | Production-harden code for 1M+ users. Caching, rate limiting, graceful shutdown. |
| Memory | Process | Persistent context engine. Daily journal rotation, manifest indexing. |
| ML Engine | Process | TPU-first ML research. Distributed training, MoE, Pallas kernels. |
| Painter | Craft | Max pro UI/UX design. Animation, color, typography, accessibility. |
| Postmortem | Process | Blameless incident documentation. 5 Whys, action items. |
| Refactor | Process | Restructure messy codebases into clean, modular architecture. |
| Researcher | Content | Deep web research. Diverse sources, cross-referencing, synthesis. |
| Learn | Content | Structured study plans, topic guides, exam prediction, and active recall. |
| Skill Creator | Process | Meta-skill for creating, auditing, and improving other skills. |
MIT — use freely, commercially or otherwise.