SKILL·F28BA2

aesthetic-instrument

avelikiy
更新于 6 days ago
2 次查看
89
13
89
在 GitHub 上查看
design

关于

This skill provides the defined visual system ("instrument panel") for all internal great_cto interfaces, enforcing rules for typography, color, and layout. Use it when building or extending any great_cto surface like the board or site to ensure consistency without redesigning. It includes twelve checkable rules based on existing components, but is not for client products.

快速安装

Claude Code

推荐
主要方式
npx skills add avelikiy/great_cto -a claude-code
插件命令备选方式
/plugin add https://github.com/avelikiy/great_cto
Git 克隆备选方式
git clone https://github.com/avelikiy/great_cto.git ~/.claude/skills/aesthetic-instrument

在 Claude Code 中复制并粘贴此命令以安装该技能

技能文档

The instrument panel

A committed aesthetic in the sense of skills/committed-aesthetic/SKILL.md: every rule below is checkable, and every value was read out of the sourcepackages/board/public/index.html and great_cto-site/styles.css — rather than chosen to write this document.

The subject is an instrument, not a brochure. One person reads it to decide what a machine may do next. Everything below follows from that.

Rule 0 — this is the CATEGORY default, and calling it ours was wrong

The first version of this file opened "this is ours, not a default". Measured against a real corpus on 2026-09-01, that is false, and the correction matters more than anything below it.

Refero's top ten styles for a dark technical developer landing describe: near-black canvas (Depot, Warp, Supabase, Trunk, Checkly, Cron, Linear, Eraser), depth from surface shifts or borders rather than shadows (Warp, Supabase, Trunk, Linear), and one green accent used sparingly (Depot, Warp, Supabase, Trunk). Four of them are described with the words "instrument panel", "command center" or "cockpit".

Every one of those is a rule below. This aesthetic is not great_cto's identity — it is what every infrastructure product looks like, and this file codified the modal choice and labelled it a differentiator. A skill that does that produces template work while asserting it does not.

What follows is still correct, and its correctness is functional, not distinctive. Dark, dense, one accent, tabular numerals and a dash that is not a nought are right for a surface one operator reads all day to decide what a machine may do next. Keep them for the BOARD. Just do not mistake them for a voice.

Where the category default costs something is the LANDING, where a visitor who has seen Depot, Warp and Supabase cannot tell us apart. Differentiation there is a brand decision made through committed-aesthetic, not a repaint of this file. And for a client product — a dental practice does not want an instrument panel — go through committed-aesthetic and choose deliberately.

The DNA

1. Five surface steps, each about 5% apart, and depth is always a step. --bg-page #0a0e0c--bg-card #11161a--bg-muted #161c1f--bg-elevated #1a2025--bg-strong #1e272c. A raised element takes the next step up. It does not take a shadow.

2. Exactly one accent, and it is mostly not a fill. --accent #00d97e appears as a 1px border, a 3px rail on the active nav item, and a 6% glow. It fills only a badge count and a swatch. Two accents is a different design; adding one is a decision, not a tweak.

3. One shadow in the system carries colour. Card hover: 0 1px 2px rgba(0,0,0,.4), 0 8px 24px rgba(0,217,126,.06) — the accent at 6%. Everywhere else depth is rule 1.

4. Two faces, divided by MEANING rather than by taste. Geist is the voice the surface speaks in — headings, navigation, controls, prose. Geist Mono is machine truth: anything a person would select and paste. Ids, agent slugs, paths, money, versions, timestamps, verdict tokens, commands. The test is one question: would someone copy this? Measured: 115 mono uses against 9 display. A task title is Geist and its id beside it is Geist Mono — the two faces on one row are the point, not an inconsistency.

5. Numerals are tabular, always. font-variant-numeric: tabular-nums at letter-spacing: -0.02em. A figure that changes width as it changes value reads as motion the operator did not cause.

6. A dash is not a nought. Unmeasured renders as in a lighter weight and --text3; a measured zero renders as 0 in the numeral treatment. Every count on every surface carries a third state, and it must be visibly different from zero. This is the house rule the whole product rests on; it is a typographic rule here.

