Skip to main content
FB.
Start Start to Build Beginner 45 min 🇬🇧 EN claude-codecontext-engineeringworkflowhooksskillsmemoryoutput-styles

Claude Code setup, level by level

Three configuration layers for project context, daily tools and persistent memory, with checks for what loads and how it behaves.

Updated Sep 12, 2026
Florian Bruniaux

Written by Florian Bruniaux

AI Founding Engineer at Méthode Aristote, 13 years scaling engineering teams from developer to CTO. Builds open-source developer tools, see what else I've shipped.

What you'll set up

  • A minimal CLAUDE.md that records the project conventions you would otherwise repeat
  • RTK installed, with token reduction measured on your own CLI commands
  • Three hooks: credential leak blocker, auto-formatter on every file edit, and commit format validation
  • Two skills that give Claude instant commit and session-restore capabilities
  • An optional Output Style for persistent response formatting
  • A memory store with checks for saved knowledge and its availability in a later session

Prerequisites

  • Claude Code installed (claude.ai/code)
  • jq installed (required by the hooks below)
Contact