ln-115-devops-docs-creator

Solid

Creates infrastructure.md and runbook.md (Docker-conditional). Use for DevOps documentation in any project.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # DevOps Documentation Creator **Type:** L3 Worker L3 Worker that creates infrastructure.md and runbook.md. Infrastructure inventory is always created; runbook is conditional on Docker presence. ## Purpose & Scope - Creates infrastructure.md (always) — declarative inventory: WHAT is deployed WHERE - Creates runbook.md (if hasDocker) — procedural guide: HOW to deploy/restart/troubleshoot - Receives Context Store from ln-110-project-docs-coordinator - Never gathers context itself; uses coordinator input ## Invocation (who/when) - **ln-110-project-docs-coordinator:** ALWAYS invoked (infrastructure.md is unconditional) - Never called directly by users ## Inputs From coordinator: - `contextStore`: Context Store with DevOps-specific data - DOCKER_COMPOSE_DEV (development setup) - DOCKER_COMPOSE_PROD (production setup) - ENV_VARIABLES (from .env.example) - STARTUP_SEQUENCE (services order) - DEPLOYMENT_TARGET (AWS, Vercel, Heroku) - CI_CD_PIPELINE (from .github/workflows) - DOCKER_SERVICES (parsed from docker-compose.yml services) - DEPLOYMENT_SCALE ("single" | "multi" | "auto-scaling" | "gpu-based") - DEVOPS_CONTACTS (from CODEOWNERS,...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category