Claude Skill

akin-ozer/cc-devops-skills

A practical agent skill pack for DevOps work in Claude Code and Codex, offering reusable automation for CI/CD, infrastructure, and deployment workflows.

Overview

Stars222
Forks26
LanguagePython
Last pushed2026-05-27
Last synced2026-06-20
View on GitHub

Repository

Ownerakin-ozer
Repositorycc-devops-skills
Full nameakin-ozer/cc-devops-skills
Repo ID1,110,572,485

Install this Skill

git clone https://github.com/akin-ozer/cc-devops-skills.git ~/.codex/devops-skills

Registry

Typecodex_skill
Quality score75/100
Verificationreadme_parsed
Last verified2026-06-20
Platforms
ClaudeCodex
Capabilities
code-reviewpdfmemoryterminalworkflow
Detected files
README.mddocsexamples

Summary

A practical agent skill pack designed for DevOps workflows in Claude Code and Codex, providing reusable automation capabilities.

Chinese description

一个实用的代理技能包,专为Claude Code和Codex中的DevOps工作设计。

Key features

  • Optimized for Claude Code and Codex environments
  • Reusable skill-based automation for DevOps tasks
  • Python-based implementation for easy integration
  • Lightweight and focused on practical workflows

Use cases

  • Automating CI/CD pipeline tasks in Claude Code
  • Streamlining infrastructure-as-code operations
  • Simplifying deployment and monitoring workflows
  • Enhancing developer productivity with skill-based agents

README excerpt

# DevOps skills for Claude Code and Codex [![Mentioned in Awesome Claude Code](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/hesreallyhim/awesome-claude-code) A practical skill pack for DevOps work in Claude Code and Codex desktop. This repository ships **31 skills**: - **16 generators** for scaffolding production-ready configs - **14 validators** for linting, security checks, and dry-run validation - **1 debugger** (`k8s-debug`) for cluster troubleshooting The goal is simple: make infra and pipeline work faster without skipping correctness checks. ## Quick Install ### Claude Code Plugin Marketplace ```bash /plugin marketplace add akin-ozer/cc-devops-skills /plugin install devops-skills@akin-ozer ``` ### Codex Desktop Skills only: ```bash $skill-installer install https://github.com/akin-ozer/cc-devops-skills/tree/main/devops-skills-plugin/skills ``` Manual plugin install: 1. Clone the repo and link the packaged plugin into your local Codex plugin directory: ```bash git clone https://github.com/akin-ozer/cc-devops-skills.git ~/.codex/devops-skills mkdir -p ~/plugins ~/.agents/plugins ln -s ~/.codex/devops-skills/devops-skills-plugin ~/plugins/devops-skills ``` 2. Create or update `~/.agents/plugins/marketplace.json` so Codex can discover the plugin: ```json { "name": "local-plugins", "interface": { "displayName": "Local Plugins" }, "plugins": [ { "name": "devops-skills", "source": { "source": "local", "path": "./plugins/devops-skills" }, "policy": { "installation": "AVAILABLE", "authentication": "ON_INSTALL" }, "category": "Productivity" } ] } ``` If you already use `~/.agents/plugins/marketplace.json`, append the `devops-skills` entry instead of r

Topics

No topics yet.

Explore more

Data from GitHub. Synced on 2026-06-20