willoscar/survey-seed-harvest
| Identify survey/review papers in a retrieved set and extract taxonomy seeds into `outline/taxonomy.yml` (topics/subtopics/terminology).
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill survey-seed-harvest
Bootstrap taxonomy *seeds* from existing survey/review papers inside your retrieved set.
This is an accelerator for the early structure stage: it should make taxonomy-builder easier, not replace it.
papers/papers_dedup.jsonl (deduped paper metadata with titles/abstracts)outline/taxonomy.yml (seed taxonomy; expected to be refined)Uses: papers/papers_dedup.jsonl.
taxonomy-builder for domain-meaningful rewriting and scope alignment.outline/taxonomy.yml exists and is valid YAML.children used) and every node has a description.uv run python .codex/skills/survey-seed-harvest/scripts/run.py --helpuv run python .codex/skills/survey-seed-harvest/scripts/run.py --workspace <workspace>--top-k <n>: number of candidate terms to consider--min-freq <n>: minimum frequency thresholduv run python .codex/skills/survey-seed-harvest/scripts/run.py --workspace <workspace> --top-k 80 --min-freq 3taxonomy-builder.Fix:
Fix:
taxonomy-builder to rewrite under the actual scope.Take willoscar/survey-seed-harvest 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.