DevOps & Infrastructure
CI/CD, cloud, containers, IaC
CI/CD, cloud, containers, IaC
Set up Docker Desktop / Docker Engine, configure Compose, write a multi-stage Dockerfile for your stack, and verify with a runnable hello-world container.
Guides you through building a VS Code extension from scratch — dev environment setup with Yeoman generator, extension type selection, VS Code API integration, and VS Code Marketplace publishing checklist.
Expert code review agent that catches bugs, security issues, and style violations — with prioritized, actionable feedback.
Guides you through setting up a Microsoft Edge extension development environment from scratch — Manifest V3, Edge-specific APIs, sidebar integration — with Edge Add-ons store submission checklist and cross-browser compatibility guidance.
Scans a git repository to identify performance anti-patterns — N+1 queries, memory leaks, inefficient algorithms, blocking I/O, and unoptimized assets — then generates an executive-level HTML performance audit report.
Stand up a local Kubernetes development cluster (kind, minikube, or k3d) with kubectl, Helm, ingress, and a verified hello-world deployment.
Guides you through setting up a Chrome extension development environment from scratch — Manifest V3, service workers, content scripts, popup UI — and generates production-ready boilerplate with Chrome Web Store submission checklist.
Guides you through building a Cursor IDE extension — dev environment setup, VS Code API compatibility, AI-aware extension patterns, MCP server integration, and .cursorrules configuration — from scaffold to working extension.