From role-database
Infrastructure-as-code and automation for databases. Terraform modules (RDS, Cloud SQL, Atlas, Azure Database), Kubernetes operators (CloudNativePG, Percona, CrunchyData PGO, Vitess, MongoDB, Redis), Helm charts, GitOps for database config. Schema migration in CI/CD pipelines. Database testing in CI (Testcontainers, docker-compose). Chaos engineering for databases. Use when automating database provisioning, integrating databases into CI/CD, or managing database infrastructure as code.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-databaseThis skill is limited to using the following tools:
Load from `references/` based on what's needed:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Load from references/ based on what's needed:
Terraform for AWS RDS PostgreSQL (parameter groups, encryption, monitoring), Google Cloud SQL, MongoDB Atlas. Load when: provisioning database infrastructure as code with Terraform.
CloudNativePG Kubernetes cluster YAML with S3 backup, Prometheus monitoring, and resource limits. Comparison table of all major K8s database operators (CrunchyData PGO, Percona, Vitess, Redis, Strimzi, ClickHouse). Load when: deploying or managing databases on Kubernetes.
GitHub Actions pipeline: Flyway validate, Atlas lint, staging apply, production gate. Testcontainers in TypeScript and Python for real-database CI tests. Docker Compose local dev setup with healthchecks. Chaos engineering scenarios and Toxiproxy configuration. Load when: integrating migrations into CI/CD or testing database behavior under failure.
GitOps directory structure (terraform, migrations, kubernetes, monitoring). Multi-environment parity matrix (dev/staging/production). Data anonymization SQL for non-production environments. Load when: setting up GitOps workflows or managing environment consistency.