yaml

Solid

YAML configuration for CI/CD, Docker Compose, and Kubernetes.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
27
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# YAML Skill Expert assistance for YAML configuration files. ## Capabilities - Write YAML configurations - Handle complex structures - Validate YAML syntax - Configure CI/CD - Set up Docker Compose ## Examples ```yaml # Docker Compose services: web: build: . ports: - '3000:3000' environment: - NODE_ENV=production depends_on: - db db: image: postgres:15 volumes: - postgres_data:/var/lib/postgresql/data ``` ## Target Processes - ci-cd-configuration - docker-setup - kubernetes-deployment

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills