# Scansci Sort

> Use this skill when the user wants to triage a large academic paper list into open-access, repository, institutional, and user-selected source queues before downloading.

- Skill: `rimagination/scansci-sort` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rimagination/scansci-sort`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rimagination/scansci-sort/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Rimagination (https://skillmd.com/u/rimagination)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rimagination/scansci-sort

---


# ScanSci Sort

Use this skill for large-list hygiene and route planning. The detailed workflow is
kept in `../../zcode-plugin/skills/scansci-sort/SKILL.md` and remains the canonical
reference for the ZCode command as well.

- Normalize, deduplicate, and validate identifiers before probing sources.
- Keep triage separate from retrieval: classification should not download the
  entire input list.
- Prefer open-access and repository checks before any user-selected secondary
  source probe.
- Preserve `hit`, `miss`, `turnstile`, and `blocked` distinctions instead of
  treating every HTTP 200 response as a full-text hit.
- Produce a report, bucket files, and a clear next route for each bucket.

