page-styling

page-styling is a skill for Claude Code, Codex from agentconfig/agentconfig.org. It costs 22 tokens per session (507 once invoked), scanned A, original, ISC.

A set of instructions for building new agentconfig.org pages with the site's established layout, including left-aligned hero sections and colored label pills.

In plain words
What is it for?
Use it when creating a top-level page, editing a page hero or labels, or matching section widths and spacing to the homepage.
Why use it?
It helps keep new pages visually consistent, so developers do not have to work out the site's spacing, typography, and page structure each time.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/agentconfig/agentconfig.org/page-styling
Any agent
npx skills add agentconfig/agentconfig.org --skill page-styling
Clone the repo
git clone --depth 1 https://github.com/agentconfig/agentconfig.org

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 page-styling

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentconfig/agentconfig.org/page-styling.svg)](https://agentmods.dev/skills/agentconfig/agentconfig.org/page-styling)
Your own site
<a href="https://agentmods.dev/skills/agentconfig/agentconfig.org/page-styling"><img src="https://agentmods.dev/badge/skills/agentconfig/agentconfig.org/page-styling.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 507 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00022 $0.00507
Opus 5 $0.00011 $0.00253
Sonnet 5 $0.00004 $0.00101
Haiku 4.5 $0.00002 $0.00051

Measured 3d ago against content hash 8dc3908b4335, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

page-styling 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 3d 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.

.github/skills/page-styling/SKILL.md · 57 lines

What it actually says

Page Styling

Overview

Use this skill to keep page-level layout and hero styling consistent with agentconfig.org, especially the left-aligned hero and colored label pills used on /agents.

When to Use

  • Creating a new top-level page and its route entry
  • Updating a page hero, intro copy, or label badges
  • Aligning section widths and spacing with the homepage

Detailed Instructions

Page Structure

  • Use PageLayout for top-level pages.
  • Route entry: site/src/pages/{slug}.tsx should render {PageName}Page.
  • Page component lives in site/src/components/{PageName}Page/.

Hero Layout (Agents Style)

  • Wrap the hero in <header className="border-b border-border bg-muted/30">.
  • Use container mx-auto px-4 py-12 md:py-16.
  • Left-align headings and copy (no text-center).
  • Keep copy width similar to the homepage with max-w-2xl on the paragraph.

Hero Typography

  • h1 should use text-4xl md:text-5xl font-bold mb-4.
  • Paragraph should use text-xl text-muted-foreground max-w-2xl.

Label Pills

  • Use colored pill spans to highlight page attributes.
  • Base classes: px-3 py-1 rounded-full text-sm.
  • Wrap pills in flex gap-2 mt-6 flex-wrap.
  • Color tokens to match /agents:
    • Green: bg-green-100 text-green-800 dark:bg-green-900/30 dark:text-green-400
    • Yellow: bg-yellow-100 text-yellow-800 dark:bg-yellow-900/30 dark:text-yellow-400
    • Red: bg-red-100 text-red-800 dark:bg-red-900/30 dark:text-red-400

Sections

  • Use Section for homepage-style sections.
  • Keep section headings text-3xl md:text-4xl font-bold with descriptions text-lg text-muted-foreground.

Example Prompts

  • "Use the page-styling skill to make the Skills hero left-aligned with colored labels like /agents."
  • "Create a new page with PageLayout and an Agents-style hero using the site styling skill."
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. 3d ago First seen · 57 lines · 22 tokens per session scan A 8dc3908b4335

Subscribe to this mod's changes

page-styling is a skill published in the GitHub repository agentconfig/agentconfig.org (8 stars, last pushed 7d ago), licensed ISC. It adds 22 tokens to every session and 507 once invoked, about $0.0001 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

frontend-design

Delivers instruction on UI/UX design principles for web applications including layout, typography, color theory, and responsive design.

selftune-dev/selftune · 27 tokens

create-design-system

Use when building consistent design systems, visual tokens, components, and CSS foundations.

imMamdouhaboammar/get-fable · 19 tokens

design-sync

Use when synchronizing design tokens, storybook components, or CSS variables between design and code.

imMamdouhaboammar/get-fable · 21 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.

Leonxlnx/taste-skill · 61 tokens

image-to-code

Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards…

Leonxlnx/taste-skill · 116 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.

Leonxlnx/taste-skill · 61 tokens