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
Repository
Install this Skill
git clone https://github.com/akin-ozer/cc-devops-skills.git ~/.codex/devops-skillsRegistry
Summary
A practical agent skill pack designed for DevOps workflows in Claude Code and Codex, providing reusable automation capabilities.
一个实用的代理技能包,专为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 [](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.