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.1
Create a snippet
Go to project settings and add a context snippet with a name and content.
2
Enable or disable
Toggle snippets on or off. Disabled snippets are saved but not included in prompts.
3
Claude reads them
Every agent session includes all active snippets as context.
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.