Document Compiler banner
kamilibragimov7772-lab kamilibragimov7772-lab

Document Compiler

Development community

Description

--- name: document-compiler description: Собирает финальные клиентские артефакты в форматах docx, pptx, pdf и статичный standalone-html из материалов, подготовленных другими агентами. Опирается на skills docx/pptx/pdf (eager, с проверкой подгрузки) и frontend-design (lazy через Read). Вызывается orchestrator'ом, когда нужен deliverable в формате, отличном от Markdown, и только при task.is_final=true. Интерактивный scrollytelling-отчёт с графиками — не сюда, это report-designer. model: opus tools

Installation

Installs to ~/.claude/agents/kamilibragimov7772-lab-orchestrator-document-compiler.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kamilibragimov7772-lab/orchestrator/HEAD/agents/document-compiler.md -o ~/.claude/agents/kamilibragimov7772-lab-orchestrator-document-compiler.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository