Skills
Community-built skills that teach Anvil new capabilities. 512 packages available.
Docker Compose Development
Define multi-service development environments with Docker Compose, health checks, volumes, and profiles.
GitOps with ArgoCD
Implement GitOps workflows with ArgoCD, ApplicationSets, sync waves, and multi-cluster deployments.
Kubernetes Production Patterns
Deploy to Kubernetes with proper resource limits, health checks, HPA autoscaling, and pod disruption budgets.
DevOps Monitoring Setup
Set up Prometheus, Grafana, and Alertmanager for comprehensive infrastructure and application monitoring.
Go Concurrency Patterns
Master goroutines, channels, select, sync primitives, and avoid common concurrency bugs in Go programs.
Go Context Usage
Use context.Context for cancellation, deadlines, request scoping, and pass values correctly in Go apps.
Go Crypto Primitives
Use Go crypto package correctly for hashing, signing, HMAC, AES-GCM encryption, and TLS configuration.
Go Generics
Write generic Go code with type parameters, constraints, comparable, and ordered types introduced in Go 1.18+.
Go Interface Design
Design small, composable Go interfaces, apply interface segregation, and use implicit satisfaction effectively.
Go Kubernetes Operators
Build Kubernetes operators with controller-runtime, reconcile loops, status conditions, and CRD management.
Frontend Error Tracking
Set up Sentry or similar for frontend error tracking, source maps, user context, and issue triage.
Module Federation
Share code at runtime with Webpack 5 Module Federation for micro-frontends and plugin architectures.
Web Performance Auditing
Audit web app performance with Lighthouse, WebPageTest, and Chrome UX Report for real user metrics.
Storybook Component Library
Document and test UI components with Storybook, write stories, use addons, and publish to Chromatic.
Vue.js Composition API
Use Vue 3 Composition API, composables, script setup, Pinia state management, and Vue Router 4.
Web Components
Build framework-agnostic Web Components with custom elements, Shadow DOM, and HTML templates.
GCP Artifact Registry
Use Artifact Registry to store Docker images, npm packages, and Maven artifacts with CMEK and VPC-SC.
BigQuery Analytics
Query large datasets in BigQuery with partitioning, clustering, materialized views, and cost control.
Cloud Build CI/CD
Build and deploy with Cloud Build triggers, Buildpacks, private pools, and approval gates for GCP.
GCP Cloud Functions
Build event-driven serverless functions on GCP 2nd gen, handle Pub/Sub events, and schedule with Cloud Scheduler.
Dataflow Pipelines
Build batch and streaming data pipelines with Apache Beam on Dataflow for large-scale data processing.
GCP IAM Permissions
Configure GCP IAM with custom roles, service accounts, Workload Identity, and VPC Service Controls.
GCP Terraform Modules
Provision GCP resources with official Terraform modules, manage project factory, and enforce org policies.
Git Bisect Debugging
Use git bisect and automated test scripts to find regression-introducing commits in large codebases.