Yaml
Skill a5c-ai/babysitter/library/specializations/web-development/skills/yaml
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill yamlAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
YAML configuration for CI/CD, Docker Compose, and Kubernetes.
SKILL.md
0.9 KB, as published. Nobody here has run it
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
# 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