N.E.K.O: Skill for Claude Code

.agent/skills/ui-system-refactor/SKILL.md

🎨 UI 设计规范 is a skill for Claude Code, Codex from Project-N-E-K-O/N.E.K.O. It costs 25 tokens per session (280 once invoked), scanned A, original, Apache-2.0.

A visual design guide for Project N.E.K.O. that defines its capsule-shaped interface and blue brand colours. It also records CSS techniques and common interface pitfalls.

In plain words
What is it for?
Use it when building or reviewing Project N.E.K.O. interfaces, especially rounded controls, blue borders, outlined headings, translated labels with icons, dropdown containers, and button hover or press states.
Why use it?
It gives developers consistent rules for styling and interaction instead of making separate visual decisions for every screen. It helps avoid issues such as clipped dropdowns or missing icons after translation changes.

Skill for Claude CodeCodex

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

This is Project-N-E-K-O/N.E.K.O's own configuration. It tells Claude Code and Codex how to work on N.E.K.O 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 N.E.K.O configures →

About the project

N.E.K.O is a real-time AI catgirl companion designed to live with the user, initiate interaction, share media, and perform tasks through an emotional engine. It is intended for people seeking a proactive personal digital companion. The catalogue contains skills for working with it.

Project-N-E-K-O/N.E.K.O · 2,790 stars · on GitHub · store.steampowered.com

Reuse

Borrowing it

Nothing to install: this file belongs to Project-N-E-K-O/N.E.K.O. 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/Project-N-E-K-O/N.E.K.O/main/.agent/skills/ui-system-refactor/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Project-N-E-K-O/N.E.K.O

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 🎨 UI 设计规范

README.md
[![agentmods](https://agentmods.dev/badge/skills/project-n-e-k-o/n.e.k.o/ui-system-refactor/github.svg)](https://agentmods.dev/skills/project-n-e-k-o/n.e.k.o/ui-system-refactor)
Your own site
<a href="https://agentmods.dev/skills/project-n-e-k-o/n.e.k.o/ui-system-refactor"><img src="https://agentmods.dev/badge/skills/project-n-e-k-o/n.e.k.o/ui-system-refactor/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 🎨 UI 设计规范

Your own site · 80×15
<a href="https://agentmods.dev/skills/project-n-e-k-o/n.e.k.o/ui-system-refactor"><img src="https://agentmods.dev/badge/skills/project-n-e-k-o/n.e.k.o/ui-system-refactor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 280 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.00025 $0.00280
Opus 5 $0.00013 $0.00140
Sonnet 5 $0.00005 $0.00056
Haiku 4.5 $0.00003 $0.00028

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

Security

Grade A, and why

🎨 UI 设计规范 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.

.agent/skills/ui-system-refactor/SKILL.md · 24 lines

What it actually says

🎨 UI 设计规范

核心视觉标准

  1. 胶囊化 (Capsule UI): 所有交互元素使用大圆角 (border-radius: 50px)
  2. 品牌蓝 (Neko Blue): 主色 #40C5F1,描边 #22b3ff
  3. 圆润描边: 使用20层 text-shadow 矩阵实现标题描边效果

关键避坑

  • i18n 图标消失: 翻译更新时检测 HTML 标签,使用 innerHTML 保留图标
  • Select 被裁剪: 包含下拉框的容器必须设置 overflow: visible
  • 按钮交互: Hover translateY(-1px) + Active translateY(1px) scale(0.98)

参考文档

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. 9d ago First seen · 24 lines · 25 tokens per session scan A 0cf8b313e110

Subscribe to this mod's changes

🎨 UI 设计规范 is a skill published in the GitHub repository Project-N-E-K-O/N.E.K.O (2,790 stars, last pushed today), licensed Apache-2.0. It adds 25 tokens to every session and 280 once invoked, about $0.0001 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.