Skip to content

Commit 5d18f77

Browse files
claudegithub-actions[bot]
authored andcommitted
feat: add build-with-claude documentation section
- Update fetchccdocs.sh to fetch build-with-claude docs - Add 28 prompt engineering and feature documents - Update CLAUDE.md with organized documentation references Closes #343 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 41d7bf1 commit 5d18f77

31 files changed

Lines changed: 13376 additions & 8 deletions

CLAUDE.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Always reference specific documentation files in this repository when providing
2121

2222
Use these paths to reference documentation when helping users:
2323

24+
#### Claude Code Documentation
2425
- `@./content/claude-code-docs/overview.md` - Claude Code overview and capabilities
2526
- `@./content/claude-code-docs/quickstart.md` - Getting started guide
2627
- `@./content/claude-code-docs/setup.md` - Installation and setup
@@ -51,6 +52,38 @@ Use these paths to reference documentation when helping users:
5152
- `@./content/release-notes/CHANGELOG.md` - Claude Code GitHub CHANGELOG
5253
- `@./content/claude-code-docs/release-notes/claude-code.md` - Release notes from docs.anthropic.com
5354

55+
#### Build with Claude - Prompt Engineering
56+
- `@./content/build-with-claude/overview.md` - Building with Claude overview
57+
- `@./content/build-with-claude/prompt-engineering/overview.md` - Prompt engineering introduction
58+
- `@./content/build-with-claude/prompt-engineering/be-clear-and-direct.md` - Clear and direct prompting
59+
- `@./content/build-with-claude/prompt-engineering/chain-of-thought.md` - Chain of thought prompting
60+
- `@./content/build-with-claude/prompt-engineering/chain-prompts.md` - Chaining prompts together
61+
- `@./content/build-with-claude/prompt-engineering/claude-4-best-practices.md` - Claude 4 best practices
62+
- `@./content/build-with-claude/prompt-engineering/multishot-prompting.md` - Multishot prompting examples
63+
- `@./content/build-with-claude/prompt-engineering/prefill-claudes-response.md` - Prefilling Claude's response
64+
- `@./content/build-with-claude/prompt-engineering/system-prompts.md` - Using system prompts
65+
- `@./content/build-with-claude/prompt-engineering/use-xml-tags.md` - Using XML tags in prompts
66+
- `@./content/build-with-claude/prompt-engineering/long-context-tips.md` - Long context tips
67+
- `@./content/build-with-claude/prompt-engineering/extended-thinking-tips.md` - Extended thinking tips
68+
- `@./content/build-with-claude/prompt-engineering/prompt-generator.md` - Prompt generator tool
69+
- `@./content/build-with-claude/prompt-engineering/prompt-improver.md` - Prompt improver tool
70+
- `@./content/build-with-claude/prompt-engineering/prompt-templates-and-variables.md` - Templates and variables
71+
72+
#### Build with Claude - Features
73+
- `@./content/build-with-claude/batch-processing.md` - Batch processing
74+
- `@./content/build-with-claude/citations.md` - Working with citations
75+
- `@./content/build-with-claude/context-windows.md` - Understanding context windows
76+
- `@./content/build-with-claude/embeddings.md` - Using embeddings
77+
- `@./content/build-with-claude/extended-thinking.md` - Extended thinking capability
78+
- `@./content/build-with-claude/files.md` - File handling
79+
- `@./content/build-with-claude/multilingual-support.md` - Multilingual capabilities
80+
- `@./content/build-with-claude/pdf-support.md` - PDF support
81+
- `@./content/build-with-claude/prompt-caching.md` - Prompt caching
82+
- `@./content/build-with-claude/search-results.md` - Search results handling
83+
- `@./content/build-with-claude/streaming.md` - Streaming responses
84+
- `@./content/build-with-claude/token-counting.md` - Token counting
85+
- `@./content/build-with-claude/vision.md` - Vision capabilities
86+
5487
## Repository Structure
5588

5689
- `content/` - All fetched Claude Code documentation and content

0 commit comments

Comments
 (0)