Claude Cowork Playbook
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

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) [](examples/01-account-research-agent/) [](examples/03-inbox-triage-service/) [](https://code.claude.com/docs/en/agent-sdk/overview) [](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.
 - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps