ttc-export

ttc-export is a skill for Claude Code, Codex from lucadj77/tabletop-creator-plugin. It costs 66 tokens per session (485 once invoked), scanned A, original, MIT.

A configuration guide for exporting Tabletop Creator projects, which are projects for making tabletop-game components. It covers print files, images, and Tabletop Simulator exports.

In plain words
What is it for?
It helps configure PDF page sizes, cut lines, bleed, color profiles, individual images, Tabletop Simulator output, and exported filenames.
Why use it?
It helps set the project’s output for home printing, professional printing, or digital playtesting without changing unrelated settings.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the tabletop-creator plugin — 6 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/lucadj77/tabletop-creator-plugin/ttc-export
Any agent
npx skills add lucadj77/tabletop-creator-plugin --skill ttc-export
Clone the repo
git clone --depth 1 https://github.com/lucadj77/tabletop-creator-plugin

Made for: Claude Code, Codex.

Or install tabletop-creator, the plugin that ships this one along with the rest of its 6 skills.

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 ttc-export

README.md
[![agentmods](https://agentmods.dev/badge/skills/lucadj77/tabletop-creator-plugin/ttc-export.svg)](https://agentmods.dev/skills/lucadj77/tabletop-creator-plugin/ttc-export)
Your own site
<a href="https://agentmods.dev/skills/lucadj77/tabletop-creator-plugin/ttc-export"><img src="https://agentmods.dev/badge/skills/lucadj77/tabletop-creator-plugin/ttc-export.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 485 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00066 $0.00485
Opus 5 $0.00033 $0.00243
Sonnet 5 $0.00013 $0.00097
Haiku 4.5 $0.00007 $0.00049

Measured 4d ago against content hash a5afc54d8144, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ttc-export 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 4d ago.

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.

skills/ttc-export/SKILL.md · 23 lines

What it actually says

Configure TTC export settings

Export settings live in data/export.json (a single object inside the export_settings array).

First read ${CLAUDE_PLUGIN_ROOT}/docs/ttc-guidelines.md (all sections) and the export section of ${CLAUDE_PLUGIN_ROOT}/docs/ttc-file-format.md.

Steps

  1. Validate the project folder; read data/export.json. Back up before modifying.
  2. Clarify the target if underspecified: home printing (PDF, cut lines, intercalated double-sided pages), professional printing (bleed, CMYK color profile like uswebcoatedswopv2 or FOGRA39, no cut-line border), digital/TTS playtesting (images or export_tts).
  3. Edit only the relevant keys; keep everything else. Common recipes:
    • Print & play A4 double-sided: export_pdf_page_size: "210, 297", export_pdf_intercalate_pages: "True", export_pdf_cut_lines_on_top: "True".
    • Professional print: export_override_bleeding: "True", CMYK export_color_profile, blueprint bleeding_size_mm ≥ 3.
    • Tabletop Simulator: export_tts: "True", export_tts_export_to_tts_folder: "True", filename format like tts/%e_%c.
    • Filename wildcards: %p project, %b blueprint, %e set, %c component, %s side; / in the format creates subfolders.
  4. Note that some export features (TTS export, bleed overrides, custom filenames, color profiles) require TTC Pro — mention it if relevant.
  5. Validate (guidelines section 6). Exports themselves must be run from the TTC app; results appear in output/<timestamp>/. Remind the user to reload the project in TTC before exporting.
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. 4d ago First seen · 23 lines · 66 tokens per session scan A a5afc54d8144

Subscribe to this mod's changes

ttc-export is a skill published in the GitHub repository lucadj77/tabletop-creator-plugin (2 stars, last pushed 10d ago), licensed MIT. It adds 66 tokens to every session and 485 once invoked, about $0.0003 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-08-31.

Related

Other skills, from other repositories

bgs-pnp

룰북과 컴포넌트를 A4 인쇄물로 만든다. ruleset.md 를 룰북 PDF로 조판하고, spec.json 과 컴포넌트 CSV로 재단선이 있는 프린트 앤 플레이 PDF를 만든다. 뒷면 정렬과 시트보다 큰 컴포넌트 분할을 처리한다. 프로토타입을 인쇄하려 할 때, 카드 텍스트가 실제로 들어가는지 확인할 때, 남에게 룰북을 읽히려 할 때 사용한다.

kongsol-83/boardgame-studio · 123 tokens

gdd-generator

Generates a professional Game Design Document (GDD) for Roblox experiences, adapted from the publisher-grade game-design-document workflow. Produces .docx and .pdf output with an optional pitch deck (.pptx). Can draft VIBE.md/NOW.md content for the robloxexperience vibe places (lobby, run, maze, contract). Use when…

Gazerrr03/roblox_experience · 98 tokens

game-design-document

Generates professional, publisher-grade Game Design Documents (GDD) as polished .docx and .pdf files. Turns a game concept into a comprehensive 40-80 page document covering core gameplay loop, mechanics, UX flows, art direction, monetization strategy, technical requirements, and competitive analysis. Also generates…

ityes22/game-design-document · 100 tokens

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 tokens

paddleocr-doc-parsing

Use this skill to extract structured Markdown/JSON from PDFs and document images—tables with cell-level precision, formulas as LaTeX, figures, seals, charts, headers/footers, multi-column layout and correct reading order. Trigger terms: 文档解析, 版面分析, 版面还原, 表格提取, 公式识别, 多栏排版, 扫描件结构化, 发票, 财报, 复杂 PDF, PDF转Markdown, 图表…

PaddlePaddle/PaddleOCR · 140 tokens

paper-reader

Use when user asks to "read paper", "analyze paper", "summarize paper", "读论文", "分析文献", "帮我看一下这篇paper", "论文笔记", or provides a PDF file that appears to be an academic paper. Specialized for CV/DL papers. Also supports Zotero integration: "读一下这篇论文 ...", "快速看一下这篇论文 ...", "批判性分析这篇论文 ...", "读一下 Zotero 里的 XXX", "批量读一下 Zotero…

huangkiki/dailypaper-skills · 157 tokens