7. Twelve type tokens, never a raw size. 11 · 12 · 13 · 14 · 15 · 16 · 19 · 22, plus numerics 24 · 30 · 36 · 52, as --fs-*. If a size is not on the scale, either the scale is wrong or the element is.

8. Tracking moves one way at each end. ≥22px → -0.02em. 11px uppercase → +0.10em. Nothing in between is tracked.

9. Geist Mono never above weight 500. It is vendored wght 400 500; above the axis the browser synthesises a smeared bold. Geist runs 400–700; 500 is the workhorse, 600 is emphasis, 700 exists for badge counts only.

10. Desktop density is deliberate, and does not travel. Controls are 30–32px, chips 20px — below the 44px touch floor on purpose, because this is a pointer surface for one operator. A mobile or client surface must not inherit these numbers; it takes rules 1–9 and its own sizes.

11. One hue per meaning, and colour never carries meaning alone. Every status colour is paired with a glyph or a word. A ▲/▼/— goes with the green/red/grey, so the row survives a reader who cannot distinguish them.

12. Latin subset, self-hosted, 52 KB. Two variable faces, font-display: swap, no CDN. Cyrillic and anything outside latin falls to the system stack mid-line — a known look, decided for the byte count, not a bug to re-discover.

What NOT to port

Do not takeWhyInstead
The 30–32px control heights, to anything touched by a fingerrule 10 — this is a pointer surface for one operator44px minimum, keep rules 1–9
clamp() fluid type from the site, to the boarda marketing page is read at every width; an instrument at onefixed steps from rule 7
The dark ladder, to a client productrule 0 — it is our identitychoose through committed-aesthetic
--max: 1100px, to board screensthe board's content is rows and cards, not paragraphsonly the Docs reader caps measure, at 72ch

The component gallery

Rendered, with every measurement on the artboard, in the published board spec — foundations, components, shell, screens, typography and the open findings. Working sources in .design-spec/. Read the gallery before adding a component; it is faster than deriving one from the rules and it is what the rules were written from.

Where the rules came from, and where they are still broken

This aesthetic is measured, which means it is also measured to be imperfect. docs/reference/ and the spec's findings artboard carry the open list — spacing and radius are not tokenised (11 raw gap values, 11 raw radii), the site carries 46 distinct font sizes against rule 7, and the light theme has three values under the AA floor. A rule this file states and the source violates is a finding, not a licence to violate it further.

Related: skills/committed-aesthetic/SKILL.md for the form · skills/ui-ux-pro-max/SKILL.md for the catalogue you consult when this does not apply.

GitHub 仓库

avelikiy/great_cto
路径: skills/aesthetic-instrument
0
agentic-codingai-agentsclaude-codeclaude-code-pluginclaude-code-skillsclaude-code-subagents
FAQ

常见问题

什么是 aesthetic-instrument Skill?

aesthetic-instrument 是一个 Claude Skill,作者为 avelikiy。Skill 将 Claude 按需加载的说明和资源打包,让 Claude 无需额外提示即可执行与 aesthetic-instrument 相关的任务。

如何安装 aesthetic-instrument?

使用本页的安装命令:将 aesthetic-instrument 作为插件添加到 Claude Code,或将其仓库克隆到 skills 目录,然后重启 Claude 以加载该 Skill。

aesthetic-instrument 属于哪个分类?

aesthetic-instrument 属于元分类。

aesthetic-instrument 可以免费使用吗?

可以。aesthetic-instrument 已收录在 AIMCP,可免费安装。

相关推荐技能

content-collections

Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。

查看技能
polymarket

这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。

查看技能
creating-opencode-plugins

该Skill帮助开发者创建OpenCode插件,用于接入命令、文件、LSP等25+种事件。它提供了插件结构、事件API规范和JavaScript/TypeScript实现模式,适合需要拦截操作、扩展功能或自定义事件处理的场景。开发者可通过它快速构建响应式模块来增强OpenCode AI助手的能力。

查看技能
sglang

SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。

查看技能