skill-115

skill-115 is a skill for Claude Code, Codex from legendtkl/agentic-skill-router. It costs 32 tokens per session (3,971 once invoked), scanned A, original, MIT.

A framework for writing detailed user-interface and user-experience design specifications from user stories. It covers the layout, navigation, user flows, design principles, and wireframes for a product.

In plain words
What is it for?
Use it to define screen structures, navigation, interaction flows, visual direction, and wireframes.
Why use it?
It turns written product needs into a concrete plan that designers and developers can follow. This reduces uncertainty before building a prototype.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to define screen structures, navigation, interaction flows, visual direction, and wireframes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/legendtkl/agentic-skill-router/skill-115
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 legendtkl/agentic-skill-router --skill skill-115
Clone the repo
git clone --depth 1 https://github.com/legendtkl/agentic-skill-router

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 skill-115

README.md
[![agentmods](https://agentmods.dev/badge/skills/legendtkl/agentic-skill-router/skill-115/github.svg)](https://agentmods.dev/skills/legendtkl/agentic-skill-router/skill-115)
Your own site
<a href="https://agentmods.dev/skills/legendtkl/agentic-skill-router/skill-115"><img src="https://agentmods.dev/badge/skills/legendtkl/agentic-skill-router/skill-115/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 skill-115

Your own site · 80×15
<a href="https://agentmods.dev/skills/legendtkl/agentic-skill-router/skill-115"><img src="https://agentmods.dev/badge/skills/legendtkl/agentic-skill-router/skill-115.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 3,971 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.03971
Opus 5 $0.00016 $0.01985
Sonnet 5 $0.00006 $0.00794
Haiku 4.5 $0.00003 $0.00397

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

Security

Grade A, and why

skill-115 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 7d 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.

experiments/dci-compare/skillrouter-skills/skill-115/SKILL.md · 533 lines

How it starts

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

UI/UX 디자인

목적

유저스토리를 기반으로 상세한 UI/UX 디자인 명세를 작성합니다.

사용 시점

  • 유저스토리 작성이 완료된 후
  • 프로토타입 개발 전
  • 디자인 시스템을 정의해야 할 때
  • 사용자가 "UI 디자인", "UX", "와이어프레임"을 언급할 때

필수 입력

  • 유저스토리: design/userstory.md (user-stories 결과)
  • 선정된 솔루션: think/핵심솔루션.md (solution-selection 결과)

디자인 명세 프레임워크

1. 디자인 원칙

핵심 원칙 (5개)
  1. [원칙 1]: [설명]
  2. [원칙 2]: [설명]
  3. [원칙 3]: [설명]
  4. [원칙 4]: [설명]
  5. [원칙 5]: [설명]
디자인 언어
  • 톤 앤 매너: [예: 친근하고 직관적]
  • 브랜드 키워드: [3-5개 키워드]

2. 정보 아키텍처

사이트맵
홈
├── 기능 A
│   ├── 하위기능 A-1
│   └── 하위기능 A-2
├── 기능 B
│   ├── 하위기능 B-1
│   └── 하위기능 B-2
├── 마이페이지
│   ├── 프로필
│   └── 설정
└── 고객지원
네비게이션 구조
  • 주 네비게이션: 메인 메뉴 항목
  • 부 네비게이션: 서브 메뉴 항목
  • 푸터 네비게이션: 푸터 링크

3. 사용자 플로우

각 주요 기능에 대해:

플로우 1: [기능 플로우]
시작
 ↓
[화면 1: 랜딩] → [화면 2: 선택]
 ↓                ↓
[화면 3: 입력] ← [화면 4: 확인]
 ↓
완료

플로우 설명:

  1. 단계 1: [설명]
  2. 단계 2: [설명]
  3. 단계 3: [설명]

4. 와이어프레임

각 주요 화면에 대해 (최소 5개):

화면 1: 홈 화면
+----------------------------------+
|  [로고]    [메뉴] [메뉴] [메뉴]     |
+----------------------------------+
|                                  |
|     [히어로 섹션]                 |
|     - 메인 메시지                 |
|     - CTA 버튼                   |
|                                  |
+----------------------------------+
|  [기능 1]   [기능 2]   [기능 3]   |
|   설명      설명       설명       |
+----------------------------------+
|                                  |
|     [메인 컨텐츠 영역]            |
|                                  |
+----------------------------------+
|  푸터                            |
+----------------------------------+

핵심 요소:

  • 헤더: [설명]
  • 히어로 섹션: [설명]
  • 컨텐츠 영역: [설명]
  • CTA: [설명]

5. 컴포넌트 라이브러리

버튼
  • Primary Button
  • Secondary Button
  • Text Button
폼 요소
  • Input Field
  • Dropdown
  • Checkbox / Radio
  • Date Picker
  • File Upload
카드
  • Content Card
  • Product Card
  • User Card
네비게이션
  • Top Navigation Bar
  • Sidebar
  • Breadcrumb
  • Pagination
피드백
  • Toast / Snackbar
  • Modal / Dialog
  • Alert / Error Messages
  • Loading Spinner

Read the full file on GitHub · 533 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. 7d ago First seen · 533 lines · 32 tokens per session scan A 28dd8fde4997

Subscribe to this mod's changes

skill-115 is a skill published in the GitHub repository legendtkl/agentic-skill-router (5 stars, last pushed 3mo ago), licensed MIT. It adds 32 tokens to every session and 3,971 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

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 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

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens