Claude Code For Teams — Development skill for Claude Code
The starter kit for running Claude Code across a team of 2 to 30 users.
How to install Claude Code For Teams
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open darnoux/claude-code-for-teams and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Code For Teams does
The starter kit for running Claude Code across a team of 2 to 30 users. Companion to the playbook at docs.heyarnoux.com/teams.
Alternatives in Development
- Skill Creator — Create new skills, modify existing skills, and measure skill performance 94.1k ★
- Claude SEO — Multi-Platform Agent Instructions — For Cursor, Cursor Cloud Agents, Google Antigravity, and Gemini CLI 5k ★
- Oh My Agent — Portable multi-agent harness for .agents-based skills, workflows, and standards-aware agent teams across Antig 786 ★
README
Claude Code for Teams
The starter kit for running Claude Code across a team of 2 to 30 users. Devs, marketers, sales, ops.
[**Read the full playbook (~30 pages) →**](https://docs.heyarnoux.com/teams)
This repo is the executable companion. Clone it, copy `starter/` into your project, customize, ship.
Pick your path
Most teams of 2 to 30 run one of three setups. Pick yours first.
| Path | For | Start here |
|---|---|---|
| A. Cowork-only | Marketing, sales, ops, finance, legal teams. No terminal users. | `/cowork` |
| B. Mixed | Devs on Claude Code + everyone else on Cowork. Most teams of 2-30 in 2026. | `/mixed` |
| C. Claude Code only | Engineering-led teams. Repo-first. | `/starter` (this is the default) |
The big asymmetry: **Cowork is excluded from Anthropic's Audit Logs, Compliance API, Data Exports, and BAA** as of May 2026. If you're in a regulated industry, Cowork is disqualified for sensitive workloads. Put that work in Claude Code (which IS covered).
What's in here
.
├── starter/ ← Path C, copy this into your team repo (Claude Code)
│ ├── .claude/
│ │ ├── settings.json ← deny rules, env vars, hook wiring
│ │ ├── hooks/ ← 4 baseline hooks (block-destructive, require-approval, scan-secrets, audit-log)
│ │ ├── skills/research/ ← sample team-shared skill
│ │ ├── agents/ ← sample subagent (code-reviewer)
│ │ └── rules/ ← path-scoped rule examples
│ ├── .github/
│ │ ├── CODEOWNERS ← route AI-edited paths to a human
│ │ ├── workflows/ai-safety.yml ← secrets + PII guard on every PR
│ │ └── pull_request_template.md
│ ├── .mcp.json.example ← read-only MCP scaffold (pinned versions)
│ └── CLAUDE.md.example ← team rules template (< 200 lines)
├── cowork/ ← Path A, Cowork-only governance kit
│ ├── README.md
│ ├── a
Related Skills
Claude Code Buddy Reroll
Reroll your Claude Code /buddy companion — brute-force for any species + rarity, with accountUuid trap fix for
Hq Starter
Instructions you hand to your Claude Code or Codex agent to build your own HQ: a file-based memory system and
Agent Teams Playbook
Claude Code多智能体编排Skill:自适应决策 + 6阶段工作流 + 5大场景 Multi-agent orchestration skill for Claude Code
CC Codex Gemini Companion Starter
Single-repository bootstrap framework for Claude Code, Codex, and Gemini with memory, IM bridge, and catalog-g
Claude Code Beginners
The starter kit from the book Claude Code for Beginners: the six files you copy into every new project, plus t
Linear Sync
Populate or refresh the Linear reference files (teams, projects, users, workflows)
Related Agents
Fk Librarian
Finds the right API pattern or prior evidence - Triton/TileLang/CuTe/CUDA docs, the starter templates in fastk
30 Agents Every AI Engineer Must Build
Agent-architecture books usually stop at diagrams, so this Packt companion repository (by Imran Ahmad, 2026) s
Docs Agent
Updates, restructures, or creates documentation MDs in ~/code — CLAUDE.md, agent definitions, specs, ADRs, com