website-theme-porter

website-theme-porter is a skill for Claude Code, Codex from pantheon-org/tekhne. It costs 120 tokens per session (4,479 once invoked), scanned A, original, MIT.

A workflow for copying the visual style of a live website into a React and Tailwind CSS project. It examines colours, fonts, spacing, and component styles, then applies them as reusable design values.

In plain words
What is it for?
It helps with brand migrations, recreating a client's reference design, and bringing an existing website's style into a React interface.
Why use it?
It reduces the manual work of matching an existing website's appearance and provides a visual check for differences between the reference and the new project.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps with brand migrations, recreating a client's reference design, and bringing an existing website's style into a React interface.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pantheon-org/tekhne/website-theme-porter
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.

Any agent
npx skills add pantheon-org/tekhne --skill website-theme-porter
Clone the repo
git clone --depth 1 https://github.com/pantheon-org/tekhne

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 website-theme-porter

README.md
[![agentmods](https://agentmods.dev/badge/skills/pantheon-org/tekhne/website-theme-porter/github.svg)](https://agentmods.dev/skills/pantheon-org/tekhne/website-theme-porter)
Your own site
<a href="https://agentmods.dev/skills/pantheon-org/tekhne/website-theme-porter"><img src="https://agentmods.dev/badge/skills/pantheon-org/tekhne/website-theme-porter/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 website-theme-porter

Your own site · 80×15
<a href="https://agentmods.dev/skills/pantheon-org/tekhne/website-theme-porter"><img src="https://agentmods.dev/badge/skills/pantheon-org/tekhne/website-theme-porter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 120 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,479 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00120 $0.04479
Opus 5 $0.00060 $0.02240
Sonnet 5 $0.00024 $0.00896
Haiku 4.5 $0.00012 $0.00448

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

Security

Grade A, and why

website-theme-porter scanned grade A 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.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

description: "Ports the visual identity of any live website into a React plus Tailwind CSS project. Extracts colours, typography, spacing, component styles via browser automation, source inspection, curl, wget, DevTools.
skills/development/front-end/website-theme-porter/SKILL.md · 472 lines

How it starts

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

Website Theme Porter

Port the visual identity of any live website into a React + Tailwind CSS project. The workflow is four linear stages: Extract → Document → Apply → Verify.


Principles

  1. Document before you code — write all theme documentation under .context/artifacts/ before touching a single source file.
  2. Tokens over literals — every extracted value becomes a semantic CSS token; hardcoded colours never appear in component classes.
  3. Method hierarchy — prefer automated extraction (agent-browser) over manual inspection; document whichever method was used.
  4. Verify visually — the workflow is not complete until a diff screenshot confirms the local build matches the reference site.
  5. Respect scope — only port colours, typography, spacing, and component patterns; never copy the source site's actual stylesheet files.

When to use this skill

Apply this skill when you need to replicate a visual design from a live URL into a React + Tailwind codebase: brand migrations, client reference designs, design-system ports, or style-guide replication.

When not to apply

See the When NOT to Use This Skill section at the end of this file for login-walled sites, canvas-rendered UIs, obfuscated class names, and licence considerations.


Artifact Storage Convention

All artifacts (screenshots, extracted JSON, theme docs) must be saved under:

.context/artifacts/<website-slug>/<YYYY-MM-DD>/

Where <website-slug> is a lowercase, hyphenated version of the target domain (e.g. designandbloom-co-uk), and <YYYY-MM-DD> is the extraction date.

SLUG="designandbloom-co-uk"
DATE=$(date +%Y-%m-%d)
ARTIFACTS=".context/artifacts/${SLUG}/${DATE}"
mkdir -p "${ARTIFACTS}"

All screenshot paths, JSON dumps, and theme docs in the steps below use ${ARTIFACTS}/ as their base. Never save artifacts to docs/ or any other location.


Reference Loading Schedule

Load each reference file only when its stage begins — do not pre-load all three at once.

Read the full file on GitHub · 472 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 · 472 lines · 120 tokens per session scan A 7bab86edfee8

Subscribe to this mod's changes

website-theme-porter is a skill published in the GitHub repository pantheon-org/tekhne (10 stars, last pushed yesterday), licensed MIT. It adds 120 tokens to every session and 4,479 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

frontend-ui-engineering

Builds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

addyosmani/agent-skills · 58 tokens

playground

Creates interactive HTML playgrounds — self-contained single-file explorers that let users configure something visually through controls, see a live preview, and copy out a prompt. Use when the user asks to make a playground, explorer, or interactive tool for a topic.

anthropics/claude-plugins-official · 53 tokens

frontend-design

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

anthropics/claude-plugins-official · 40 tokens

baseline-ui

Quickly deslop UI code by fixing spacing, hierarchy, typography, and small layout issues. Use when the interface needs a fast cleanup or polish pass.

ibelick/ui-skills · 34 tokens

web-design-engineer

Build or redesign polished browser-rendered visual artifacts with HTML/CSS/JavaScript/React: pages, dashboards, prototypes, slide decks, animations, UI mockups, and data visualizations. Use for visual front-end creation, design-system exploration, design critique, or explicit browser acceptance / QA of a web artifact.…

ConardLi/garden-skills · 96 tokens

frontend-design

A guide for building polished web interfaces such as pages, dashboards, applications, posters, and reusable React or Vue components. It covers visual direction, layout, typography, colors, animation, accessibility, and working HTML, CSS, or JavaScript code.

xstongxue/best-skills · 103 tokens