Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Numbered pipeline stage orchestrators (stages 00–12) for the template research framework. Each stage_NN_*.py is a thin orchestrator that wires the repo root onto sys.path and delegates to infrastructure/ modules.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -17% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -46% | 0% |
Numbered pipeline stage scripts in scripts/pipeline/.
Load this skill when you need to:
| Script | Infrastructure module | |--------|-----------------------| | stage_00_setup.py | infrastructure.core.runtime.environment | | stage_01_test.py | infrastructure.core.testing | | stage_02_analysis.py | infrastructure.core.analysis | | stage_03_render.py | infrastructure.rendering | | stage_04_validate.py | infrastructure.validation | | stage_05_copy.py | infrastructure.core.files | | stage_06_llm_review.py | infrastructure.llm | | stage_07_executive_report.py | infrastructure.reporting | | stage_08_connector_search.py | infrastructure.search.connectors (opt-in) | | stage_09_provenance_record.py | infrastructure.provenance (opt-in) | | stage_10_research_workflow.py | infrastructure.research.ResearchWorkflow (opt-in) | | stage_11_ebook.py | infrastructure.publishing.ebook | | stage_12_metadata.py | infrastructure.publishing.metadata |
pythonsys.path.insert(0, str(Path(__file__).resolve().parents[2])) from scripts import ensure_repo_root_on_path ensure_repo_root_on_path()
parents[2] (not parent.parent) — scripts live at depth 3.Other measured skills in the registry, with their headline benchmark lift.