DevOps
CI/CD, deployment, and infrastructure automation skills.
๐๏ธ
2w ago
PostgreSQL Development Patterns
PostgreSQL Development Patterns guides database access code, schema design, and transaction handling in PostgreSQL. It covers TX_ transaction naming, read-write separation, UUID and JSONB typing, and snake_case conventions to reduce corruption and type errors.
DevOps
24832
๐ง
2w ago
Build CI Migration Assistant
Build CI Migration Assistant migrates build systems and CI/CD configs to target platforms. Use it when modernizing build infrastructure, switching CI/CD providers, or standardizing builds across projects.
DevOps
24723
๐
2w ago
CD Pipeline Generator
CD Pipeline Generator creates GitHub Actions deployment workflows for staging and production. Use it to set up multi-environment release pipelines with approval gates, secrets, and rollback steps.
DevOps
24723
โ๏ธ
2w ago
CI Pipeline Synthesizer
CI Pipeline Synthesizer generates GitHub Actions workflow files for library and package projects. Use it to set up build, test, caching, and matrix jobs for Node.js, Python, Go, or Rust packages.
DevOps
24723
๐
2w ago
Commit PR
Commit PR creates a branch, commits changes, pushes them, and opens a pull request with CI watching. It then checks review feedback and applies fixes until the PR is approved or it needs user input.
DevOps
24753
๐ฆ
2w ago
Container Native Deployment
Container Native Deployment helps package a Spring Boot 3 app as an OCI image or GraalVM native executable. Use it for buildpacks, layered images, container limits, probes, AOT hints, and deployment verification.
DevOps
24739
๐๏ธ
2w ago
Flyway Migrations
Flyway Migrations helps create versioned database migrations, schema changes, and seed data workflows for Spring Boot. Use it when adding tables, columns, indexes, or other SQL changes that must run safely in order.
DevOps
24739
๐งฉ
2w ago
Multi-Module Maven
Multi-Module Maven covers parent POM conventions, shared dependency management, inter-module rules, and build ordering for multi-module Maven projects. Use it when organizing Spring Boot code across domain, application, infrastructure, and web modules.
DevOps
24739
๐ข
2w ago
Multi-Tenancy
Multi-Tenancy covers tenant resolution, database or schema isolation, tenant-aware JPA, reactive tenant context, and tenant-safe jobs and caching in Spring Boot 3. Use it when building or reviewing tenant-bound application flows.
DevOps
24739
๐
2w ago
OpenAPI First Development
OpenAPI First Development generates Spring controller interfaces, DTOs, and clients from an OpenAPI spec. Use it when a project follows API-first design with openapi.yaml or the OpenAPI generator plugin.
DevOps
24739
๐ณ
2w ago
Parallel Task
Parallel Task creates an isolated git worktree in .worktrees/ for work that can proceed alongside other changes. Use it for independent fixes, long-running tests, or any task that needs branch isolation.
DevOps
24753
๐งน
2w ago
Post-Merge Cleanup
Post-Merge Cleanup switches to main, pulls the latest changes, and deletes the local feature branch after a PR has merged. Use it to finish up merged work and keep the branch list clean.
DevOps
24753