Find the perfect skill
Rust Review and Fix
Development
Deep analysis and iterative fixing of Rust source files. Finds logic errors, lock/concurrency issues, and simplification opportunities.
Merge Pipe-Format Blocks
Development
Merges multiple pipe-format blocks from the conversation context into a single unified output. It deduplicates items by title or content overlap, combines source attributions, upgrades confidence when multiple sources confirm a finding, and adds a merge summary section. Useful after running /gather multiple times or parallel primitives to consolidate scattered findings.
Write Like Paul Graham
Content
Learn to write essays and blog posts in Paul Graham's plain-spoken, reasoning-out-loud style, avoiding AI filler.
Create Quality Git Commits
Development
Automates the creation of high-quality Git commits by running agents for code quality, testing, and changelog updates based on changed files.
Digital Life Skills
Productivity
A set of tools for self-archaeology and experience distillation, using digital traces to reveal one's true self and reuse personal experiences.
Pytest Mocking Strategy
Testing
Learn when to mock and how to mock safely in pytest. Covers autospec, AsyncMock, and a decision matrix for mocking vs using real objects.
Pre-merge Behaviour QA
Testing
Verify a PR/branch behaves to spec by driving the running app end-to-end in an isolated slot, then teardown. Use for behavior verification before merge.
Solana Development Skill Hub
Development
Unified hub for Solana development. Routes to specialized skills for Anchor, testing, security, and DeFi protocols.
Trigger.dev Cost Savings Analysis
Development
Analyze Trigger.dev tasks, schedules, and runs for cost optimization. Combines static source analysis with live run analysis via MCP tools.
Model Degeneration Check
Testing
Run regression checks to detect repetition loops, stuck tokens, and multi-turn state corruption in the imp inference engine. Covers CUDA graph, MoE routing, KV cache, and batched decode paths.
Run 150+ AI Apps via inference.sh CLI
Development
Learn to use the inference.sh command-line interface to run over 150 AI apps: image generation, video creation, LLMs, web search, and more.
SVM Warp ALT Management
Development
Create, check, and read on-chain Address Lookup Tables (ALTs) for SVM warp routes. Essential when transfers exceed Solana's 1232-byte transaction size limit.