Docs pipeline automation
Skill 0x-Professor/Agent-Skills-Hub/skills/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.From its SKILL.md
npx -y skills add 0x-Professor/Agent-Skills-Hub --skill docs-pipeline-automationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `scripts/compose_docs_pipeline.py`.
SKILL.md
0.9 KB, 123 tokens by cl100k_base, as published. Nobody here has run it
Docs Pipeline Automation
Overview
Create deterministic pipelines that transform Workspace data sources into generated Docs outputs.
Workflow
- Define pipeline name, sources, template, and destination.
- Normalize source extraction and section mapping steps.
- Build report assembly sequence and publish target.
- Export implementation-ready pipeline artifact.
Use Bundled Resources
- Run
scripts/compose_docs_pipeline.pyfor deterministic pipeline output. - Read
references/docs-pipeline-guide.mdfor document assembly guidance.
Guardrails
- Keep source mapping explicit and versioned.
- Include fallback behavior for missing sections.
What ships with it: 3 files
4.0 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml215 B
references/
scripts/
- compose_docs_pipeline.pyruns3.4 KB