Sub-skill of pdf-text-extractor: 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-448f983a)More formats (shields.io, HTML) on the badges page.
---
name: pdf-text-extractor-best-practices
description: 'Sub-skill of pdf-text-extractor: Best Practices.'
version: 1.2.0
category: data
type: reference
scripts_exempt: true
---
# Best Practices
## Best Practices
1. **Use timeout for SQLite** - `timeout=30` prevents lock errors
2. **Batch commits** - Commit every 100 files, not every file
3. **Handle errors gracefully** - Log and continue on failures
4. **Track progress** - Enable resumption of interrupted jobs
5. **Chunk appropriately** - 1500-2500 chars optimal for search
6. **Preserve page numbers** - Essential for citations
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!