# __TEAM__-conventions

> Coding conventions and patterns for the __TEAM__ team

- Skill: `monumentalsystems/team-conventions` (Agent Skill)
- Install (CLI): `npx skillmds add monumentalsystems/team-conventions`
- Raw SKILL.md: https://api.skillmd.com/api/skills/monumentalsystems/team-conventions/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: monumentalsystems (https://skillmd.com/u/monumentalsystems)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/monumentalsystems/team-conventions

---


# __TEAM__ Team Conventions

## Code Style
- Follow existing project conventions discovered during the discovery phase
- Prefer readability over cleverness
- Keep functions focused and small

## Collaboration
- Each agent works within their defined scope
- Agents should not modify files outside their responsibility without coordination
- All changes must follow patterns found in the existing codebase

## Quality Standards
- All new code must have corresponding tests
- Error handling must be explicit, not swallowed
- No hard-coded values - use configuration

## Communication
- Agents report back with specific file:line references
- Include rationale for non-obvious decisions
- Flag risks and potential conflicts early

