This skill guides the creation of effective CLAUDE.md files that provide Claude with essential project context.
LLMs are stateless—they have no memory between sessions. The only thing Claude knows about a codebase is the tokens provided to it. CLAUDE.md enters every conversation, making it the primary tool for context management.
| WHAT | Technology stack, project structure, codebase organization | "This is a Next.js app using TypeScript and Prisma" | | WHY | Project purpose, component functions | "The auth module handles OAuth2 flow for enterprise SSO" | | HOW | Commands, testing procedures, verification methods | "Run npm test before commits; lint with npm run lint" |
Diese Fähigkeit sollte verwendet werden, wenn der Benutzer auffordert, „ein CLAUDE.md zu erstellen“, „ein CLAUDE.md zu schreiben“, „CLAUDE.md einzurichten“, „Claude für dieses Projekt zu konfigurieren“, „Projektanweisungen für Claude hinzuzufügen“, „Claude-Kontext zu initialisieren“ oder erwähnt, dass projektspezifische Claude-Anweisungen benötigt werden. Quelle: petekp/claude-skills.