Назад към всички

docs-pipeline-automation

// Build repeatable data-to-Docs pipelines from Sheets and Drive sources. Use for automated status reports, template-based document assembly, and scheduled publishing workflows.

$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namedocs-pipeline-automation
descriptionBuild repeatable data-to-Docs pipelines from Sheets and Drive sources. Use for automated status reports, template-based document assembly, and scheduled publishing workflows.

Docs Pipeline Automation

Overview

Create deterministic pipelines that transform Workspace data sources into generated Docs outputs.

Workflow

  1. Define pipeline name, sources, template, and destination.
  2. Normalize source extraction and section mapping steps.
  3. Build report assembly sequence and publish target.
  4. Export implementation-ready pipeline artifact.

Use Bundled Resources

  • Run scripts/compose_docs_pipeline.py for deterministic pipeline output.
  • Read references/docs-pipeline-guide.md for document assembly guidance.

Guardrails

  • Keep source mapping explicit and versioned.
  • Include fallback behavior for missing sections.