Find the perfect skill
Requirements Interview
Documentation
Use this skill when starting a new project or feature that requires detailed requirements gathering. It guides you through a structured interview process covering technical details, UI/UX, edge cases, and more, then outputs a complete specification document to docs/SPEC.md.
AI Image and Video Upscaling
Data & AI
Upscale and enhance image and video resolution using AI models via fal.ai. Provides guidance for integrating upscaling into your workflows.
Project Setup for Claude Code
Development
Guide for setting up projects to work optimally with Claude Code. Covers directory structure, settings files, permissions, and best practices.
GitOps Workflow with ArgoCD and Flux
DevOps
Implement GitOps workflows for automated, declarative Kubernetes deployments using ArgoCD or Flux. Covers repo structure, application setup, and progressive delivery.
Git Commit with Database Sync
Development
Commits changes from the `content/` directory without requiring knowledge of the monorepo structure. It includes a pre-commit hook that runs a session review to catch stale task references. Use this skill when you need to make safe, focused commits to content files only.
Beads Durable Task Tracking
Productivity
Use the Beads CLI (bd) for durable project task tracking, dependencies, blockers, and multi-session handoff. Provides commands to find, claim, create, and close work.
Re-pitch for Clarity
Productivity
Ask to re-pitch the last message with context, using Simplified Technical English (ASD-STE100) and the project's ubiquitous language.
Run full static analysis suite
Development
Run the full static analysis suite — ruff lint, ruff format check, pyright type check, auth analysis, license headers. Use before committing or to verify code quality after changes.
Three.js
Development
Three.js skills for creating 3D elements and interactive experiences in the browser — scenes, materials, controls, and post-processing.
Scaffold new Cobra CLI command
Development
Generates a new Cobra CLI command following project patterns, including error handling and context resolution.
Latency-Critical Systems
Development
Use for latency-sensitive systems where p95 latency and data freshness matter. Covers metrics, hot path mapping, optimization order, and verification guardrails for realtime dashboards, queues, caches, and streaming agents.
EVM Token Decimals Handling
Development
Prevent silent decimal mismatch bugs across EVM chains. Covers runtime decimal lookup, chain-aware caching, bridged-token precision drift, and safe normalization for bots, dashboards, and DeFi tools.