но существует уже не мало инструментов, скилы, mcp и так далее,
# me what is better: - skills defined - a 'crossroads' guide: take a look at .docs\arch&op\arch&op.toc.md - something else
# bot TL;DR: The TOC is a ~40-token index that saves thousands of tokens per task by letting me do targeted reads. Keep it as the primary navigation aid.
This is strictly better than: - Skills: those inject provider docs (Anthropic SDK, etc.), not your architecture. Irrelevant unless you're building against the Claude API. - Reading everything upfront: burns 5-10k tokens on chapters that may not apply to the task at hand. - Winging it from CLAUDE.md alone: misses runtime details (UoW lifecycle, persistence result handling, policy type system) that cause subtle bugs.
# me
what is better:
- skills defined
- a 'crossroads' guide: take a look at
.docs\arch&op\arch&op.toc.md- something else
# bot
TL;DR: The TOC is a ~40-token index that saves thousands of tokens per task by letting me do targeted reads. Keep it as the primary navigation aid.
This is strictly better than:
- Skills: those inject provider docs (Anthropic SDK, etc.), not your architecture. Irrelevant unless you're building against the Claude API.
- Reading everything upfront: burns 5-10k tokens on chapters that may not apply to the task at hand.
- Winging it from CLAUDE.md alone: misses runtime details (UoW lifecycle, persistence result handling, policy type system) that cause subtle bugs.