office-docs-document-generation-pipeline
Sub-skill of office-docs: Document Generation Pipeline (+2).
Best use case
office-docs-document-generation-pipeline is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of office-docs: Document Generation Pipeline (+2).
Teams using office-docs-document-generation-pipeline should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/document-generation-pipeline/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How office-docs-document-generation-pipeline Compares
| Feature / Agent | office-docs-document-generation-pipeline | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of office-docs: Document Generation Pipeline (+2).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Document Generation Pipeline (+2)
## Document Generation Pipeline
```
Data Source --> Template Selection --> Rendering --> Post-processing --> Output
| | | | |
+-- Database +-- By type +-- Variables +-- Convert +-- Save
+-- API +-- By language +-- Loops +-- Combine +-- Email
+-- Form +-- By recipient +-- Images +-- Sign +-- Archive
```
## Batch Processing Pattern
```
Input Files --> Validation --> Processing --> Quality Check --> Output
| | | | |
+-- Queue +-- Format +-- Transform +-- Verify +-- Organize
+-- Watch +-- Content +-- Extract +-- Log +-- Notify
```
## Template Management
```
Template Repo --> Version Control --> Environment --> Runtime
| | | |
+-- Design +-- Review +-- Dev/Prod +-- Hot reload
+-- Test +-- Approve +-- Variables +-- Fallbacks
```Related Skills
teams-meeting-pipeline
Operate the Teams meeting summary pipeline via Hermes CLI — summarize meetings, inspect pipeline status, replay jobs, manage Microsoft Graph subscriptions.
solidworks-to-blender-pipeline
Use when converting SolidWorks .sldprt/.sldasm geometry to Blender for rendering, animation, or visualization, including questions about STEP export settings, FreeCAD as a bridge, or which mesh format (STL/OBJ/GLTF) to choose.
multi-source-tax-document-reconciliation
Verify generated tax forms against source documents by line-by-line comparison, not just totals
multi-role-agent-contract-review-pipeline
Execute a 4-role agent team (Planner/Architect/Reviewer/Integrator) pipeline for self-reviewing knowledge artifacts before delivery
label-driven-prompt-generation-architecture
Pattern for building automation scripts that classify GitHub issues into prompt templates using label-based routing and extract contextual data for batch processing
agent-team-prompt-generation
Create self-contained execution prompts that define multi-role workflows for Codex sessions without external dependencies
gtm-workflow-gif-generation
Generate workflow-style GTM GIFs from validated HTML demo reports using synthetic scene slides plus Playwright/Pillow scroll capture, with Python 3.12 fallback and GIF size optimization.
gtm-prospect-pipeline-phased-execution
Phased execution pattern for
gtm-demo-workflow-gif-generation
Generate GTM demo GIF assets from validated HTML reports, including both report-scroll GIFs and one higher-fidelity workflow-style GIF, while avoiding Playwright/Python environment traps.
documentation-contract-plan-hardening
Harden a documentation/contract plan before adversarial review by mapping every issue-scope requirement to independent acceptance criteria and tests, especially for routing/indexing contracts.
bulk-docstring-addition
Add Google-style docstrings to all public functions and classes in a Python package. Uses AST parsing for precise gap detection, priority ranking by coverage ratio, and multi-file patching.
nextflow-pipelines
Run nf-core bioinformatics pipelines (rnaseq, sarek, atacseq) on sequencing data for gene expression, variant calling, and chromatin accessibility analyses.