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.
npx skills add pantheon-org/tekhne --skill website-theme-portergit clone --depth 1 https://github.com/pantheon-org/tekhneWrote 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.
[](https://agentmods.dev/skills/pantheon-org/tekhne/website-theme-porter)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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. 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
- Document before you code — write all theme documentation under
.context/artifacts/before touching a single source file. - Tokens over literals — every extracted value becomes a semantic CSS token; hardcoded colours never appear in component classes.
- Method hierarchy — prefer automated extraction (agent-browser) over manual inspection; document whichever method was used.
- Verify visually — the workflow is not complete until a diff screenshot confirms the local build matches the reference site.
- 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.
What ships with it
14 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.
- .audits/2026-04-08/analysis.md 1.2 KB
- .audits/2026-04-08/audit.json 503 B
- .audits/2026-04-08/remediation-plan.md 3.2 KB
- .audits/latest 10 B
- .tessl-plugin/plugin.json 817 B
- CHANGELOG.md 736 B
- evals/scenario-00.md 3.4 KB
- evals/scenario-01.md 4.5 KB
- evals/scenario-02.md 4.4 KB
- evals/scenario-03.md 3.7 KB
- evals/scenario-04.md 3.8 KB
- references/extraction.md 8.3 KB
- references/tailwind-mapping.md 9.1 KB
- references/verification.md 8.9 KB
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.
- 8d ago First seen · 472 lines · 120 tokens per session scan A 7bab86edfee8
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.
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.
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.
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.
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.
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.…
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.