Skills
Community-built skills that teach Anvil new capabilities. 512 packages available.
Concurrent Performance
Optimize concurrent workloads by reducing lock contention, choosing right data structures, and avoiding false sharing.
GPU-Accelerated Computing
Leverage GPU acceleration with WebGL, WebGPU, CUDA, and offload compute-intensive tasks from CPU.
Server-Side Rendering Performance
Optimize SSR performance with streaming HTML, incremental static regeneration, and edge rendering.
Identity Provider Setup
Deploy Keycloak, Authentik, or Auth0 for identity management, configure realms, and integrate applications.
Parquet and Column Formats
Use Parquet, ORC, and Avro formats effectively with proper compression, partitioning, and predicate pushdown.
Drizzle ORM Patterns
Use Drizzle ORM for type-safe SQL queries, schema definitions, migrations, and edge-compatible databases.
ETL Pipeline Design
Design reliable ETL pipelines with idempotency, error handling, data quality checks, and lineage tracking.
Data Lake Architecture
Design data lakes with medallion architecture (bronze/silver/gold), Delta Lake, and governance policies.
Kubernetes Monitoring
Monitor Kubernetes with kube-state-metrics, node-exporter, and the kube-prometheus-stack Helm chart.
env-manager
Manage environment variables across dev/staging/prod. Sync .env files, detect drift, and validate required variables.
Flink Stateful Processing
Use Apache Flink for stateful stream processing, managed checkpoints, and complex event processing.
Frontend Security CSP
Implement Content Security Policy, Subresource Integrity, HTTPS, and protect against XSS and clickjacking.
Vitest Testing Framework
Set up Vitest for fast unit testing with native ESM, TypeScript, and seamless Vite project integration.
GitHub CLI Automation
Automate GitHub workflows with gh CLI, manage PRs, issues, and releases from the command line.
git-workflow-automator
Automate git workflows: conventional commits, branch naming, PR templates, release notes, and semantic versioning.
MFA Implementation
Add MFA with TOTP, WebAuthn/passkeys, SMS fallback, and backup codes following NIST guidelines.
API Pagination Patterns
Implement cursor-based and offset pagination, handle edge cases, and design stable pagination for sorted results.
MLOps Pipelines
Build end-to-end ML pipelines with MLflow, DVC, Kubeflow Pipelines, and automated retraining triggers.
Vector Embeddings
Generate and index text embeddings, choose embedding models, use pgvector or Pinecone for semantic search.
AsyncAPI Event-Driven
Document async APIs with AsyncAPI spec, model event schemas, and generate documentation for Kafka/AMQP.
API Error Handling
Design consistent error responses with RFC 7807 problem details, error codes, and actionable error messages.
ABAC Fine-Grained Auth
Implement attribute-based access control with Open Policy Agent, Casbin, or Zanzibar-based systems.
secret-scanner
Scan codebases for hardcoded secrets, API keys, tokens, and passwords. Suggests vault storage and env var alternatives.
AI Agent Development
Build autonomous AI agents with tool use, memory, planning loops, and multi-agent coordination patterns.