Claude Skill

akin-ozer/cc-devops-skills

一个实用的代理技能包,专为Claude Code和Codex中的DevOps工作设计,提供CI/CD、基础设施和部署工作流的可复用自动化。

概览

Stars222
Forks26
语言Python
最后更新2026-05-27
最近同步2026-06-20
前往 GitHub

仓库信息

拥有者akin-ozer
仓库cc-devops-skills
完整名称akin-ozer/cc-devops-skills
Repo ID1,110,572,485

安装这个 Skill

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

Registry 信息

类型codex_skill
质量分75/100
验证状态readme_parsed
最近验证2026-06-20
平台
ClaudeCodex
能力
code-reviewpdfmemoryterminalworkflow
识别文件
README.mddocsexamples

项目简介

一个实用的代理技能包,专为Claude Code和Codex中的DevOps工作流设计,提供可复用的自动化能力。

英文描述

A practical agent skill pack for DevOps work in Claude Code and Codex.

要点

  • 针对Claude Code和Codex环境优化
  • 基于技能的可复用DevOps任务自动化
  • Python实现,易于集成
  • 轻量级,聚焦实用工作流

使用场景

  • 在Claude Code中自动化CI/CD流水线任务
  • 简化基础设施即代码操作
  • 简化部署与监控工作流
  • 通过基于技能的代理提升开发者效率

README 摘要

# 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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-06-20