pdf-research
Installation
SKILL.md
PDF Research Skill
LightRAG-based PDF document indexing and semantic search for Claude Code research workflows.
Quick Start (For Claude)
When user invokes /pdf-research, Claude should:
- Check status first: Run
python pdf_research.py statusto see current configuration - Auto-index if requested: When user provides a PDF directory, run indexing automatically
- Search queries: Execute searches and return formatted results
Automatic Workflow
# Always run from scripts directory
cd ~/.claude/skills/pdf-research/scripts