tomtwiki-quick-start

tomtwiki-quick-start is a skill for Claude Code, Codex from tiankonglan/TomeWiki. It costs 87 tokens per session (839 once invoked), scanned A, original, MIT.

A setup guide for turning a fresh TomeWiki clone into an unofficial fan wiki for a named game. It fills in the site's identity, search-engine text, homepage wording, theme, and brand images.

In plain words
What is it for?
Use it when starting a game guide site from the TomeWiki template, replacing the “Example Game” content, or applying a short game brief to the site's branding and homepage.
Why use it?
It removes the need to find and edit all the template's placeholder branding by hand. It leaves the site's existing pages and data structure intact, so guides and database content still need to be added separately.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions Claude Code; installed under .agents/ (shared by several agents).

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/gen-brand-assets.mjs \.

Good fit Use it when starting a game guide site from the TomeWiki template, replacing the “Example Game” content, or applying a short game brief to the site's branding and homepage.

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/tiankonglan/TomeWiki
agentmods
npx agentmods add skills/tiankonglan/tomewiki/tomtwiki-quick-start

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 tomtwiki-quick-start

README.md
[![agentmods](https://agentmods.dev/badge/skills/tiankonglan/tomewiki/tomtwiki-quick-start/github.svg)](https://agentmods.dev/skills/tiankonglan/tomewiki/tomtwiki-quick-start)
Your own site
<a href="https://agentmods.dev/skills/tiankonglan/tomewiki/tomtwiki-quick-start"><img src="https://agentmods.dev/badge/skills/tiankonglan/tomewiki/tomtwiki-quick-start/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 tomtwiki-quick-start

Your own site · 80×15
<a href="https://agentmods.dev/skills/tiankonglan/tomewiki/tomtwiki-quick-start"><img src="https://agentmods.dev/badge/skills/tiankonglan/tomewiki/tomtwiki-quick-start.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 839 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.00087 $0.00839
Opus 5 $0.00044 $0.00419
Sonnet 5 $0.00017 $0.00168
Haiku 4.5 $0.00009 $0.00084

Measured 11d ago against content hash 8dbde1c891aa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

tomtwiki-quick-start 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 11d 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.

.agents/skills/tomtwiki-quick-start/SKILL.md · 80 lines

How it starts

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

TomeWiki Quick Start

Keep this folder identical in three places: .claude/skills/tomtwiki-quick-start/ (Claude Code), .cursor/skills/tomtwiki-quick-start/ (Cursor), and .agents/skills/tomtwiki-quick-start/ (Codex).

A new clone of TomeWiki still reads "Example Game". This skill swaps that identity using knobs the template already ships. It does not add routes, features, or a new content model.

Open a single file under references/ when you need it. Do not dump the whole folder into context.

Permitted edits

references/07-checklist.md is the full path list. Nothing else is in scope.

Leave these alone:

  • App Router and most UI (src/app/**, src/components/site/** except the two brand/font entry files)
  • template-contract.json
  • Auth, databases, billing, admin screens
  • Invented Steam IDs, patch numbers, loot tables, or publisher endorsement
  • src/app/favicon.ico (clashes with public/favicon.ico and 500s the icon)
  • Guide category folder names (must keep matching content/guides/<slug>/)
  • Stock public/logo.png, favicon.png, or og-image.png

Finish line

pnpm install once if node_modules is missing.

After the file edits:

  • pnpm validate:site
  • pnpm build

If the new logo does not appear, Next is serving a cached asset; delete .next and rebuild. pnpm quality:gate is optional and matches CI (format, lint, types, validate, build).

Repair failures only on permitted paths unless the user widens the job.

Brief

references/00-brief.md — game title and domain are enough to start. Ask at most once for holes, then leave searchable TODO: comments. Ignore Steam ID, analytics, and extra languages unless the user gave them.

Order of work

Step File
Worker + env references/01-env-and-worker.md
Game / site identity references/02-identity.md
Title, description, keywords references/03-seo.md
Homepage strings (same blocks) references/04-homepage.md
Accent color and visual preset references/05-theme.md
Logo, favicon, social preview references/06-brand-assets.md
Permitted paths and sign-off references/07-checklist.md

Read the full file on GitHub · 80 lines

Files

What ships with it

8 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. 11d ago First seen · 80 lines · 87 tokens per session scan A 8dbde1c891aa

Subscribe to this mod's changes

tomtwiki-quick-start is a skill published in the GitHub repository tiankonglan/TomeWiki (6 stars, last pushed 17d ago), licensed MIT. It adds 87 tokens to every session and 839 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.