Tashan-TopicLab: Skill for Codex

.codex/skills/page-style-adaptation/SKILL.md

page-style-adaptation is a skill for Codex from TashanGKD/Tashan-TopicLab. It costs 71 tokens per session (1,231 once invoked), scanned A, original, MIT.

A method for making an existing page or embedded app look and behave like the application that contains it. It covers visual details such as colors, type, spacing, borders, shadows, mobile layout, and scrolling.

In plain words
What is it for?
Aligning a page, iframe, submodule, route, or component with a host product’s visual system while avoiding unrelated redesigns or data-flow changes.
Why use it?
It removes the mismatched look that can make an embedded page or separate frontend feel disconnected from its host application.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

This is TashanGKD/Tashan-TopicLab's own configuration. It tells Codex how to work on Tashan-TopicLab 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 Tashan-TopicLab configures →

Reuse

Borrowing it

Nothing to install: this file belongs to TashanGKD/Tashan-TopicLab. 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/TashanGKD/Tashan-TopicLab/main/.codex/skills/page-style-adaptation/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/TashanGKD/Tashan-TopicLab

Made for: 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 page-style-adaptation

README.md
[![agentmods](https://agentmods.dev/badge/skills/tashangkd/tashan-topiclab/page-style-adaptation/github.svg)](https://agentmods.dev/skills/tashangkd/tashan-topiclab/page-style-adaptation)
Your own site
<a href="https://agentmods.dev/skills/tashangkd/tashan-topiclab/page-style-adaptation"><img src="https://agentmods.dev/badge/skills/tashangkd/tashan-topiclab/page-style-adaptation/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 page-style-adaptation

Your own site · 80×15
<a href="https://agentmods.dev/skills/tashangkd/tashan-topiclab/page-style-adaptation"><img src="https://agentmods.dev/badge/skills/tashangkd/tashan-topiclab/page-style-adaptation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,231 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.00071 $0.01231
Opus 5 $0.00036 $0.00616
Sonnet 5 $0.00014 $0.00246
Haiku 4.5 $0.00007 $0.00123

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

Security

Grade A, and why

page-style-adaptation 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 10d 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.

.codex/skills/page-style-adaptation/SKILL.md · 125 lines

How it starts

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

Page Style Adaptation

Use this skill for visual alignment work on an existing UI. Prefer scoped changes that make the target surface feel native to the host application without broad redesign, data-flow changes, or unrelated refactors.

Workflow

  1. Identify the host surface and target surface.

    • Host surface: the page or app that defines the visual system.
    • Target surface: the page, iframe, submodule, route, or component being adapted.
    • For TopicLab-hosted WorldWeave, treat frontend/src/index.css and frontend/tailwind.config.js as the host token source, and worldweave/src/app/globals.css, worldweave/src/app/dashboard-client.tsx, and visible shared components as likely target files.
  2. Sample the host design before editing.

    • Read the host tokens for background, container background, text colors, border colors, radius, shadows, root font size, and font family.
    • Inspect the host component conventions: header density, card radius, button shape, tab/chip shape, scrollbar behavior, and mobile spacing.
    • If the target is embedded through an iframe or mounted route, inspect both host wrapper styles and target app styles.
  3. Map tokens instead of copying isolated pixels.

    • Prefer CSS variables or existing Tailwind theme tokens over hard-coded one-off values.
    • Keep semantic names stable: page background, container background, secondary background, text primary/secondary/tertiary, border default/hover, radius md/lg.
    • Use hard-coded values only when the host system itself defines them as fixed tokens.
  4. Patch the visible surface narrowly.

    • Start with global target tokens, then shared panel/card/header helpers, then specific outliers.
    • Align typography, page background, cards, borders, radii, shadows, header height, controls, tooltip shells, and timeline/list rows.
    • Preserve product-specific accent colors when they carry meaning, such as severity, category, or status.
    • Avoid broad layout rewrites unless the current layout cannot adapt cleanly.

Read the full file on GitHub · 125 lines

Files

What ships with it

1 file 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. 10d ago First seen · 125 lines · 71 tokens per session scan A be215b14ba3d

Subscribe to this mod's changes

page-style-adaptation is a skill published in the GitHub repository TashanGKD/Tashan-TopicLab (5 stars, last pushed 16d ago), licensed MIT. It adds 71 tokens to every session and 1,231 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

accessible-web-animation-builder

Create performant web animations with proper accessibility and timing.

rondoflow/rondoflow · 15 tokens

design-taste-frontend

Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.

dmae97/omk · 61 tokens

design-taste-frontend-v1

The original v1 taste-skill, preserved for projects depending on its exact behavior. The current default is design-taste-frontend (v2 experimental), which is a substantial rewrite. Use this v1 install name only if you need exact backward compatibility.

dmae97/omk · 61 tokens

high-end-visual-design

Teaches the AI to design like a high-end agency. Defines the exact fonts, spacing, shadows, card structures, and animations that make a website feel expensive. Blocks all the common defaults that make AI designs look cheap or generic.

dmae97/omk · 53 tokens

gpt-taste

Elite UX/UI & Advanced GSAP Motion Engineer. Enforces Python-driven true randomization for layout variance, strict AIDA page structure, wide editorial typography (bans 6-line wraps), gapless bento grids, strict GSAP ScrollTriggers (pinning, stacking, scrubbing), inline micro-images, and massive section spacing.

dmae97/omk · 72 tokens

design-taste-frontend

Senior UI/UX Engineer. Architect digital interfaces overriding default LLM biases. Enforces metric-based rules, strict component architecture, CSS hardware acceleration, and balanced design engineering.

ne11nn/cantos-plugin · 40 tokens