Technical blog writing skill that mimics the writing style of Aihara from LIFULL's KEEL team. Use when writing blog entries, technical articles, or drafting blog posts about engineering topics.
Browser automation toolkit using Playwright. Supports interacting with web applications, form filling, capturing screenshots, viewing browser logs, and running automated tests. Use when automating browser tasks, testing web UI, or scraping web pages.
Cloudflare Workers runtime debugging for services in email/, workers/, and agent/. Use wrangler tail for live log stream and Cloudflare Dashboard for past invocations. Deployment is automated via GitHub Actions. Use when debugging email-worker, paste,…
Operations for local container stacks defined in docker-compose.yaml or docker-compose/ directory. Handles AI/ML services (Ollama, ComfyUI), standalone databases, and local observability stacks. Use for 'docker compose' commands, checking container logs, or…
Frontend coding conventions using Preact and Tailwind. Use when writing or reviewing frontend JavaScript, HTML, or CSS code for web UI components.
Kubernetes cluster operations on minikube including observability (Grafana, Prometheus, Alertmanager, Loki, Tempo), debugging (kubectl debug, ephemeral containers), and cluster management (ArgoCD). Use when working with cluster/manifests/, Kubernetes…
Find semantically similar code across the codebase using vector search (armyknife searchx). Use when looking for similar implementations, duplicate code, or existing patterns. Requires symbols.db.
Record a terminal session with asciinema and turn it into a GIF with agg or an MP4 with ffmpeg. Covers the asciicast format defaults, recording from inside the claudex sandbox, and the flags an MP4 needs to come out reproducible. Use when capturing a terminal…