Derived documentation generators for the template research framework. Scripts that write to docs/_generated/ and update in-place doc blocks. Currently at scripts/ root; this directory is the planned migration target.
Instalación
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Derived documentation generators for the template research framework. Scripts that write to docs/_generated/ and update in-place doc blocks. Currently at scripts/ root; this directory is the planned migration target.
tags
["docs","generation","template"]
trigger
generate docs|generate api reference|generate stage table|generate active projects|docgen
Load this skill when you need to regenerate derived documentation:
Stage table in docs/_generated/
API reference from __all__
Active projects doc
Architecture overview
Scripts (currently at scripts/ root)
uv run python scripts/docgen/stage_table.py
uv run python scripts/docgen/api_reference.py [--check]
uv run python scripts/docgen/active_projects.py
uv run python scripts/docgen/architecture_overview.py
Pitfalls
Run after any change to infrastructure/core/pipeline/pipeline.yaml.
generate_api_reference_doc.py --check is run in CI — do not break exports.
Generated files in docs/_generated/ must not be hand-edited.