Find the perfect skill
Browser Automation with agent-browser
Development
Browser automation CLI for AI agents. Navigate websites, fill forms, click buttons, take screenshots, extract data, and automate web interactions programmatically.
PostgreSQL Transaction Management
Development
Implements PostgreSQL transactions using Supabase RPC functions to ensure atomic, consistent operations across multiple tables. Useful when performing multiple related inserts/updates that must succeed together, or when handling complex business logic requiring atomicity and rollback on failure. Provides step-by-step instructions on creating database functions with error handling and client-side RPC calls.
Python Project Initialization
Development
Creates a complete Python project with documentation, development environment, and tooling. Perfect for starting a new Python project from scratch.
Python Full Dependency Tree Resolution
Development
Resolves and returns the complete set of packages installed for a given Python package, including all transitive dependencies. Respects environment markers for a specific Python version.
Spec-based Draft PR Creation
Development
Creates Draft PR from spec document, initiating Spec Driven Development workflow where PR serves as single source of truth for work state.
Fixed Video Format (9:16)
Development
Provides a fixed 1080x1920 pixel video format (9:16) with percentage-based positioning. Use this when laying out vertical video compositions for TikTok/Instagram Reels, leveraging VIDEO_CONFIG constants and safe zones for UI overlays.
Generate Code for Multiple C# Types
Development
Generates C# source code files for multiple or all object types in a NovaDB branch. Useful when you need to batch-generate code for an entire data model or a subset of types, saving each run to disk with optional path control.
HLD Review and Validation
Development
Evaluates a High-Level Design note against linked ADRs, requirements, and architecture principles. Scores the design across six dimensions (ADR coverage, requirements traceability, etc.) and generates severity-rated findings with actionable next steps. Best used when reviewing architecture designs to ensure consistency and compliance.
Vercel API Endpoint
Development
This skill creates a new Vercel serverless API endpoint following the NuxChain project conventions. It automatically enforces TypeScript, kvCache integration, CORS handling, rate limiting, error handling, and registration in vercel.json. Use this when you need to add a backend handler or a route under /api/.
Hex Documentation Search
Development
Search Elixir package documentation with local-first approach, automatic fetching, and source code access. Find module/function docs, usage examples, and integration patterns for Hex packages.
Qoder Agent (Print Mode)
Development
Delegate coding tasks to the Qoder CLI in non-interactive Print mode. Use this for building new features, code reviews, refactoring, or iterative coding that requires file exploration. It supports subagents, worktrees, and MCP servers, but is not intended for simple one-line fixes or reading code.