claude-code-ultimate-guide/examples/team-config/claude-skeleton.md
Florian BRUNIAUX 6d847d24de docs: add Profile-Based Module Assembly pattern (Section 3.5)
- Section 3.5 "Team Configuration at Scale" in ultimate-guide.md:
  profiles YAML + shared modules + skeleton + assembler script;
  59% context token reduction measured on 5-dev production team;
  includes CI drift detection, 5-step replication guide, trade-offs
- New workflow: guide/workflows/team-ai-instructions.md (6 phases,
  scaling thresholds, troubleshooting table)
- New templates: examples/team-config/ (profile-template.yaml,
  claude-skeleton.md, sync-script.ts)
- reference.yaml: 9 new entries for team_ai_instructions_*
- README: templates count 161 → 164, date Feb 19 → Feb 20
- CHANGELOG [Unreleased]: resource evaluations (AGENTS.md ETH Zürich
  4/5, Sylvain Chabaud 3/5), spec-first Task Granularity section,
  methodologies ATDD expansion

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 15:04:29 +01:00

75 lines
1.2 KiB
Markdown

# AI Instructions — {{DEVELOPER_NAME}}
<!-- Generated: {{GENERATED_DATE}} | OS: {{OS}} | Tool: {{TOOL}} -->
<!-- DO NOT EDIT MANUALLY — auto-generated from profile + modules -->
<!-- To update: edit profiles/{{DEVELOPER_SLUG}}.yaml or modules/, then run: -->
<!-- npx ts-node sync-ai-instructions.ts {{DEVELOPER_SLUG}} -->
---
## Project Context
{{MODULE:core-standards}}
---
## Git Workflow
{{MODULE:git-workflow}}
---
## Testing
{{MODULE:test-conventions}}
---
{{#if typescript}}
## TypeScript Rules
{{MODULE:typescript-rules}}
---
{{/if}}
{{#if python}}
## Python Rules
{{MODULE:python-rules}}
---
{{/if}}
## Environment & Paths
{{MODULE:{{OS}}-paths}}
---
{{#if cursor}}
## Cursor-Specific Instructions
{{MODULE:cursor-rules}}
---
{{/if}}
{{#if windsurf}}
## Windsurf-Specific Instructions
{{MODULE:windsurf-rules}}
---
{{/if}}
## Communication Style
{{#if verbose}}
Provide detailed explanations for each decision. Show alternatives considered. Include reasoning.
{{/if}}
{{#if concise}}
Be concise. One sentence per point. Skip obvious details.
{{/if}}
{{#if terse}}
Minimal output. Code only when possible. No explanations unless asked.
{{/if}}