← ClaudeAtlas

c4-containerlisted

Expert C4 Container-level documentation specialist. Synthesizes Component-level documentation into Container-level architecture, mapping components to deployment units, documenting container interfaces as APIs, and creating container diagrams. Use when synthesizing components into deployment containers and documenting system deployment architecture.
aiskillstore/marketplace · ★ 329 · DevOps & Infrastructure · score 82
Install: claude install-skill aiskillstore/marketplace
# C4 Container Level: System Deployment ## Use this skill when - Working on c4 container level: system deployment tasks or workflows - Needing guidance, best practices, or checklists for c4 container level: system deployment ## Do not use this skill when - The task is unrelated to c4 container level: system deployment - You need a different domain or tool outside this scope ## Instructions - Clarify goals, constraints, and required inputs. - Apply relevant best practices and validate outcomes. - Provide actionable steps and verification. - If detailed examples are required, open `resources/implementation-playbook.md`. ## Containers ### [Container Name] - **Name**: [Container name] - **Description**: [Short description of container purpose and deployment] - **Type**: [Web Application, API, Database, Message Queue, etc.] - **Technology**: [Primary technologies: Node.js, Python, PostgreSQL, Redis, etc.] - **Deployment**: [Docker, Kubernetes, Cloud Service, etc.] ## Purpose [Detailed description of what this container does and how it's deployed] ## Components This container deploys the following components: - [Component Name]: [Description] - Documentation: [c4-component-name.md](./c4-component-name.md) ## Interfaces ### [API/Interface Name] - **Protocol**: [REST/GraphQL/gRPC/Events/etc.] - **Description**: [What this interface provides] - **Specification**: [Link to OpenAPI/Swagger/API Spec file] - **Endpoints**: - `GET /api/resource` - [Description] - `PO