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 agentmods add skills/agentconfig/agentconfig.org/page-stylingnpx skills add agentconfig/agentconfig.org --skill page-stylinggit clone --depth 1 https://github.com/agentconfig/agentconfig.orgWrote 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/agentconfig/agentconfig.org/page-styling)<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>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 | $0.00022 | $0.00507 |
| Opus 5 | $0.00011 | $0.00253 |
| Sonnet 5 | $0.00004 | $0.00101 |
| Haiku 4.5 | $0.00002 | $0.00051 |
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.
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
PageLayoutfor top-level pages. - Route entry:
site/src/pages/{slug}.tsxshould 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-2xlon the paragraph.
Hero Typography
h1should usetext-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
- Green:
Sections
- Use
Sectionfor homepage-style sections. - Keep section headings
text-3xl md:text-4xl font-boldwith descriptionstext-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."
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.
- 3d ago First seen · 57 lines · 22 tokens per session scan A 8dc3908b4335
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.
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.
create-design-system
Use when building consistent design systems, visual tokens, components, and CSS foundations.
design-sync
Use when synchronizing design tokens, storybook components, or CSS variables between design and code.
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.
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…
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.