18copied
CLAUDE.md security section for anything that touches the database
## Data access rules
16copied
CLAUDE.md section that keeps sessions short and cheap
## Keep the session small
7copied
Cursor rule: no new packages without asking
# .cursorrules
- Never add a dependency. If you think one is needed, name it, link its npm page, and ask.12copied
Glossary-first CONTEXT.md template
# CONTEXT
9copied
CLAUDE.md section for migrations the agent is allowed to write
## Database changes
18copied
CLAUDE.md section that stops Claude Code from re-implementing helpers
## Before you write code
11copied
CLAUDE.md rules for the commits your agent writes
## Commits
7copied
CLAUDE.md for a FastAPI service: the layout and the rules that hold it
## Layout
4copied
CLAUDE.md section for an Expo app the agent cannot run
## You cannot run this app
3copied
Scope file for Bolt projects
# SCOPE
10copied
CLAUDE.md testing section that stops the agent from deleting failing tests
## Tests
2copied
File and folder conventions section so the tool stops inventing directories
## Where things go