Skill: init
When this skill is activated, you prepare the current project for optimized interaction with Claude Code.
Workflow
- •Codebase Analysis: Use
LS,Glob, andReadto identify the project's language, architecture, core dependencies, and established patterns. - •Generate CLAUDE.md: Create a
CLAUDE.mdguide in the project root. This file must serve as the authoritative reference for:- •Project Overview: What is this project?
- •Core Concepts: Key architectural decisions and domain models.
- •Development Workflow: Specific commands for building, testing, and running.
- •Style & Conventions: Naming rules, indentation, and idiomatic patterns.
- •Zrb Setup: Suggest creating a
zrb_init.pyif custom automation tasks are needed.
Note: Always present the proposed CLAUDE.md content to the user for approval before writing the file.