Loading...
Loading...
Found 148 Skills
Scaffold a new Next.js route with tRPC router, Zod validation, and proper file structure
Build Zerobus Ingest clients for near real-time data ingestion into Databricks Delta tables via gRPC. Use when creating producers that write directly to Unity Catalog tables without a message bus, working with the Zerobus Ingest SDK in Python/Java/Go/TypeScript/Rust, generating Protobuf schemas from UC tables, or implementing stream-based ingestion with ACK handling and retry logic.
Network programming patterns with Hyper, Tonic, and Tower. Use when building HTTP services, gRPC applications, implementing middleware, connection pooling, or health checks.
Plan a route and return distance + ETA (schema + deterministic result).
Recommend a POI in a city (schema + deterministic result).
Simple operations on user-provided text files including summarization.
A tiny skill used by the skillloadmode example.
Simple shell utilities for files and archives.
Transcribe audio files to text using OpenAI Whisper
Small Python utilities for math and text files.
Write a deterministic OK file to out/ok.txt.
End-to-end Solana development playbook (Jan 2026). Prefer Solana Foundation framework-kit (@solana/client + @solana/react-hooks) for React/Next.js UI. Prefer @solana/kit for all new client/RPC/transaction code. When legacy dependencies require web3.js, isolate it behind @solana/web3-compat (or @solana/web3.js as a true legacy fallback). Covers wallet-standard-first connection (incl. ConnectorKit), Anchor/Pinocchio programs, Codama-based client generation, LiteSVM/Mollusk/Surfpool testing, and security checklists.