iiRecord
Agentic AI Atlas · akin-ozer/cc-devops-skills
page:docs-reference-repos-akin-ozer-cc-devops-skills-researcha5c.ai
II.
Page JSON

page:docs-reference-repos-akin-ozer-cc-devops-skills-research

Structured · live

akin-ozer/cc-devops-skills json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · wiki/docs/reference-repos/akin-ozer/cc-devops-skills/research.mdCluster · wiki
Record JSON
{
  "id": "page:docs-reference-repos-akin-ozer-cc-devops-skills-research",
  "_kind": "Page",
  "_file": "wiki/docs/reference-repos/akin-ozer/cc-devops-skills/research.md",
  "_cluster": "wiki",
  "attributes": {
    "nodeKind": "Page",
    "sourcePath": "docs/reference-repos/akin-ozer/cc-devops-skills/research.md",
    "sourceKind": "repo-docs",
    "title": "akin-ozer/cc-devops-skills",
    "displayName": "akin-ozer/cc-devops-skills",
    "slug": "docs/reference-repos/akin-ozer/cc-devops-skills/research",
    "articlePath": "wiki/docs/reference-repos/akin-ozer/cc-devops-skills/research.md",
    "article": "\n# akin-ozer/cc-devops-skills\n\n## Metadata\n- **Stars:** 174 (below typical threshold but reviewed for novelty)\n- **License:** Apache-2.0\n- **Last pushed:** 2026-03-27\n- **Description:** A practical agent skill pack for DevOps work in Claude Code and Codex.\n\n## Archetype: Plugin + Specialization Processes (DevOps domain)\n\n## Structure\n- `devops-skills-plugin/` — Full plugin package with `.claude-plugin/` and `.codex-plugin/` manifests\n  - `skills/` — 31 skills organized as generator/validator/debugger pairs:\n    - Generators (16): ansible, azure-pipelines, bash-script, dockerfile, fluentbit, github-actions, gitlab-ci, helm, jenkinsfile, k8s-yaml, loki-config, logql, makefile, promql, terraform, terragrunt\n    - Validators (14): matching validators for each generator (except loki-config, logql)\n    - Debugger (1): k8s-debug\n- `action.yml` — GitHub Action wrapper around `anthropics/claude-code-action@v1` with auto-injection\n- `docs/`, `examples/`, `scripts/` — Supporting materials\n\n## Extractable Value\n\n### As Babysitter Processes: `specializations/devops/`\nThe generator/validator pair pattern is a strong methodology concept:\n1. **Generator skills** — Scaffold production-ready configs for specific tools (Terraform, Helm, Dockerfiles, CI pipelines, etc.)\n2. **Validator skills** — Lint, security-check, and dry-run validate generated configs\n3. **k8s-debug** — Systematic Kubernetes debugging with safety rules for disruptive commands, prerequisite checks, and snapshot-before-modify patterns\n\nThe k8s-debug skill is particularly well-structured:\n- Deterministic, safety-first workflow\n- Read-only diagnosis before disruptive actions\n- Explicit confirmation gates for destructive commands (delete --force, drain, rollout restart)\n- Pre-action state snapshots for rollback\n\n### Plugin Idea: `devops-skills`\nAlready structured as a plugin with marketplace install support. Could be assimilated as a marketplace plugin pattern reference.\n\n### Key Differentiators\n- The generator/validator pairing pattern is a reusable methodology concept\n- k8s-debug's safety-first approach with breakpoint-like confirmation gates maps well to babysitter's breakpoint system\n- Already has both Claude and Codex plugin manifests (cross-harness)\n- GitHub Action wrapper pattern is interesting for CI integration\n\n## Library Mapping\n\n| Extractable Process | Library Status | Action | Existing Path | Target Placement |\n|-------------------|----------------|--------|---------------|------------------|\n| Generator/Validator Pattern | NEW | Config generation paired with validation methodology | - | specializations/shared/generator-validator-pattern.js |\n| Kubernetes Safety Debugging | NEW | Safety-first K8s debugging with confirmation gates and snapshots | - | specializations/devops-sre-platform/k8s-safety-debugging.js |\n| Infrastructure Config Generation | NEW | Production-ready config scaffolding for Terraform, Helm, Docker, CI | - | specializations/devops-sre-platform/infrastructure-config-generation.js |\n| DevOps Validation Pipeline | NEW | Linting and security validation for generated infrastructure configs | - | specializations/devops-sre-platform/devops-validation-pipeline.js |\n\n## Plugin Marketplace Mapping\n\n| Plugin Idea | Marketplace Status | Action | Existing Plugin | Target Placement |\n|-------------|-------------------|--------|-----------------|------------------|\n| DevOps Config Generator | NEW | Infrastructure config generation and validation with safety gates | - | plugins/a5c/marketplace/blueprints/devops-config-generator/ |\n| K8s Safety Toolkit | NEW | Safe Kubernetes debugging and management with confirmation gates | - | plugins/a5c/marketplace/blueprints/k8s-safety-toolkit/ |\n\n## Classification Rationale\nDomain-specific (DevOps), so `specializations/devops-sre-platform/`. The generator/validator pair pattern could also inform a shared methodology. Despite lower star count, the content quality and structural patterns are novel and well-executed.\n",
    "documents": []
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "page:docs-reference-repos",
      "to": "page:docs-reference-repos-akin-ozer-cc-devops-skills-research",
      "kind": "contains_page"
    }
  ]
}