taskchad-os: Skill for Claude Code

.claude/skills/tokenmax-site-factory/SKILL.md

tokenmax-site-factory is a skill for Claude Code, Codex from TheSmokeDev/taskchad-os. It costs 89 tokens per session (1,369 once invoked), scanned B, original, MIT.

A site-agnostic factory that scans a website repository and creates a contract describing where SEO and GEO content and checks belong.

In plain words
What is it for?
Use it to create and validate a site profile, inspect rendered HTML, check sitemaps, internal links, JSON-LD, and canonical URLs, and prepare a site for TokenMax workflows.
Why use it?
It avoids hand-writing a site adapter before the repository structure, content locations, build commands, and SEO surfaces are understood.

Skill for Claude CodeCodex

Written for Claude Code and Codex: installed under .claude/, but also agents/openai.yaml present. Also seen: reads .claude/ paths; mentions Codex.

This is TheSmokeDev/taskchad-os's own configuration. It tells Claude Code and Codex how to work on taskchad-os itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything taskchad-os configures →

Reuse

Borrowing it

Nothing to install: this file belongs to TheSmokeDev/taskchad-os. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/TheSmokeDev/taskchad-os/master/.claude/skills/tokenmax-site-factory/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/TheSmokeDev/taskchad-os

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 tokenmax-site-factory

README.md
[![agentmods](https://agentmods.dev/badge/skills/thesmokedev/taskchad-os/tokenmax-site-factory/github.svg)](https://agentmods.dev/skills/thesmokedev/taskchad-os/tokenmax-site-factory)
Your own site
<a href="https://agentmods.dev/skills/thesmokedev/taskchad-os/tokenmax-site-factory"><img src="https://agentmods.dev/badge/skills/thesmokedev/taskchad-os/tokenmax-site-factory/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 tokenmax-site-factory

Your own site · 80×15
<a href="https://agentmods.dev/skills/thesmokedev/taskchad-os/tokenmax-site-factory"><img src="https://agentmods.dev/badge/skills/thesmokedev/taskchad-os/tokenmax-site-factory.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,369 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00089 $0.01369
Opus 5 $0.00044 $0.00685
Sonnet 5 $0.00018 $0.00274
Haiku 4.5 $0.00009 $0.00137

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

Security

Grade B, and why

tokenmax-site-factory scanned grade B with 1 finding 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 8d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/tests/test_tokenmax_validate_rendered.py, scripts/tokenmax_profile.py, scripts/tokenmax_scan.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Asks the agent to reveal its instructionsmediumSystem prompt leakage

Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.

- Materialize language-specific output instructions, FAQ/source headings,
.claude/skills/tokenmax-site-factory/SKILL.md · 119 lines

How it starts

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

TokenMax Site Factory

Use this skill to turn an arbitrary website repo into a TokenMax-ready target without hand-writing a site adapter first. The contract is a generated .token-max/site-profile.json with evidence, confidence, route families, content sinks, SEO surfaces, build commands, and open questions.

Stack Position

Use this skill below tokenmax-fleet-orchestrator and before any target-site deploy runbook. It discovers and validates one site's content/render contract; the target repository's versioned generation driver writes the pilot and full batch. After a production-ready site ships, ai-citation-authority-wave may create a separate evidence-backed wave of one to three editorial pages.

This skill does not schedule fleets, own production deployment, submit URLs for indexing, or chain authority waves. When present, read docs/manual/features/tokenmax-seo-authority-stack.md for the complete stack order and handoff contracts.

Install In A Target Repo

Copy this directory to .claude/skills/tokenmax-site-factory/, then copy the bundled workflow into .archon/workflows/. The commands below assume they run from the target repository root.

Workflow

  1. Run a read-only scan:
python .claude/skills/tokenmax-site-factory/scripts/tokenmax_scan.py <repo> --output <repo>/.token-max/site-profile.json
  1. Gate the profile before writing anything:
python .claude/skills/tokenmax-site-factory/scripts/tokenmax_profile.py <repo>/.token-max/site-profile.json --min-confidence 0.75
  1. Choose the run mode from the profile:
  • augment-existing: existing renderer/content/sitemap surfaces are strong enough to write generated content into the detected sink.
  • install-renderer: the framework is clear, but no safe content sink exists; add the smallest renderer/sitemap hook first.
  • homepage-geo: there is no page-factory sink; apply homepage/schema/FAQ GEO fixes instead.
  • external-url-only: repo access is missing or confidence is too low; produce an audit/report only.

Read the full file on GitHub · 119 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. 8d ago First seen · 119 lines · 89 tokens per session scan B a489f7adee2c

Subscribe to this mod's changes

tokenmax-site-factory is a skill published in the GitHub repository TheSmokeDev/taskchad-os (24 stars, last pushed yesterday), licensed MIT. It adds 89 tokens to every session and 1,369 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

graphify

Use when the user invokes /graphify or asks to build, update, or query a knowledge graph from a folder of files (code, docs, papers, notes, images). Triggers: 'map this codebase', 'graph my notes', 'what is connected across these files', 'community detection', 'GraphRAG', incremental graph update, Neo4j/SVG/GraphML…

mycelium-hq/ai-brain-starter · 111 tokens

insights

Use when the user types /weekly or /monthly, asks for a weekly or monthly journal review or retrospective, asks 'how was my week' or 'how was my month', or wants trends, anomalies, or patterns across recent journal entries. Also fires when regenerating an insight report for a past week or month. NOT for writing…

mycelium-hq/ai-brain-starter · 91 tokens

setup-brain

Set up or upgrade an AI-powered Obsidian vault. Interviews you, builds your vault structure (or works with what you already have), creates your CLAUDE.md memory file, installs tools, and gets you journaling — all in one conversation. Also has a repair/upgrade path for existing users.

mycelium-hq/ai-brain-starter · 66 tokens

second-brain-mapping

Use when the user wants to map or remap their second brain, refresh the vault's queryable metadata index, extract structured frontmatter from typed notes (books, meetings, people, journals, goals), fill wikilink gaps, or surface cross-type insights and patterns no single file shows. Triggers: /second-brain-mapping…

mycelium-hq/ai-brain-starter · 116 tokens

sunday-review

Use when the user asks for the weekly meta-review or Sunday wrap-up of their week and vault: says /sunday, /sunday-review, 'let's do the weekly review,' 'Sunday review,' 'review my week,' 'weekly retro,' 'week in review,' 'end-of-week review,' or wants journals, patterns, vault health, and stale decisions reviewed…

mycelium-hq/ai-brain-starter · 102 tokens

cierre-de-llamada

Use when a SALES or CLIENT call just ended and the follow-up needs to be produced from its transcript. Triggers: /cierre, "close out this call", "acabo de tener una llamada", "arma el seguimiento", "what's the follow-up on this call", "qué sigue con este cliente", or the user pastes a sales-call transcript. Produces…

mycelium-hq/ai-brain-starter · 0 tokens