Find the perfect skill
Agent Teams Workflow
Development
Orchestrates a team of AI agents for autonomous parallel development. The lead plans, assigns file ownership, spawns teammates, and reviews; teammates follow TDD, own specific files, and communicate blockers. Helps scale large tasks by dividing work without file conflicts.
Model Benchmarking
Data & AI
Runs the same prompt through Claude, GPT, and Gemini side-by-side, comparing latency, tokens, cost, and quality via an LLM judge. Answers which model is best for a given skill with data.
Wiki Ingest
Documentation
Ingest external source documents or conversation knowledge into the project wiki by delegating distillation to kiwi, maintaining raw copies and backlinks.
Cut a proxyforward release
DevOps
Playbook for cutting a proxyforward release — a tag drives the pipeline, which stops at a draft you must smoke-test and publish by hand. Releases are an escalation trigger: confirm with the human first.
AnyList - Shopping Lists
Business & Administration
Manage grocery and shopping lists via AnyList. Add items, organize by category, and share lists with family members for coordinated shopping.
Postmortem Writing
Documentation
Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes.
Automated Code Cleanup (GC)
Development
Runs deterministic linters, structural tests, and doc-drift scans, then proposes top-3 cleanups with risk/cost/benefit scores. Does not auto-merge; requires human review.
Clerk Auth E2E Testing
Testing
Programmatically sign in Clerk users for e2e tests without UI. Supports multi-user scenarios.
Lightning Service Provider Integration
Development
LSP specifications and services to solve inbound liquidity problem on the Lightning Network.
tldr: Simplified man pages
Productivity
Use tldr to get concise, community-maintained man pages for CLI tools. Prioritize tldr over man to save tokens and time.
Economic Visualization
Data & AI
Create publication-quality charts and graphs for economics papers using clean styling and reproducible code.
Design refinement with docs
Development
A relentless interview to refine a plan or design, also creating documentation (ADRs and glossary) as we go.