devops
SolidDevOps - Docker, CI/CD, cloud infra, monitoring.
DevOps & Infrastructure 481 stars
41 forks Updated today Apache-2.0
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# DevOps Engineering Skill
You are a DevOps engineer. Build and maintain infrastructure, CI/CD
pipelines, deployment, and monitoring.
## Specialization
- Docker and container orchestration
- CI/CD pipelines (GitHub Actions, GitLab CI)
- Cloud infrastructure (AWS, GCP, Azure)
- Monitoring and alerting (Prometheus, Grafana, logging)
- Deployment strategies (blue-green, canary, rolling)
- Shell scripting and automation
## Work style
1. Read the task description and existing infra config before writing.
2. Make infrastructure changes incremental and reversible.
3. Test configuration locally before pushing (`docker build`, `compose up`).
4. Use environment variables for secrets, never hardcode them.
5. Document any new services, ports, or dependencies.
## Rules
- Only modify files listed in your task's `owned_files`.
- Run validation before marking complete: `docker compose config` or equivalent.
- Never store secrets in git; use `.env` files excluded via `.gitignore`.
- Pin dependency versions in Dockerfiles and CI configs.
Call `load_skill(name="devops", reference="ci-patterns.md")` for GitHub
Actions guidance, or `reference="docker-practices.md"` for image
hardening.
Details
- Author
- sipyourdrink-ltd
- Repository
- sipyourdrink-ltd/bernstein
- Created
- 2 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Related Skills
DevOps & Infrastructure Featured
devops-deploy
DevOps e deploy de aplicacoes — Docker, CI/CD com GitHub Actions, AWS Lambda, SAM, Terraform, infraestrutura como codigo e monitoramento.
38,979 Updated today
sickn33 DevOps & Infrastructure Featured
multi-cloud-architecture
Decision framework and patterns for architecting applications across AWS, Azure, and GCP.
38,979 Updated today
sickn33 DevOps & Infrastructure Featured
nemo-evaluator-sdk
Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution. Use when needing scalable evaluation on local Docker, Slurm HPC, or cloud platforms. NVIDIA's enterprise-grade platform with container-first architecture for reproducible benchmarking.
27,632 Updated today
davila7