Find the perfect skill
GitLab CI Basics
DevOps
Automated assistance for GitLab CI foundational tasks. Covers configuration, best practices, and basic pipeline setup.
HTTP Methods
Development
Learn to choose the correct HTTP methods (GET, POST, PUT, PATCH) based on safety and idempotency for reliable REST APIs.
AWS CDK Patterns
Development
Common AWS CDK patterns for building reusable infrastructure with TypeScript, Python, or Java.
LaTeXSnipper Mobile Maintenance Guide
Development
Comprehensive guide for maintaining the LaTeXSnipper Mobile project, covering code conventions, architecture, and development procedures.
Implement Feature from Plan
Development
Implements a feature from an existing implementation plan file (PROD-XXX-IMPLEMENTATION-PLAN.md). Fetches the linked Linear issue for context, asks clarifying questions, then implements one phase at a time, waiting for user approval between each phase.
HTML View
Productivity
Render complex content as a styled HTML page and open in browser.
Expert Council Simulation
Productivity
Activates a virtual expert panel to analyze complex problems and provide an actionable synthesis.
Fuel Dashboard Builder
Development
Build a professional Next.js dashboard for India fuel prices with ethanol blending, daily logging, and company P&L.
ax — the AI-era curl: fetch, discover, extract
Development
Use the `ax` CLI tool for fetching URLs, exploring web pages, and extracting structured data, avoiding bare curl, regex over HTML, or throwaway scripts.
Inngest - Serverless Event-Driven Workflow Orchestration
Development
Guidelines for using Inngest to build serverless, event-driven workflows with durable execution. Covers best practices for step functions, event schemas, error handling, and efficient orchestration. Helpful when developing background jobs, AI workflows, or any stateful processes that need to survive failures.
V-model: requirements ↔ acceptance criteria
Testing
Links requirements and acceptance criteria with acceptance-level validation. Use when closing the top of the V for a feature or release slice.
Node.js Backend with Express and TypeScript
Development
Node.js 20 LTS runtime for building Express and TypeScript backend services. Handles async operations, database connections with PostgreSQL, image processing with Sharp, and environment configuration. Use when working on server-side JavaScript with modern module system and TypeScript.