← ClaudeAtlas

manage-document-projectslisted

Create and operate governed document projects from structured data and Markdown templates, then publish printable HTML, PDF, DOCX, or ODT outputs. Use when Codex needs to initialize a documentation project, model reusable project types such as residential leases, render Jinja2 templates, configure Pandoc output, preserve formatting profiles, validate document dependencies, or maintain traceability between source data and generated documents.
juanyque/agent-brain · ★ 1 · Data & Documents · score 64
Install: claude install-skill juanyque/agent-brain
# Manage Document Projects Manage document families as versioned projects. Keep Markdown and structured data canonical; treat PDF, DOCX, ODT, and HTML as generated artifacts. ## Start safely 1. Run `bash scripts/setup.sh` and review the dry-run. 2. Run `bash scripts/setup.sh --apply` only with explicit authorization to install packages, create or update the fixed workspace configuration, and link the skill. 3. Run the setup again whenever the workspace or optional-tool choices change. It is idempotent and verifies the resulting environment. Read [references/setup.md](references/setup.md) when installing, repairing, or moving the skill. ## Build a document project 1. Identify the project instance, project type, jurisdiction, and effective date. 2. Separate instance data from reusable templates, clauses, and output profiles. 3. Record the project-type and template versions used by every generated document. 4. Render Jinja2 variables into canonical Markdown. 5. Reject unresolved variables and invalid data before conversion. 6. Select an output profile using [references/output-formats.md](references/output-formats.md). 7. Keep concrete Markdown under the configured project location and printable or shareable derivatives under the configured deliverables location. Never ingest from deliverables or overwrite signed or externally reviewed documents. 8. Open the result in its real viewer and inspect pagination, headings, tables, images, signatur