ttc-components

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

A skill for creating and editing cards or other components in a Tabletop Creator project. It works with sets of items stored in JSON files and can generate items from a list or table.

In plain words
What is it for?
Adding, editing, duplicating, reordering, or removing cards; changing card details; setting quantities; and bulk-creating items from structured data.
Why use it?
It organizes repeated component changes in one workflow, including text, images, colors, ordering, and copy amounts. Identical copies can be represented by one item with a quantity.

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-components
Any agent
npx skills add lucadj77/tabletop-creator-plugin --skill ttc-components
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-components

README.md
[![agentmods](https://agentmods.dev/badge/skills/lucadj77/tabletop-creator-plugin/ttc-components.svg)](https://agentmods.dev/skills/lucadj77/tabletop-creator-plugin/ttc-components)
Your own site
<a href="https://agentmods.dev/skills/lucadj77/tabletop-creator-plugin/ttc-components"><img src="https://agentmods.dev/badge/skills/lucadj77/tabletop-creator-plugin/ttc-components.svg" alt="Measured on agentmods" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 587 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.00076 $0.00587
Opus 5 $0.00038 $0.00293
Sonnet 5 $0.00015 $0.00117
Haiku 4.5 $0.00008 $0.00059

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

Security

Grade A, and why

ttc-components 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 3d 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-components/SKILL.md · 23 lines

How it starts

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

Create or edit TTC sets and items

Sets are collections of items (the actual components, e.g. the cards of a deck), one JSON file each in data/sets/. Items override blueprint panel values via details.

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

Steps

  1. Validate the project folder; read the target set and its blueprint (you need the panel names and which are meant to vary per item). Back up before modifying.
  2. New set: create data/sets/<uuid4>.json with name, blueprint_name (must match an existing blueprint), hint_order_index = max existing + 1, zoom: 0, collapsed: false, items: [].
  3. Items: each item is {amount, creation_date_unix, last_modification_date_unix, details}.
    • details entries: {"name": "<panel name>", "data": {"value": "..."}} (or "color", or other panel properties). Only include overridden keys.
    • Identical copies: one item with amount: N, not N items.
    • Bulk generation from a user-provided list/table: map each row to one item; ask which column maps to which panel if ambiguous. For big spreadsheet-driven workflows, mention TTC's native CSV/XLSX import as an alternative.
    • Use current Unix time for dates on new items; update last_modification_date_unix on edited ones.
  4. Remember that {tag} in values can reference another panel, not just a variable (see "Tag resolution" in the file-format doc). When the blueprint uses panel references or composition (e.g. corner panels with {cost}, or {{yokai}_s} where the inner {yokai} is a panel reference), setting one detail (yokai = "y3") drives all derived panels — prefer that over overriding many panels per item. Check data/variables.json for the expected variable families and add missing entries if needed.
  5. Validate (guidelines section 6): every details[].name exists as a panel in the blueprint; referenced assets/variables exist. Remind the user to reload the project in TTC.

Read the full file on GitHub · 23 lines

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. 3d ago First seen · 23 lines · 76 tokens per session scan A 0090ca1a4907

Subscribe to this mod's changes

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

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

media-ingest

Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.

garrytan/gbrain · 52 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-cut

剪辑中文口播原素材:逐词转录、词典修字出修字表、五轮扫描找口误与重复、汇总表与重复句子表、打开 Studio 让用户复核、复盘沉淀用户偏好与词典。只产出一份已复核的删词账本,不切媒体、不做字幕、不做分镜动画。用户说剪口播、处理口误、生成口播基础素材、继续剪口播,或确认卡回传 action=returncutreview 时使用。不要用于执行物理剪切、导出剪后视频、单独安装、单独打开工作台或口播分镜成片。.

Agentchengfeng/chengfeng-videocut-skills · 154 tokens

chengfeng-check-updates

剪辑环境的唯一管理者:就绪检查(skills 是否最新 → Runtime 是否配套)、Skills 更新激活、Runtime 安装与体检。用户说检查更新、安装剪辑环境、装播放器、检查剪辑环境、剪辑环境就绪了吗、配置转录凭证时使用;业务 Skill(剪口播/字幕/画面/导出)第 0 步也引用本 Skill 的就绪检查。不用于剪辑、字幕、画面、导出本身或项目数据迁移。.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

infographic-template-updater

Update template catalogs and UI prompts after adding new infographic templates (src/templates/.ts), including SKILL.md template list, site gallery template mappings, and the AIPlayground prompt list.

antvis/Infographic · 43 tokens