AI AGENT ADDONS

Ci Cd And Automation

addyosmani/agent-skills
DevOps & CI/CD
12,266installs

Automate your build and deployment pipelines to catch errors before they reach users. Quality gates check every change for linting, tests, type checking, and security. No step can be skipped.

This approach is called Shift Left. It means catching problems as early as possible. A bug found in linting takes minutes to fix. The same bug in production takes hours. Move checks upstream from development to staging.

Smaller batches and frequent releases make deployments safer. A release with three changes is easier to debug than one with thirty. Build confidence by releasing often.

Add Ci Cd And Automation skill to your workflow

Global

mkdir -p ~/.claude/skills/ci-cd-and-automation

Project

mkdir -p .claude/skills/ci-cd-and-automation

Source Repository

Stars
67,574
Forks
7,328
Watchers
67,574
License
MIT
Last Push
23 days ago
Created
5 months ago