Example configurations and skills for the CS team's Claude Code setup.
.
├── CLAUDE.md.example # Template for personal CLAUDE.md
├── skills/
│ ├── api-integration/ # Generic API client skill pattern
│ ├── slack-writer/ # Message drafting skill
│ └── meeting-prep/ # Customer meeting preparation
└── mcp-servers.json.example # MCP server configuration
-
Copy CLAUDE.md to your home directory
cp CLAUDE.md.example ~/.claude/CLAUDE.md -
Customize with your details
- Update role and team context
- Add your common workflows
- Include API endpoints you use
-
Add skills as needed
mkdir -p ~/.claude/skills cp -r skills/* ~/.claude/skills/
| File | Location | Purpose |
|---|---|---|
CLAUDE.md |
~/.claude/CLAUDE.md |
Global instructions for all projects |
| Skills | ~/.claude/skills/<name>/SKILL.md |
Reusable workflows |
| MCP Servers | ~/.claude/mcp-servers.json |
Tool integrations |
- Claude Code Docs
- Internal Guide (Notion)