Shared Claude Code agents and skills for our team.
agents/ # Custom agent definitions
skills/ # Custom skill definitions
claude-code-multi-agent-iterm2.md # Host-side iTerm2/tmux setup for agent teams (non-Docker)
Copy agent files to your local Claude Code config:
cp agents/*.md ~/.claude/agents/Or symlink the directory for auto-updates when you pull:
ln -sf "$(pwd)/agents"/*.md ~/.claude/agents/Copy skill directories to your local Claude Code config:
cp -r skills/* ~/.claude/skills/claude-docker — the hardened container for running Claude Code with isolated filesystem access and gh/glab/aws pre-installed — now lives in its own repository: schubergphilis/claude-docker. See its README for the quickstart.
| Agent | Model | Description |
|---|---|---|
architect |
opus | Infrastructure and platform architecture authority |
cost-control-reviewer |
sonnet | FinOps and cost optimization specialist |
mission-critical-engineer |
sonnet | Hands-on implementer and debugger |
principal-engineer |
opus | System design and cross-cutting architectural decisions |
qa-pipeline-expert |
sonnet | Testing, linting, and CI/CD pipeline expert |
security-devils-advocate |
opus | Adversarial security reviewer |
tech-lead |
opus | Pragmatic generalist for day-to-day engineering decisions |
- Create or modify agent/skill files following the Claude Code agent format
- Open a PR with your changes
- Get a review from a colleague before merging