Claude Cowork Playbook banner
sdaluga sdaluga

Claude Cowork Playbook

DevOps community

Description

Everything you need to use Claude Cowork and ship Claude agents: 3 production-shaped examples, Cowork skills, Docker/K8s deployment, and the governance nobody puts in the tutorial.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

![Claude Cowork Playbook](docs/images/hero.png)

The Claude Cowork Playbook

Everything you need to *use* Claude Cowork and *ship* Claude agents — three production-shaped examples, fully commented, with the deployment and governance nobody puts in the tutorial.

[![License: MIT](https://img.shields.io/badge/License-MIT-2EA043?style=for-the-badge)](LICENSE) [![Python](https://img.shields.io/badge/Python-3.10+-3776AB?style=for-the-badge&logo=python&logoColor=white)](examples/01-account-research-agent/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178C6?style=for-the-badge&logo=typescript&logoColor=white)](examples/03-inbox-triage-service/) [![Claude Agent SDK](https://img.shields.io/badge/Claude%20Agent%20SDK-D97757?style=for-the-badge&logo=anthropic&logoColor=white)](https://code.claude.com/docs/en/agent-sdk/overview) [![PRs welcome](https://img.shields.io/badge/PRs-welcome-8957E5?style=for-the-badge)](CONTRIBUTING.md)

**[Quickstart](#quickstart-5-minutes) · [The three examples](#the-three-examples) · [Cowork skills](#no-code-start-here) · [Architecture](docs/03-enterprise-architecture.md) · [Deploy](docs/04-deployment-guide.md) · [Security](docs/05-security-and-governance.md)**


Why this repo exists

Most agent tutorials stop at `hello world`. You get a working `query()` call and then you're on your own for the part that actually takes the time: **what tools to grant, what stops the loop, what it costs, what you show an auditor, and how it survives a container restart.**

This repo is the other 90%. Every file is commented with *why*, not just *what*. Every example is something you could put in front of a review board on Monday.

**⭐ If you're evaluating Claude for enterprise work, start with [`docs/03-enterprise-architecture.md`](docs/03-enterprise-architecture.md).** It's the reference picture and the five questions an architecture review will actually ask.

![Claude agent reference architecture](docs/i