Devopsconf AI Develop — AI skill for Claude Code
Материалы к докладу на DevOpsConf 2026, 2 апреля 2026.
How to install Devopsconf AI Develop
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open azalio/devopsconf-ai-develop and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Devopsconf AI Develop does
Материалы к докладу на [DevOpsConf 2026](https://devopsconf.io/moscow/2026/abstracts/17475), 2 апреля 2026.
Alternatives in AI
- MCP Use — The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents 9.5k ★
- Develop — Development phase - Build solutions with multi-AI implementation and quality gates 2.8k ★
- Claude Design Skills — I list of claude skills taking 2026 website design trends and turning each into a usable skill to help develop 15 ★
README
Как разрабатывать production Kubernetes-операторы с помощью LLM
Материалы к докладу на [DevOpsConf 2026](https://devopsconf.io/moscow/2026/abstracts/17475), 2 апреля 2026.
Михаил Петров, Yandex Cloud.
О чём доклад
Прямое использование LLM как «умного генератора кода» на сложных системах быстро упирается в потерю контроля: AI молча принимает архитектурные решения, генерирует большие diff, упрощает модель там, где упрощать нельзя.
В докладе показан воспроизводимый инженерный процесс **SPEC → PLAN → TEST → CODE → REVIEW → LEARN**, который превращает LLM из генератора правдоподобного кода в управляемый инструмент разработки. Каждый этап — вход, действие, выход, критерий качества и отдельная роль для LLM.
Реальный кейс: production Kubernetes-оператор за 7 дней вместо оценки в 90 дней.
Demo
Project Operator в реальном кластере Stackland — от пустого проекта до мультитенантной изоляции с квотами и RBAC за 2 минуты:

Локальное воспроизведение через asciinema# Установить asciinema: brew install asciinema
asciinema play demo.cast
Артефакты процесса
Это не абстрактные шаблоны, а реальные рабочие артефакты проекта:
| Файл | Этап | Что внутри |
|---|---|---|
| SPEC.md | SPEC | Модель ресурсов, инварианты, edge cases, acceptance criteria |
| PLAN.md | PLAN | 18 задач с PRE/POST conditions и критериями готовности |
| CLAUDE.md | LEARN | Project context file: команды, конвенции, known gotchas |
| project.md | — | Исходная постановка задачи |
| project-operator/ | CODE | Go-код оператора (kubebuilder v4) |
Как читать артефакты
project.md — "Что мы хотим построить"
↓
SPEC.md — "Какие инварианты мы фиксируем до кода"
↓
PLAN.md — "Как разбиваем на маленькие проверяемые шаги"
↓
project-operator/ — "Код, который прошёл тесты и review"
↓
CLAUDE.md
Related Skills
Flow Develop
Multi-AI implementation using Codex and Gemini CLIs (Double Diamond Develop phase)
Octo Develop
\"Development phase - Build solutions with multi-AI implementation and quality gates\"
Create PR Develop
Create PR to develop branch with full validation (sync, tests 100%, lint, types) and AI-generated title/body
Develop A Business Plan In Minutes
Use this business plan skill to develop a business plan for your new idea or business in minutes. Works with C
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
Related Agents
Website Developer
Use this agent when you need to develop, enhance, or maintain the GitHub Pages static site in the docs/ folder
.github/workflows/redteam.yml
name: Continuous Red Team Assessment on: push: branches: [main, develop] pull_request: branches: [main] schedu
Bash Shell Scripting
Use this agent when you need to develop, debug, or optimize bash scripts and shell automation. This includes s