Borrowing it
Nothing to install: this file belongs to changoo89/claude-pilot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/changoo89/claude-pilot/main/.claude/skills/frontend-design/SKILL.mdgit clone --depth 1 https://github.com/changoo89/claude-pilotWrote 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/changoo89/claude-pilot/frontend-design)<a href="https://agentmods.dev/skills/changoo89/claude-pilot/frontend-design"><img src="https://agentmods.dev/badge/skills/changoo89/claude-pilot/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/changoo89/claude-pilot/frontend-design"><img src="https://agentmods.dev/badge/skills/changoo89/claude-pilot/frontend-design.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00031 | $0.01259 |
| Opus 5 | $0.00015 | $0.00629 |
| Sonnet 5 | $0.00006 | $0.00252 |
| Haiku 4.5 | $0.00003 | $0.00126 |
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 9d 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 — 147 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Frontend Design Skill
Purpose: Create production-grade, distinctive UI that stands out from generic AI-generated designs
Quick Start
When to Use
- Building web UI components, pages, or applications
- Creating dashboard interfaces, landing pages, or marketing sites
- Styling React components, HTML/CSS layouts, or design systems
Quick Reference
| Category | Key Principle | Action |
|---|---|---|
| Fonts | Avoid defaults | Never use Inter as default |
| Colors | Avoid gradients | No purple-to-blue gradients |
| Layout | Embrace asymmetry | Break from rigid grids |
| Details | Add texture | Use noise, patterns, borders |
Core Principles
1. Choose an Aesthetic Direction
| Direction | Characteristics | Examples |
|---|---|---|
| Minimalist | Clean, sparse, purposeful | Stripe, Linear |
| Maximalist | Bold, expressive, layered | Brutalist sites |
| Warm/Human | Organic textures, soft edges | Notion, Gumroad |
| Technical/Precise | Sharp edges, monospace | Vercel, GitHub |
| Playful | Bright colors, rounded | Discord, Slack |
Action: Start with "I'll use a [direction] aesthetic for this."
2. Make Every Detail Intentional
- Default fonts → Never accept Inter as the default
- Gradients → Purple-to-blue is the most overused gradient
- Center alignment → Explore asymmetry and interesting layouts
- Flat colors → Add texture, noise, patterns, or subtle borders
3. Be Specific, Not Generic
Bad: "Use a nice color scheme" | Good: "Use a warm palette with coral (#FF6B6B) as primary, cream (#FFF8F0) background"
Typography & Color
Font Selection
⚠️ NEVER use Inter as the default font
| Category | Font Families | When to Use |
|---|---|---|
| Serif | GT Super, Charter, Georgia | Editorial, premium |
| Sans-Serif | Geist, Satoshi, System UI | Clean, modern (not Inter!) |
| Monospace | Geist Mono, JetBrains Mono | Technical, code |
| Display | Clash Display, Syne | Headlines, personality |
What ships with it
4 files 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.
- 9d ago First seen · 147 lines · 31 tokens per session scan A 1c941cd9f53e
frontend-design is a skill published in the GitHub repository changoo89/claude-pilot (20 stars, last pushed 7mo ago), licensed MIT. It adds 31 tokens to every session and 1,259 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-30.
Other skills, from other repositories
cache-components
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). PROACTIVE ACTIVATION: Use this skill automatically when working in Next.js projects that have cacheComponents: true in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best…
frontend-code-review
Trigger when the user requests a review of frontend files (e.g., .tsx, .ts, .js). Support both pending-change reviews and focused file reviews while applying the checklist rules.
accessibility-a11y
WCAG 2.2 compliance, ARIA patterns, keyboard navigation, screen readers, automated testing.
flutter-development
Cross-platform development with Flutter and Dart for iOS, Android, Web, Desktop, and embedded. Use when building Flutter apps, implementing Material/Cupertino design, or optimizing Dart code.
electron-desktop
Desktop application development with Electron for Windows, macOS, and Linux. Use when building cross-platform desktop apps, implementing native OS features, or packaging web apps for desktop.
generic-react-ux-designer
Professional UI/UX design expertise for React applications. Covers design thinking, user psychology (Hick's/Fitts's/Jakob's Law), visual hierarchy, interaction patterns, accessibility, performance-driven design, and design critique. Use when designing features, improving UX, solving user problems, or conducting design…