A collection of Agent Skills for pi, Claude Code, Codex, Cursor, and any other agent that follows the Agent Skills standard.
| Skill | Description |
|---|---|
Read, create, and review PDF files where layout matters. Generates with reportlab, extracts with pdfplumber/pypdf, and verifies by rendering pages to PNG. |
|
| progressive-paper-split | Restructure paper directories (full.md + images/) into progressive-disclosure trees — an INDEX.MD entry, one MD per result/table/figure, per-paper _meta.md manifests — with a link checker, a collection-index generator, and a parallel headless-subagent batch runner. |
| deep-literature-review | Deep-read, cross-compare, and gap-analyze a progressive-disclosure paper corpus. Enforces multi-layer reading (methods → results tables → discussion cross-references) beyond top-level indexes, then produces structured comparisons (definitions, effect sizes, study design, inter-paper citations) and evidence-based recommendations for missing literature. |
| pubmed-search | Search PubMed via NCBI E-utilities with a zero-dependency, pure-TypeScript CLI (search / get-by-pmid / mesh subcommands) invoked from bash. Ported from nature-skills' pubmed.py; runs on Node ≥ 23.6 — no Python, no MCP server, no npm install. |
| miniflux-cli | Manage a Miniflux RSS reader via a pure-TypeScript CLI (SKILL.md). 24 subcommands covering reads (feeds, entries, categories, users, discovery, OPML export) and writes (mark read, bookmark, feed/category CRUD, refresh, OPML import); reads MINIFLUX_URL + MINIFLUX_API_KEY from the environment. |
Install the whole collection:
npx skills add Limour-dev/pi-skillsOr a single skill explicitly:
npx skills add Limour-dev/pi-skills --skill pdfDual-licensed:
- Code (TypeScript, shell scripts, etc.) is licensed under the GNU GPL v3.
- Text (documentation,
SKILL.md, READMEs, references) is licensed under CC BY-NC-SA 4.0.