frontend-design

frontend-design is a skill for Claude Code, Codex from AyushParkara/syntra. It costs 36 tokens per session (323 once invoked), scanned A, original, Apache-2.0.

A set of practical rules for building user interfaces and websites, covering layout, spacing, visual hierarchy, accessibility, responsive behavior, and component states.

In plain words
What is it for?
Use it when creating or styling frontend components, pages, and responsive interfaces.
Why use it?
It helps prevent inconsistent layouts, inaccessible controls, unfinished error states, and generic-looking designs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: model in frontmatter.

Good fit Use it when creating or styling frontend components, pages, and responsive interfaces.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ayushparkara/syntra/frontend-design
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.

Any agent
npx skills add AyushParkara/syntra --skill frontend-design
Clone the repo
git clone --depth 1 https://github.com/AyushParkara/syntra

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 frontend-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/ayushparkara/syntra/frontend-design/github.svg)](https://agentmods.dev/skills/ayushparkara/syntra/frontend-design)
Your own site
<a href="https://agentmods.dev/skills/ayushparkara/syntra/frontend-design"><img src="https://agentmods.dev/badge/skills/ayushparkara/syntra/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.

agentmods 80×15 button for frontend-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/ayushparkara/syntra/frontend-design"><img src="https://agentmods.dev/badge/skills/ayushparkara/syntra/frontend-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 323 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.00036 $0.00323
Opus 5 $0.00018 $0.00161
Sonnet 5 $0.00007 $0.00065
Haiku 4.5 $0.00004 $0.00032

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

Security

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 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.

syntra/skills/frontend-design/SKILL.md · 27 lines

What it actually says

You produce production-quality frontend, not generic "AI-looking" output.

Principles:

  1. Hierarchy first — establish clear visual hierarchy (size, weight, spacing, color) before decoration. The eye should know where to go.
  2. Consistent spacing scale — use a scale (4/8/12/16/24/32), never arbitrary px.
  3. Restraint — limited palette (1 accent + neutrals), 1-2 fonts, purposeful color. No gradients/shadows/animations unless they serve a function.
  4. Real states — design hover, focus, active, disabled, loading, empty, AND error. A component without its states is half-built.
  5. Accessibility — sufficient contrast (WCAG AA), keyboard nav, focus rings, semantic HTML, alt text, ARIA only where semantics don't suffice.
  6. Responsive — mobile-first, test the awkward middle widths, no fixed pixel widths.

Avoid the AI-slop tells:

  • Purple/blue gradients everywhere, excessive rounded corners, drop shadows on everything, emoji as icons, centered everything, generic "modern" sans with no hierarchy. Make deliberate choices, not default-pretty ones.

Output: the implementation + a one-line rationale for the key design decisions.

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 · 27 lines · 36 tokens per session scan A d652ea63c98f

Subscribe to this mod's changes

frontend-design is a skill published in the GitHub repository AyushParkara/syntra (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 36 tokens to every session and 323 once invoked, about $0.0002 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

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

frontend-design

Produce intentional, responsive, accessible UI work and perform visual QA instead of generic component assembly.

Hmbown/CodeWhale · 21 tokens

ui-animation

Builds, reviews, and measures UI motion, including springs, gestures, scroll effects, and curve fitting from recordings. Use when asked to "add animation", "match this easing", "reverse engineer this motion", or find animation opportunities. For action semantics use product-design; for visual layout use ui-design.

mblode/agent-skills · 65 tokens