frontend-design

frontend-design is a skill for Claude Code, Codex from DjordjeMojsilovic/Djordjes-Claude-Setup. It costs 77 tokens per session (857 once invoked), scanned A, original, no licence file.

A design guide for creating polished web interfaces such as websites, landing pages, dashboards, posters, and application screens.

In plain words
What is it for?
Use it when building or styling React components, HTML and CSS layouts, web pages, or other frontend screens.
Why use it?
It helps turn a functional web page into an interface with a deliberate visual design and layout.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when building or styling React components, HTML and CSS layouts, web pages, or other frontend screens.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/djordjemojsilovic/djordjes-claude-setup/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 DjordjeMojsilovic/Djordjes-Claude-Setup --skill frontend-design
Clone the repo
git clone --depth 1 https://github.com/DjordjeMojsilovic/Djordjes-Claude-Setup

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/djordjemojsilovic/djordjes-claude-setup/frontend-design/github.svg)](https://agentmods.dev/skills/djordjemojsilovic/djordjes-claude-setup/frontend-design)
Your own site
<a href="https://agentmods.dev/skills/djordjemojsilovic/djordjes-claude-setup/frontend-design"><img src="https://agentmods.dev/badge/skills/djordjemojsilovic/djordjes-claude-setup/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/djordjemojsilovic/djordjes-claude-setup/frontend-design"><img src="https://agentmods.dev/badge/skills/djordjemojsilovic/djordjes-claude-setup/frontend-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 857 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 unknown 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.00077 $0.00857
Opus 5 $0.00039 $0.00428
Sonnet 5 $0.00015 $0.00171
Haiku 4.5 $0.00008 $0.00086

Measured 11d ago against content hash b81e2ff87ed8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 11d 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.

frontend-design/SKILL.md · 43 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 11d ago First seen · 43 lines · 77 tokens per session scan A b81e2ff87ed8

Subscribe to this mod's changes

frontend-design is a skill published in the GitHub repository DjordjeMojsilovic/Djordjes-Claude-Setup (4 stars, last pushed 1mo ago), with no licence file. It adds 77 tokens to every session and 857 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

design-tokens

Establish color, typography, spacing, radius and motion as named role-based tokens. Use before building any interface.

mshadmanrahman/claude-for-designers · 27 tokens

frontend-design

Build an interface from the brief and the tokens rather than from a guess. Use only after grill-me, design-brief, information-architecture and design-tokens have run.

mshadmanrahman/claude-for-designers · 38 tokens

light-dark-mode

Load this skill whenever the project supports light/dark mode, colour theme switching, high-contrast mode, or responds to prefers-color-scheme. Under no circumstances hard-code colours that break in alternative themes. Absolutely always test colour contrast in both light and dark themes, and respect user OS-level…

mgifford/accessibility-skills · 69 tokens

svg

Load this skill whenever the project contains SVG graphics — inline SVGs, external SVG files, SVG icons, SVG illustrations, or SVG-based data visualizations. Under no circumstances use SVG without proper accessible titles, descriptions, and ARIA roles where required. Absolutely always add and to meaningful SVGs and…

mgifford/accessibility-skills · 104 tokens

aria-live-regions

Load this skill whenever the project contains dynamic content updates, status messages, alerts, notifications, loading indicators, or any use of aria-live, role="status", role="alert", or role="log". Under no circumstances add or modify live-region markup without applying these rules. Prioritize correct politeness…

mgifford/accessibility-skills · 88 tokens

keyboard

Load this skill for every project containing interactive UI elements — buttons, links, modals, dropdowns, sliders, tabs, carousels, or any custom widget. Under no circumstances create an interactive component that cannot be fully operated by keyboard alone. Absolutely always ensure visible focus indicators, logical…

mgifford/accessibility-skills · 78 tokens