Find the perfect skill
inference.sh CLI - Run 150+ AI Apps
Development
Run 150+ AI apps (image gen, video, LLMs, search, Twitter) via inference.sh CLI. No GPU required.
Thread Spawner for Claude Threads
Development
Spawn and manage parallel threads on a running claude-threads orchestrator, enabling parallel execution of epics and stories with isolated git worktrees.
MCP Setup for n8n Development
Development
Configure MCP servers for n8n engineering in OpenCode, including Linear, Notion, Context7, and Figma.
Code Tour Creation
Development
Create CodeTour `.tour` files for step-by-step code walkthroughs with real file and line anchors. Perfect for onboarding, architecture tours, PR reviews, and explaining subsystem features.
Create a draft GitHub pull request
Development
Create a detailed draft pull request after pushing changes and checking the branch. Uses conventional commits format and integrates a local review.
PHP Typed Collection Class Generator
Development
Generates a typed Collection class for managing entity sets, using Atournayre traits and interfaces. Produces a final PHP file in `src/Collection/` with methods like `asList()` and features from the traits. Helps enforce consistent, typed collection structures in your domain layer.
Android Development with Kotlin
Development
Learn to build native Android apps with Kotlin, covering MVVM architecture, Jetpack Compose UI, Retrofit networking, Room persistence, and navigation.
Create a GitHub pull request
Development
Creates a GitHub PR with a structured body (why/what/verify). Based on uncommitted changes and branch context.
Refactor Workflow with Call Graph
Development
Safe refactor workflow for symbols by mapping blast radius via call graph and impact analysis, including quick checks and validation.
Logging System Guide
Development
Complete guide to the logging system: app logs, script logs, error monitoring, request logs.
XState Invoke Pattern
Development
Learn to use XState's invoke pattern to handle promises, callbacks, observables, and child machines tied to state lifecycle.
Replit Reliability Patterns
Development
Implement production-grade reliability patterns for Replit integrations including circuit breakers, idempotency, and graceful degradation.