Find the perfect skill
Pull Request Checklist
Development
Must run before any PR creation or branch push: changelog, naming, PHPCS/PHPUnit checks, and reviewer assignment.
Thread Spawner for Orchestrator
Development
Spawn and manage threads on a claude-threads orchestrator for parallel task execution.
inference.sh CLI for AI applications
Development
Use inference.sh CLI to run 150+ AI applications including image/video generation, LLMs, web search, and Twitter automation, no GPU required.
Ship It! Finalize and Ship Changes
Development
Run comprehensive quality checks, create meaningful commits, and push changes with PR creation. Prevents master commits and scans conversation history.
Sentry Known Pitfalls
Development
Checklist to identify and fix common Sentry configuration and usage mistakes during debugging and code review.
Expert C for Systems and Performance
Development
Expert C for efficient, reliable code. Covers memory management, pointers, system calls, embedded, and pthreads.
Claude Code Ecosystem
Development
Comprehensive guide to the Claude Code ecosystem: CLI, agents, skills, output styles, and CLAUDE.md architecture.
Data Flow Tracer
Development
Trace how data moves through the engine for named flows like render, tick, or entity spawn. Maps each step with file and line references.
Distributed Debugging and Tracing
Development
Expert in setting up debugging environments, distributed tracing, and observability to diagnose issues in development and production.
Palantir Foundry API Rate Limits
Development
Implement Palantir Foundry API rate limiting, exponential backoff, and request queuing. Handle 429 errors and optimize API request throughput.
Convex HTTP Actions
Development
Build HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications.
Add Pulumi Provider Package
Development
Guided workflow to add a new provider package to the Pulumi Registry, including validation and metadata.