# Devops

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-ihatesea69-kiro-kit-devops`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ihatesea69](https://agentstack.voostack.com/s/ihatesea69)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ihatesea69](https://github.com/ihatesea69)
- **Source:** https://github.com/ihatesea69/kiro-kit/tree/main/.kiro/skills/devops
- **Website:** https://www.npmjs.com/package/kiro-kit

## Install

```sh
agentstack add skill-ihatesea69-kiro-kit-devops
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# DevOps

Activate this skill when working with containers, deployments, CI/CD, or cloud infrastructure.

## When to Use

- Writing or optimizing Dockerfiles
- Configuring docker-compose for local development
- Setting up CI/CD pipelines (GitHub Actions, GitLab CI)
- Managing cloud infrastructure (AWS, GCP, Cloudflare)
- Implementing deployment strategies
- Configuring monitoring and alerting
- Writing infrastructure-as-code (Terraform, Pulumi)

## Docker Best Practices

- Use multi-stage builds to minimize image size
- Run as non-root user in production
- Pin base image versions (not :latest)
- Use .dockerignore to exclude unnecessary files
- Add HEALTHCHECK instructions
- Set resource limits (memory, CPU)
- Order layers for optimal caching (dependencies before source)

## CI/CD Pipeline Stages

1. Lint and typecheck
2. Unit tests
3. Build artifacts
4. Integration tests
5. Security scan (dependencies + container)
6. Deploy to staging
7. Smoke tests
8. Deploy to production (with approval gate)

## Deployment Strategies

- Blue-green: instant rollback, double resources
- Canary: gradual rollout, early detection
- Rolling: zero-downtime, incremental replacement
- Feature flags: decouple deploy from release

## Monitoring

- Application metrics: request rate, error rate, latency (RED)
- Infrastructure metrics: CPU, memory, disk, network
- Business metrics: signups, conversions, revenue
- Alerting: page on symptoms, not causes

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ihatesea69](https://github.com/ihatesea69)
- **Source:** [ihatesea69/kiro-kit](https://github.com/ihatesea69/kiro-kit)
- **License:** MIT
- **Homepage:** https://www.npmjs.com/package/kiro-kit

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ihatesea69-kiro-kit-devops
- Seller: https://agentstack.voostack.com/s/ihatesea69
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
