Internal template for creating or refactoring a skill into the repository's reference-first shape. Trigger: reference-first template, blueprint skill, create a reusable skill, refactor a script-heavy skill. Use when: you need a lean SKILL.md, explicit references/, machine-readable assets/, and a minimal deterministic run.py.
$npx -y skills add willoscar/research-units-pipeline-skills --skill _template_reference_firstInstalls into the current project.
Run `npx skills use "https://github.com/willoscar/research-units-pipeline-skills" --skill "willoscar/research-units-pipeline-skills/_template_reference_first"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/willoscar/research-units-pipeline-skills" that are relevant to the current task. Run `npx skills add "https://github.com/willoscar/research-units-pipeline-skills"` and select the relevant skills, then follow their instructions.