Sub-skill of rag-system-builder: Best Practices.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill best-practices --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Best Practices?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-best-practices-bcaebd17)More formats (shields.io, HTML) on the badges page.
---
name: rag-system-builder-best-practices
description: 'Sub-skill of rag-system-builder: Best Practices.'
version: 1.2.0
category: data
type: reference
scripts_exempt: true
---
# Best Practices
## Best Practices
1. **Chunk size matters** - 500-1500 chars optimal for context
2. **Retrieve enough context** - top_k=5-10 for comprehensive answers
3. **Include source attribution** - Always show which documents were used
4. **Handle edge cases** - Empty results, API errors, timeouts
5. **Monitor token usage** - Track costs and optimize prompts
6. **Use SQLite timeout** - `timeout=30` for concurrent access
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!