How Snippets Work
When a Claude agent starts, all enabled snippets for the project are concatenated and included in the system prompt. Claude sees them as project rules it must follow.Enable or disable
Toggle snippets on or off. Disabled snippets are saved but not included in prompts.
Example Snippets
- Code Style
- Architecture
- Git Conventions
Enable/Disable Toggle
Each snippet has an independent toggle. This lets you:- Temporarily disable a rule without deleting it
- Keep a library of snippets and activate only the relevant ones
- A/B test different instructions across task runs
Snippets are different from CLAUDE.md. Snippets are managed in the UI and injected by Claude Board. CLAUDE.md is a file in your repo that Claude reads directly.