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 Rylaispirit/rylai-codex-hermes-skills --skill frontend-designgit clone --depth 1 https://github.com/Rylaispirit/rylai-codex-hermes-skillsWrote 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/rylaispirit/rylai-codex-hermes-skills/frontend-design)<a href="https://agentmods.dev/skills/rylaispirit/rylai-codex-hermes-skills/frontend-design"><img src="https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/frontend-design/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/rylaispirit/rylai-codex-hermes-skills/frontend-design"><img src="https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/frontend-design.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.00029 | $0.01804 |
| Opus 5 | $0.00015 | $0.00902 |
| Sonnet 5 | $0.00006 | $0.00361 |
| Haiku 4.5 | $0.00003 | $0.00180 |
Grade A, and why
frontend-design 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 13d 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.
How it starts
The opening of the file, as written. The whole thing — 238 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Frontend Design
This skill is a practical build workflow maintained and adapted by Rylai for Codex, Hermes, and Claude. Its goal is a usable, coherent interface that survives real content, real interaction, and real viewport changes.
Runtime Contract
- Work inside the user's existing repository when one is provided.
- Follow higher-priority project instructions and established design tokens.
- Reuse the installed framework, component library, and icon set when suitable.
- Resolve files relative to this skill or the active project, never a private path from another machine.
- Check tool and package availability before relying on them.
- Use the runtime's browser, screenshot, and image-generation capabilities by their local names.
Required Outcome
A finished interface must:
- perform the requested workflow rather than merely illustrate it;
- preserve or deliberately extend the product's visual language;
- support keyboard, pointer, touch, zoom, and reduced-motion use;
- remain readable from narrow mobile screens through wide desktop screens;
- expose loading, empty, error, disabled, success, and destructive states when the workflow can reach them;
- avoid layout shifts caused by labels, icons, validation text, or late data;
- be verified in a real browser before completion is reported.
Workflow
1. Inspect Before Designing
Read the relevant routes, components, styles, assets, package manifest, and tests. Identify:
- the user and their main task;
- the current navigation and information hierarchy;
- reusable components and tokens;
- framework and build constraints;
- nearby screens that establish product conventions;
- existing user changes that must remain intact.
For a reference image or existing page, separate structural facts from decorative details. Record the important relationships: hierarchy, alignment, density, rhythm, image treatment, interaction priority, and responsive intent.
2. Define the Experience
Write a short internal brief before editing:
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.
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.
- 13d ago First seen · 238 lines · 29 tokens per session scan A 5b2efea5f58f
frontend-design is a skill published in the GitHub repository Rylaispirit/rylai-codex-hermes-skills (55 stars, last pushed 1mo ago), licensed MIT. It adds 29 tokens to every session and 1,804 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-30.
Other skills, from other repositories
impeccable
Use when the user wants distinctive, production-grade frontend design, anti-generic AI aesthetics, UX critique, technical UI audits, or final polish through bundled Impeccable references and an optional upstream detector CLI.
align-grid
Build editorial/magazine/report webpages on a GENUINE Müller-Brockmann modular grid (International Typographic Style) — not a decorative one. Encodes the discipline (columns + modules + baseline, grotesque type, flush-left, restrained black/white/red palette) AND the hard-won front-end engineering to make the grid…
animation-patterns
Framer Motion patterns, page transitions, skeleton loading, scroll-linked animations, and gesture-based interactions for React.
web-design
Use when building any web page, HTML artifact, landing page, dashboard, slide deck, report, email, or UI component the user will look at. A taste-first design system that makes generated pages look intentional and crafted instead of generic "AI-made". Provides an aesthetic-direction process, design tokens, a starter…
extract-design-system
Extract design primitives from a public website and generate starter token files for your project.
component-library-patterns
Design system token management, component API design, Storybook, and visual regression testing patterns.