willoscar/agent-survey-corpus
| Download a small corpus of open-access arXiv survey/review PDFs about agentic systems and extract text for style learning.
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill agent-survey-corpus
Goal: create a small, local reference library so you can learn from real agent surveys when refining:
This is intentionally *not* part of the pipeline; it is an optional, repo-level toolkit.
ref/agent-surveys/arxiv_ids.txtref/agent-surveys/pdfs/ref/agent-surveys/text/ref/agent-surveys/STYLE_REPORT.md (tracked; auto-generated summary)1) Edit ref/agent-surveys/arxiv_ids.txt (one arXiv id per line).
2) Run the downloader to fetch PDFs and extract the first N pages to text.
3) Skim the extracted text under ref/agent-surveys/text/:
uv run python .codex/skills/agent-survey-corpus/scripts/run.py --helpuv run python .codex/skills/agent-survey-corpus/scripts/run.py --workspace . --max-pages 20--workspace <dir> (use . to write into repo root)--inputs <semicolon-separated> (default: ref/agent-surveys/arxiv_ids.txt)--max-pages <N> (default: 20)--sleep <seconds> (default: 1.0)--overwrite (re-download + re-extract)ref/:uv run python .codex/skills/agent-survey-corpus/scripts/run.py --workspace . --max-pages 20uv run python .codex/skills/agent-survey-corpus/scripts/run.py --workspace /tmp/surveys --max-pages 30--sleep, or try fewer ids.--max-pages..gitignore (ref//pdfs/, ref//text/).Take willoscar/agent-survey-corpus from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.