-
Notifications
You must be signed in to change notification settings - Fork 6
Project Structure
github-actions[bot] edited this page Feb 13, 2026
·
5 revisions
After omcustom init:
your-project/
├── CLAUDE.md # Entry point for Claude
├── .claude/
│ ├── rules/ # Behavior rules
│ ├── hooks/ # Event hooks
│ ├── contexts/ # Context files
│ ├── agents/ # Agent definitions (flat .md files)
│ └── skills/ # Skill definitions
└── guides/ # Reference docs
See also: Quick Start | Agents