| Map papers from the core set to each outline subsection and write `outline/mapping.tsv` with coverage tracking.
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill section-mapper
Create a paper→subsection map that supports evidence building and later synthesis.
Good mapping is relevant, diverse, and explainable. Corpus-wide topic words and repeated outline boilerplate are not evidence of subsection relevance.
outline/outline.yml and a papers/core_set.csv and need coverage per subsection.papers/core_set.csvoutline/outline.ymloutline/mapping.tsvoutline/mapping_report.md (diagnostics: reuse hotspots, weak-signal subsections)outline/mapping_gap_candidates.tsv (read-only repair candidates from the deduplicated pool when the core set cannot meet a subsection target)To prevent accidental overwrites after you refine mapping rationales:
outline/mapping.refined.ok.The marker is valid only while it is newer than the mapping, core set, outline, query contract, and mapper implementation. Any upstream change invalidates it.
If you rerun the script without this marker, it will back up the previous mapping to a timestamped file:
outline/mapping.tsv.bak.<timestamp>why with a short semantic rationale (one line is enough), e.g.:outline/mapping.tsv exists and is non-empty.why).why is semantic (not just matched_terms=...).uv run python .codex/skills/section-mapper/scripts/run.py --helpuv run python .codex/skills/section-mapper/scripts/run.py --workspace <workspace> --per-subsection 28--per-subsection <n>: target mapped papers per subsection--diversity-penalty <int>: penalize repeated reuse of the same paper across many subsections--soft-limit <n> / --hard-limit <n>: caps for per-paper reuse (0 = auto)--minimum-score <n>: automatic relevance floor (default: 3); lower only when the resulting mappings will be reviewed manuallyuv run python .codex/skills/section-mapper/scripts/run.py --workspace <workspace> --per-subsection 4 --diversity-penalty 5uv run python .codex/skills/section-mapper/scripts/run.py --workspace <workspace> --per-subsection 3 --soft-limit 6 --hard-limit 10outline/mapping_report.md diagnostics.outline/mapping_gap_candidates.tsv instead of silently mutating papers/core_set.csv; a human or curation step remains responsible for changing the frozen core set.assets/domain_packs/*.json rules can tighten ambiguous subsection labels for an explicitly detected domain; these rules constrain mapping rather than changing the core set.pipeline.py --strict, mapping may be blocked until generic why rationales are replaced with semantic ones.outline/mapping.tsv is empty or low-coverageSymptom:
Causes:
Solutions:
dedupe-rank with larger --core-size).Symptom:
Causes:
Solutions:
--diversity-penalty and/or set tighter --soft-limit/--hard-limit.why column contains semantic rationale (not just token overlap).Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.
Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.
Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.
Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, executing computational experiments, performing literature searches, or generating publication-ready papers in LaTeX format. Supports end-to-end research pipelines with customizable agent orchestration.
Automated LLM-driven hypothesis generation and testing on tabular datasets. Use when you want to systematically explore hypotheses about patterns in empirical data (e.g., deception detection, content analysis). Combines literature insights with data-driven hypothesis testing. For manual hypothesis formulation use hypothesis-generation; for creative ideation use scientific-brainstorming.
Take willoscar/section-mapper 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.