design-stack

A routing guide for design work that selects a suitable user-interface design skill for the type of product or website being made.

In plain words
What is it for?
Designing product interfaces, dashboards, landing pages, new navigation shells, or improving an existing app or website.
Why use it?
It helps the design agent start with the relevant instructions instead of applying unrelated design methods.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/kleosr/kleosrules/design-stack
Any agent
npx skills add kleosr/kleosrules --skill design-stack
Clone the repo
git clone --depth 1 https://github.com/kleosr/kleosrules

Made for: Claude Code, Codex.

Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 249 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00036 $0.00249
Opus 5 $0.00018 $0.00125
Sonnet 5 $0.00007 $0.00050
Haiku 4.5 $0.00004 $0.00025

Measured 2d ago against content hash 3d128ffee8f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

design-stack 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 2d 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.

shared/skills/design-stack/SKILL.md · 22 lines

What it actually says

Design stack

Read premium-ui-craft every design turn. Then read one winner. Do not load all five.

Work Winner (also Read)
In-app product, shadcn dashboard, sidebar, couple/app UX premium-ui-craft only
New marketing / landing / campaign page landing-page-design
Audit/polish of an existing site or app redesign-existing-projects
New chrome (rail, dock, shell) and you need live examples ux-web-research after premium-ui-craft

Paths: ~/.cursor/skills/<name>/SKILL.md.

Never Scandinavian, Nordic, Japandi, or hygge (no parchment, oatmeal, linen, sage-cream, pale wood). Elaya marketing (Geist, 700ms, Phosphor, island nav) does not override a locked product theme unless Mario is shipping a landing page.

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. 2d ago First seen · 22 lines · 36 tokens per session scan A 3d128ffee8f3

Subscribe to this mod's changes

design-stack is a skill published in the GitHub repository kleosr/kleosrules (2 stars, last pushed 3d ago), licensed MIT. It adds 36 tokens to every session and 249 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-31.

Related

Other skills, from other repositories

agentic-dns

Agentic AI-native multi-tier DNS routing, live packet tracing, and failover bypass engine for Pi-hole, CoreDNS, dnsdist, Unbound, Stubby, DNSCrypt-Proxy, and VPN DNS.

dedsecorg/agentic-dns · 48 tokens

diagnose

Diagnose your Claude Code hooks setup. Checks which hooks are active, verifies permissions, and identifies common configuration issues.

yurukusa/claude-code-hooks · 26 tokens

110-java-maven-best-practices

Use when you need to review, improve, or troubleshoot a Maven pom.xml file — including dependency management with BOMs, plugin configuration, version centralization, multi-module project structure, build profiles, or any situation where you want to align your Maven setup with industry best practices. Part of the…

jabrena/cursor-rules-examples · 71 tokens

032-architecture-adr-non-functional-requirements

Facilitates conversational discovery to create Architectural Decision Records (ADRs) for non-functional requirements using the ISO/IEC 25010:2023 quality model. Use when the user wants to document quality attributes, NFR decisions, security/performance/scalability architecture, or design systems with measurable…

jabrena/cursor-rules-examples · 81 tokens

124-java-secure-coding

Use when you need to apply Java secure coding best practices — including validating untrusted inputs, defending against injection attacks with parameterized queries, minimizing attack surface via least privilege, applying strong cryptographic algorithms, handling exceptions securely without exposing sensitive data…

jabrena/cursor-rules-examples · 80 tokens

132-java-testing-integration-testing

Use when you need to set up, review, or improve Java integration tests — including generating a BaseIntegrationTest.java with WireMock for HTTP stubs, detecting HTTP client infrastructure from import signals, injecting service coordinates dynamically via System.setProperty(), creating WireMock JSON mapping files with…

jabrena/cursor-rules-examples · 105 tokens