Add Skill: literature-review-with-traceable-ai-evidence

Extracted from: https://github.com/0verL1nk/PaperSage.git
Score: 1.0
This commit is contained in:
Hermes Pipeline
2026-08-08 23:04:46 +00:00
parent 271f79610d
commit e20b5370e1
5 changed files with 139 additions and 0 deletions
@@ -0,0 +1,10 @@
# Examples: literature-review-with-traceable-ai-evidence
## Usage Example
```python
# How to use this skill
# Inputs: Documents in PDF, Office, image, or text formats, Research questions or topics of interest, Optional: user model configuration via .env or settings
# Process: Upload documents to a project (via desktop app or web UI) → System asynchronously converts Office docs to PDF if needed, runs OCR to extract text with coordinates, chunks and embeds into vector store → User starts a main research session or creates exploration branches without waiting for indexing to finish
# Outputs: AI-generated answers with traceable evidence (coordinates, page highlights), Research session history with branches, Indexed document library for future queries, Mind maps or structured notes, Persistent run events for resuming sessions
```