frontend-design

frontend-design is a skill for Kiro from ihatesea69/kiro-kit. It costs 32 tokens per session (251 once invoked), scanned A, original, MIT.

A guide to building web interfaces for backend services, such as admin panels, dashboards, monitoring screens, and API documentation. It focuses on clear tables, charts, search, filters, loading states, and errors.

In plain words
What is it for?
Use it to create management panels, service dashboards, monitoring interfaces, and documentation pages for APIs.
Why use it?
It helps internal tools present large amounts of operational data clearly and remain usable when requests are slow or fail.

Skill for Kiro

Written for Kiro: installed under .kiro/.

Good fit Use it to create management panels, service dashboards, monitoring interfaces, and documentation pages for APIs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ihatesea69/kiro-kit/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 ihatesea69/kiro-kit --skill frontend-design
Clone the repo
git clone --depth 1 https://github.com/ihatesea69/kiro-kit

Made for: Kiro.

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/ihatesea69/kiro-kit/frontend-design/github.svg)](https://agentmods.dev/skills/ihatesea69/kiro-kit/frontend-design)
Your own site
<a href="https://agentmods.dev/skills/ihatesea69/kiro-kit/frontend-design"><img src="https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/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/ihatesea69/kiro-kit/frontend-design"><img src="https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/frontend-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 251 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.00032 $0.00251
Opus 5 $0.00016 $0.00125
Sonnet 5 $0.00006 $0.00050
Haiku 4.5 $0.00003 $0.00025

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

.kiro/skills/frontend-design/SKILL.md · 40 lines

What it actually says

Frontend Design

Activate this skill when building admin panels, dashboards, or documentation UIs for backend services.

When to Use

  • Building admin dashboards for backend services
  • Creating API documentation interfaces
  • Designing monitoring and observability UIs
  • Building internal tools and management panels

Design Principles

  • Function over form for internal tools
  • Clear data presentation with tables and charts
  • Responsive but desktop-first for admin interfaces
  • Consistent spacing using 4px/8px grid system
  • Accessible color contrast (WCAG 2.1 AA minimum)

Implementation Guidelines

  • Use semantic HTML elements for structure
  • Keep styling minimal and functional
  • Implement proper loading and error states
  • Use server-rendered pages where possible
  • Prioritize data density over visual flair for admin tools

Rules

  • Admin UIs should prioritize usability over aesthetics
  • Always include loading states for async data
  • Implement proper error handling with retry options
  • Use pagination for large data sets
  • Include search and filter capabilities for lists
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. 6d ago First seen · 40 lines · 32 tokens per session scan A 7611aa6fb169

Subscribe to this mod's changes

frontend-design is a skill published in the GitHub repository ihatesea69/kiro-kit (18 stars, last pushed 21d ago), licensed MIT. It adds 32 tokens to every session and 251 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-09-03.

Related

Other skills, from other repositories

development

Modern frontend application development with React, Vue, Angular, Next.js, and component-driven architecture. Performance, accessibility, and developer experience emphasized. Triggers on: frontend, React, Vue, Angular, Next.js, component, web app, SPA, hooks, state management.

fatihkan/badi · 0 tokens

scaffold

Generate boilerplate for new API endpoints and frontend pages following this project's conventions (flush/commit transaction pattern, ownership enforcement, domain returns). Use when: adding a new resource, creating CRUD endpoints, wiring up a new frontend page, or asking 'how do I add a new feature end-to-end.'.

Benja-Pauls/SerpentStack · 63 tokens

printing-press-amend

Amend a published CLI from one of two input sources: (1) dogfood mode mines the active Claude Code session transcript for friction (missing flags, hand- rolled API payloads, silent-null returns); (2) direct-input mode accepts user-supplied asks (rename a command, add commands or feeds, fix a named bug, optionally…

mvanhorn/cli-printing-press · 222 tokens

printing-press

Set up a new integration, connector, or CLI binding for any API. Wrap or generate a ship-ready Go CLI from an OpenAPI, HAR, or Postman spec via the lean research -> generate -> build -> shipcheck loop. Use when the user says build a CLI, wrap this API, set up a new integration, add a connector, integrate with a…

mvanhorn/cli-printing-press · 86 tokens

igniteui-wc-choose-components

Identify and select the right Ignite UI Web Components for your app UI, then navigate to official docs, usage examples, and API references.

IgniteUI/igniteui-cli · 34 tokens

binance-spot-openapi-skill

Operate Binance Spot market, account, and order APIs through UXC with a curated OpenAPI schema, Binance query signing, and separate mainnet/testnet link flows.

holon-run/uxc · 42 tokens