Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,22 @@ CLAUDE.md is the single most important file in your project for shaping claude's

typescript monorepo. pnpm workspaces. vitest for testing.



**advanced: `<important if>` tags**

for large CLAUDE.md files, prioritize critical context with `<important if>` tags:

```markdown
<important if>
working on auth
or touching token validation
</important if>
token validation always uses HMAC-SHA256, never MD5
```

climate context before sending the prompt, keeping the most relevant sections at the front of the window. useful when your CLAUDE.md exceeds 300 lines and attention matters.

## structure
- packages/api/ -- express backend
- packages/web/ -- next.js frontend
Expand Down
4 changes: 3 additions & 1 deletion docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ curated external resources for claude code. these are genuinely useful -- not an

## community repos

## community repos

- [hesreallyhim/awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) -- the biggest curation hub, comprehensive links and tools
- [shanraisshan/claude-code-best-practice](https://github.com/shanraisshan/claude-code-best-practice) -- deep reports and analysis on effective patterns
- [shanraisshan/claude-code-best-practice](https://github.com/shanraisshan/claude-code-best-practice) -- deep reports and analysis on effective patterns. recently added `<important if>` tags for CLAUDE.md context prioritization

## blogs & analysis

Expand Down