๐๏ธ What is Claude Code?
Claude Code explained for everyone : an AI agent that lives in your computer, reads your files, executes tasks and verifies its own work. No jargon.
๐๏ธ Memory (CLAUDE.md...)
How Claude Code remembers : the three-file memory pattern explained simply. CLAUDE.md for rules, MEMORY.md for knowledge, lessons.md for mistakes.
๐๏ธ Settings & hooks
How to control an AI agent : permission zones (forbidden, ask, allowed) and hooks, the automatic checks that run without anyone thinking about them.
๐๏ธ Skills & sub-agents
Skills are written procedures the agent follows exactly ; sub-agents are specialists it can dispatch. How expertise gets encoded into an AI system.
๐๏ธ MCP & long-term memory
The Model Context Protocol (MCP) explained simply : the universal plug that connects an AI agent to your databases, tools and long-term memory.
๐๏ธ Best practices
The working discipline that makes AI agents reliable : premortem checks, verification before done, the lessons loop, and structured sessions.
๐๏ธ The eaQbe-ISO standard
All the concepts of this guide assembled into one reusable configuration standard : memory, permissions, hooks, skills and session discipline.