MCPGateway: Skill for Claude Code

.agents/skills/frontend-build/SKILL.md

frontend-build is a skill for Claude Code from abdullah1854/MCPGateway. It costs 54 tokens per session (3,327 once invoked), scanned A, original, MIT.

A set of instructions for building production-ready front-end interfaces, the parts of websites and apps that users see and interact with. It applies to requests such as React components, landing pages, dashboards, forms, and responsive layouts.

In plain words
What is it for?
Use it when creating or styling web UI with technologies such as React, Next.js, Tailwind, or shadcn.
Why use it?
It provides design and implementation guidance when an interface needs to work across screen sizes and have a clear visual direction.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is abdullah1854/MCPGateway's own configuration. It tells Claude Code how to work on MCPGateway itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything MCPGateway configures →

Reuse

Borrowing it

Nothing to install: this file belongs to abdullah1854/MCPGateway. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/abdullah1854/MCPGateway/main/.agents/skills/frontend-build/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/abdullah1854/MCPGateway

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/abdullah1854/mcpgateway/frontend-build.svg)](https://agentmods.dev/skills/abdullah1854/mcpgateway/frontend-build)
Your own site
<a href="https://agentmods.dev/skills/abdullah1854/mcpgateway/frontend-build"><img src="https://agentmods.dev/badge/skills/abdullah1854/mcpgateway/frontend-build.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,327 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.00054 $0.03327
Opus 5 $0.00027 $0.01664
Sonnet 5 $0.00011 $0.00665
Haiku 4.5 $0.00005 $0.00333

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

Security

Grade A, and why

frontend-build 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (index.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/frontend-build/SKILL.md · 434 lines

How it starts

The opening of the file, as written. The whole thing — 434 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Frontend Build Protocol

When This Skill Activates

  • "Build a component", "create UI", "design this"
  • "Landing page", "dashboard", "form"
  • "Make it responsive", "mobile-friendly"
  • "Tailwind", "shadcn", "styling"
  • "React", "Next.js", "frontend"

BEFORE WRITING CODE

Establish a bold aesthetic direction. Ask yourself:

  1. Purpose: What problem does this solve? Who uses it?
  2. Tone: Minimalist? Maximalist? Retro? Brutalist? Warm? Clinical?
  3. Differentiator: What ONE thing makes this memorable?
  4. Constraints: Technical limitations? Brand guidelines?

"A design with clear intent—whether maximalist or minimal—always beats scattered, unfocused choices."

Design Philosophy

The Core Principle

Distinctive, production-grade interfaces that avoid generic AI aesthetics.

Every design choice should be intentional:

  • If it's minimal, it should feel deliberately restrained
  • If it's bold, it should feel confidently expressive
  • Never default to "safe" choices

Anti-Patterns (AI Slop to Avoid)

DON'T DO INSTEAD
Center everything Asymmetric, purposeful alignment
Purple gradients everywhere Restrained color with sharp accents
Uniform rounded-lg on all Mix radiuses intentionally
Inter font (default) System fonts or distinctive choices
Blue-500 for everything Custom accent that fits context
Generic card grids Varied, hierarchical layouts
Over-animated everything Strategic motion for key moments
Predictable "hero → features → CTA" Unexpected flow that serves content

Typography That Elevates

Font Pairings (Non-Default)

/* Option 1: Modern Professional */
--font-heading: 'Satoshi', system-ui;
--font-body: 'Inter', system-ui;

/* Option 2: Editorial */
--font-heading: 'Playfair Display', Georgia;
--font-body: 'Source Sans 3', system-ui;

/* Option 3: Technical */
--font-heading: 'Space Grotesk', system-ui;
--font-body: 'IBM Plex Sans', system-ui;

/* Option 4: System (fast, still good) */
--font-heading: system-ui;
--font-body: system-ui;

Read the full file on GitHub · 434 lines

Files

What ships with it

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

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. 8d ago First seen · 434 lines · 54 tokens per session scan A 7ced0d63d057

Subscribe to this mod's changes

frontend-build is a skill published in the GitHub repository abdullah1854/MCPGateway (15 stars, last pushed 2mo ago), licensed MIT. It adds 54 tokens to every session and 3,327 once invoked, about $0.0003 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.