Skip to content

Skills Catalog

21 composable skills organized by domain. Each skill is a self-contained instruction set that works with any LLM agent.

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. Animation, color, typography, accessibility. 20+ commands./painter, "make it look pro", "fix the ui"
HardenProduction-harden code for 1M+ users. Caching, rate limiting, graceful shutdown."harden my code", "prepare for launch", "make it scalable"
Logo & FaviconFind or generate logos, favicons, and SVGs. Cascades web search → free sites → programmatic SVG → AI last."logo", "favicon", "icon", "brand kit", "SVG"

Process

SkillDescriptionTriggers
AutoresearcherAutonomous research loop that improves any measurable artifact against a frozen eval. Diagnosis-driven, four idea engines, self-iterating."optimize X", "push the score", "run autoresearch"
MemoryPersistent context engine. Daily journal rotation, manifest indexing, identity tracking.Startup (mandatory), "I like X", "Here is my key"
No DoubtsRelentless interview that stress-tests a plan/design and checkpoints every answer to a brainstorm file."grill me", "no doubts", "stress test this", "poke holes"
ML EngineTPU-first ML research. Distributed training, MoE, Pallas kernels. 12+ commands./ml, TPU mentions, distributed training
PlannerProject plans with PRDs, design docs, architecture flows, task breakdowns./plan, "create a PRD", "design the architecture"
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"
SlidifyEnd-to-end PowerPoint generator. JSON specs, templates, auto speaker notes./slidify, "make a presentation", "create slides", "generate pptx"

Content

SkillDescriptionTriggers
DocumenterComprehensive documentation. Examples, guides, API references."document this", "write docs", "create documentation"
LearnStructured study plans, topic guides, exam prediction, and active recall./learn, "teach me X", "how do I learn Y"
ResearcherDeep web research. Diverse sources, cross-referencing, synthesis."research X", "find info about Y", "what's the latest on Z"

GPU Engineering

SkillDescriptionTriggers
TritonifyAgent-driven GPU kernel optimization. Triton + CUDA. 52+ papers, MoE/loss/attention kernels."optimize kernel", "write triton", "profile CUDA", "fuse operators"

Analysis

SkillDescriptionTriggers
OSINTOpen Source Intelligence engine. Email, phone, username, domain recon. Breach checks, social media, infrastructure."osint", "recon", "background check", "investigate"
GodmodeJailbreak LLMs: Parseltongue, GODMODE, ULTRAPLINIAN. Compliance escalation engine. Ported from Hermes Agent."jailbreak", "godmode", "red team", "bypass guardrails", "uncensor"

Installation

bash
# Install all skills
npx skills-for-agents install

# Install specific skills
npx skills-for-agents install --only caveman,blogger,slidify

Composition

Skills compose without conflict through the SIP framework. See Composition for details.

Released under the MIT License.