Skip to content
Agentic Levels
  • New to AI?
  • Assessment
  • Levels
  • Lessons
  • Tracks
  • Resources
  • Reference
  • What's New
  • What's Next
  • More
    Tool SetupCompareAboutThanksFAQPricingPreferences
  • New to AI?
  • Assessment
  • Levels
  • Lessons
  • Tracks
  • Resources
  • Reference
  • Tool Setup
  • Compare
  • What's New
  • About
  • Thanks
  • FAQ
  • What's Next
  • Pricing

© 2026 Fuentes Studio·Privacy·Terms

yourCouncil
Ready to help
✦

What do you want to understand?

Ask anything about what you're learning.

Workspace Guide

Structure your context so every session gets better over time, with memory, briefs, and working files that stay close to the tool you use.

Start HereWorkspace GuideInterfaces Guide
Workspace for Claude Code

Optimize the repo for repeated terminal sessions for Claude Code

Claude Code gets stronger when the repo explains itself clearly. The priority is stable commands, explicit guardrails, and memory that compounds through CLAUDE.md and skills.

  • Keep CLAUDE.md near the root and treat it like working memory, not marketing copy.
  • Codify frequent workflows as slash commands or reusable skills instead of retyping prompts.
  • Bias toward runnable commands and diff-based proof inside the repo.

Recommended structure

Favor a compact root, a strong CLAUDE.md, and explicit command paths so Claude Code can orient fast in a terminal session.

Start here

Start with a lean root `CLAUDE.md`, then add modules only after you repeat the same explanation twice. Keep the repo easy for the CLI to inspect and easy for you to verify.

Ignore for now

Ignore big skill libraries, hooks, and fancy context routing until your basic plan → execute → verify loop is stable in one real repo.

·CLAUDE.mdRoot rules file, behavioral mandates only, under 200 lines
·AGENTS.mdOptional: extra repo instructions and tool documentation
▾modules/Detailed docs that CLAUDE.md references
·module-index.mdIndex of all modules
·testing.mdTest conventions and patterns
·deployment.mdDeploy checklist and steps
·post-mortems.mdLessons from past failures
▾key-facts/Per-system summaries the agent reads before touching a tool
·auth.mdAuth system notes
·database.mdDB schema and patterns
▾docs/Architecture decisions, API contracts, ADRs
·architecture.mdSystem overview
▸adr/Architecture decision records
Next: Interfaces Guide →