tdoc-orchestrator

tdoc-orchestrator is a skill for Claude Code, Codex from rojim666/SztuCode. It costs 157 tokens per session (5,514 once invoked), scanned A, original, MIT.

A workflow coordinator for creating and formatting documents, then converting HTML documents into Word files. It identifies the user's document task and sends each stage to the appropriate specialist.

In plain words
What is it for?
Use it for document writing, visual formatting, or an HTML-to-DOCX conversion workflow. It can combine content creation, HTML layout generation, and Word-file production as needed.
Why use it?
It provides one entry point for multi-step document work instead of making callers choose and connect separate writing, formatting, and conversion tools. Existing document editing is handled by a different workflow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is 📁 **子 Agent 路径约定**:`doc-writer` / `doc-formatter` / `doc-converter` 三份 Agent 定义位于 plugin 根的 `agents/` 目录下。引用时统一用 `<plugin_root>/agents/<name>.md` 绝对路径锚定(`<plug.

Good fit Use it for document writing, visual formatting, or an HTML-to-DOCX conversion workflow. It can combine content creation, HTML layout generation, and Word-file production as needed.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/rojim666/SztuCode
agentmods
npx agentmods add skills/rojim666/sztucode/tdoc-orchestrator

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tdoc-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/rojim666/sztucode/tdoc-orchestrator/github.svg)](https://agentmods.dev/skills/rojim666/sztucode/tdoc-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/rojim666/sztucode/tdoc-orchestrator"><img src="https://agentmods.dev/badge/skills/rojim666/sztucode/tdoc-orchestrator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tdoc-orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/rojim666/sztucode/tdoc-orchestrator"><img src="https://agentmods.dev/badge/skills/rojim666/sztucode/tdoc-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 157 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,514 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00157 $0.05514
Opus 5 $0.00078 $0.02757
Sonnet 5 $0.00031 $0.01103
Haiku 4.5 $0.00016 $0.00551

Measured today against content hash 333476ab5343, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

tdoc-orchestrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/runtime-ts/prompts/workbuddy/skills/_builtin-plugins/tencent-docx/skills/tdoc-orchestrator/SKILL.md · 218 lines

How it starts

The opening of the file, as written. The whole thing — 218 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Applied Writing Orchestrator

Orchestrator = 意图识别 + 能力编排(composer,不是 lookup table)。 它自身不写作/排版/编辑,只做四件事:识别场景 → 组合 stage 能力链 → 分派子 Agent 执行 → 记录溯源。 编排层只拥有"路由 + 跨层数据衔接";每个能力"内部怎么干、I/O 契约"由对应 agents/*.md 负责,本文件不复述。

📌 承接范围:本 skill 只承接文档创作 + 排版美化 + HTML→DOCX 转换文档编辑(在既有 .docx 上改动/润色)由独立 skill tencent-docs-routing 承接,不在本文件的编排范围内。

📁 子 Agent 路径约定doc-writer / doc-formatter / doc-converter 三份 Agent 定义位于 plugin 根的 agents/ 目录下。引用时统一用 <plugin_root>/agents/<name>.md 绝对路径锚定(<plugin_root> = plugin 根目录的绝对路径),不依赖 cwd,不要用 ../../agents/<name>.md 相对路径。


深度工作流 reference(动手前必读 — 优先于子 Agent 委派)

下列 skill 命中条件时完整阅读并严格按步骤执行命中后无需继续读本 SKILL.md 下文,也无需按本 skill 的子 Agent 委派流程操作——该 skill 即本轮执行的唯一依据。未命中才继续下方「意图识别与编排」。

优先级 何时加载 文件
P0 短篇创作(无文档 + 创作动词 + 模型判断目标篇幅 <1000 字) brief-compose(路径:<plugin_root>/skills/brief-compose/SKILL.md

意图识别与编排(唯一决策点)

Orchestrator 有调度子 Agent 的权限,按"能力组合"工作,而非穷举场景:预设只是高频组合的命名,遇到长尾场景可按编排规则自行组合。

原子能力(编排的积木 = 路由表,"执行者"列即分派目标)

Stage 能力 执行者 输入 → 输出
S1 文档内容创作 doc-writer 意图 → md
S2 文档版式生成/美化 doc-formatter md/内容文档 → html恒为 html,风格由 formatter 内部按内容体裁自行决定;只做美化,不做注入
S3 文档格式转换 doc-converter htmldocx(HTML→DOCX 转换 + 强制 present_files 打开预览;只做转换,不做编辑)

各能力的内部路线与完整输入/输出契约见对应 agents/*.mddoc-writer §5 / doc-formatter §2 / doc-converter §4),本文件不复述字段清单。

Read the full file on GitHub · 218 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 218 lines · 157 tokens per session scan A 333476ab5343

Subscribe to this mod's changes

tdoc-orchestrator is a skill published in the GitHub repository rojim666/SztuCode (64 stars, last pushed today), licensed MIT. It adds 157 tokens to every session and 5,514 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-12.

Related

Other skills, from other repositories

google

Gmail, Google Calendar, Drive, Docs, Sheets and Contacts for a connected Google account: read and search mail, send and reply, book and move meetings, find files, read and write Docs and Sheets, look people up. Use whenever the user mentions their email, inbox, calendar, meetings, Drive, a Google Doc or Sheet.

intentic/intentic · 0 tokens

opencode-export

Export opencode sessions to self-contained HTML + JSON archives for sharing, review, or backup. Use when the user wants to save, archive, or share their AI coding session history.

ZelinZhou-THU/opencode-export · 41 tokens

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

potpie-source-ingestion

Use when the user explicitly asks to ingest, refresh, or deeply understand a repository, PR, issue, ticket, runbook, incident report, document, or web link into Potpie. The harness performs todo-driven discovery, uses local/GitHub/integration tools and read-only subagents when available, builds evidence-backed…

potpie-ai/potpie · 82 tokens

co-mail-and-drive

Read and send mail from the user's own Gmail or Outlook account, safely stage Gmail draft attachments, send from the agent's own address, manage Outlook contacts and the Outlook calendar, and work with Google Drive files — with co gmail, co outlook, co email, and co gdrive. Use when the user asks about their inbox, an…

openonion/connectonion · 103 tokens

upload-artifact

Upload a file as a ClosedLoop document (PRD, implementation plan, feature, or template). Reads file content and uploads via MCP without consuming conversation context. Also supports creating new versions of existing documents. Triggers on: "upload artifact", "upload PRD", "upload implementation plan", "upload…

closedloop-ai/claude-plugins · 103 tokens