companion: Skill for Claude Code

.agents/skills/design-frontend-dev/SKILL.md

design-frontend-dev is a skill for Claude Code, Codex from The-Vibe-Company/companion. It costs 127 tokens per session (1,684 once invoked), scanned A, original, MIT.

A frontend design and review guide for improving websites, dashboards, app screens, forms, and other user interfaces. It focuses on layout, accessibility, responsive behavior, and visual clarity.

In plain words
What is it for?
Use it to design, redesign, critique, audit, polish, optimize, or adapt a frontend interface. It can also guide reviews of components, onboarding flows, and empty states.
Why use it?
It helps find and fix unclear layouts, weak visual hierarchy, accessibility problems, and interfaces that work poorly on different screen sizes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is The-Vibe-Company/companion's own configuration. It tells Claude Code and Codex how to work on companion 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 companion configures →

About the project

Companion is a self-hosted, multi-tenant hub for managing personal and organizational SKILL.md libraries used by coding agents. It is for organizations that need to store, validate, version, share, install, update, and synchronize agent skills, with optional named companions that have persistent workspaces and chats. The catalogue skills, agents, and instructions are resources managed or used within this workflow.

The-Vibe-Company/companion · 2,401 stars · on GitHub · thecompanion.sh

Reuse

Borrowing it

Nothing to install: this file belongs to The-Vibe-Company/companion. 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/The-Vibe-Company/companion/main/.agents/skills/design-frontend-dev/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/The-Vibe-Company/companion

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/the-vibe-company/companion/design-frontend-dev"><img src="https://agentmods.dev/badge/skills/the-vibe-company/companion/design-frontend-dev.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,684 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00127 $0.01684
Opus 5 $0.00063 $0.00842
Sonnet 5 $0.00025 $0.00337
Haiku 4.5 $0.00013 $0.00168

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

Security

Grade A, and why

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

.agents/skills/design-frontend-dev/SKILL.md · 144 lines

How it starts

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

Impeccable

Designs and reviews production-grade frontend interfaces with strong UX, visual hierarchy, accessibility, responsive behavior, and anti-slop discipline.

This is the clean Companion edition derived from pbakaus/impeccable under Apache-2.0. It keeps the design reasoning and review logic, but intentionally excludes the upstream CLI, hooks, live browser mode, install flow, site, extension, marketing material, and bundled scripts.

Protected Invariants

  • Agent-only skill: do not require npx, bundled scripts, hooks, live mode, browser injection, extension APIs, or a product website.
  • No commercial calls to action, install prompts, update checks, telemetry, or external service dependency.
  • Keep SKILL.md compact and load detailed reference files only when relevant.
  • Respect the host agent's higher-priority rules. When used from another review skill, that owner skill's safety rules win.
  • For code-review use, stay read-only unless the user explicitly asked for implementation.

Setup

Before design or review work:

  1. Gather project context from existing files when present: PRODUCT.md, DESIGN.md, README, design-system docs, tokens, CSS/theme files, component libraries, and representative pages/components.
  2. Classify the surface:
    • brand: marketing, landing, campaign, portfolio, long-form content, or any surface where design is the product. Read reference/brand.md.
    • product: app UI, admin, dashboard, settings, tools, authenticated surfaces, or any surface where design serves the task. Read reference/product.md.
  3. Read at least one concrete implementation file before making design claims. Prefer tokens, CSS, theme config, a shared component, and the changed or requested surface.
  4. Pick only the reference files needed for the task.

If PRODUCT.md is missing, do not stop. Infer from available context, state the assumption, and continue. If DESIGN.md is missing, use visible conventions in code as the design source of truth.

Read the full file on GitHub · 144 lines

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. 9d ago First seen · 144 lines · 127 tokens per session scan A 7e0b3eb30ca5

Subscribe to this mod's changes

design-frontend-dev is a skill published in the GitHub repository The-Vibe-Company/companion (2,401 stars, last pushed 3d ago), licensed MIT. It adds 127 tokens to every session and 1,684 once invoked, about $0.0006 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-09-02.

Related

Other skills, from other repositories

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

frontend-ui-dark-ts

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

microsoft/skills · 48 tokens

reveal-hover-effect

Build cursor-following spotlight reveals that expose a second aligned image through a soft radial mask. Use for hover-to-color, before-and-after, x-ray, material, texture, product-detail, and illustrated hero effects where a desaturated or embossed base image should remain visible while another treatment follows an…

MengTo/Skills · 66 tokens

frontend-visual-qa

Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…

daymade/claude-code-skills · 145 tokens

better-colors

Helps you build a color system and answer anything about color in your project. You can generate palettes, use semantic tokens, convert between formats, check contrast and more.

jakubkrehel/skills · 38 tokens