trinity-local-design

Design instructions for creating interfaces and visual assets for Trinity Local and its marketing site. They define the product's colors, fonts, layout style, and reusable interface resources.

In plain words
What is it for?
Use them when designing or prototyping Trinity interfaces, creating branded assets, or updating production code to match the product's visual language.
Why use it?
They keep new screens and prototypes visually consistent with Trinity's calm, muted-teal design system.

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/keepwhatworks/trinity/design-system
Any agent
npx skills add keepwhatworks/trinity --skill design-system
Clone the repo
git clone --depth 1 https://github.com/keepwhatworks/trinity

Made for: Claude Code, Codex.

Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 623 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.00107 $0.00623
Opus 5 $0.00053 $0.00311
Sonnet 5 $0.00021 $0.00125
Haiku 4.5 $0.00011 $0.00062

Measured yesterday against content hash 4879a11d81ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

trinity-local-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 yesterday.

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.

design-system/SKILL.md · 37 lines

What it actually says

Read the README.md file within this skill, and explore the other available files (colors_and_type.css for tokens, assets/ for the brand mark, ui_kits/ for high-fidelity component recreations, preview/ for the design-system cards).

If creating visual artifacts (slides, mocks, throwaway prototypes, etc), copy assets out and create static HTML files for the user to view. If working on production code, copy assets and read the rules here to become an expert in designing with this brand.

Active theme — Calm / Muted Teal (this is THE direction; do not revert to the warm-cream/serif look the product currently ships):

  • Cool mist neutrals, one teal accent. Base #eaecef, surface #fafbfc, border #dde1e6, cool-charcoal ink #2f363c. Muted teal #4f9095 (deep #34666b, fill #3f777c, soft wash #e1edec) is the ONLY accent; soft slate #94a3ad is a quiet secondary. No green, no cream, no serif, no terracotta, no purple/neon, no decorative gradients.
  • One soft humanist sansHanken Grotesk for everything (titles weight 600, body, UI). A one-word title accent uses teal, never italics. Mono (JetBrains Mono) only for commands/paths.
  • Soothing, document-first. Calm centered column, soft 22px rounded cards with visible 1px borders + gentle cool shadow, airy spacing, summary-first layouts. Slow gentle motion only (entrance rise, a faint breathing aura, the die settling in); respect prefers-reduced-motion.
  • Voice: grounded, plain-spoken, second person, sentence case, em-dashes, UPPERCASE tracked eyebrows. Emoji almost never.

The Launchpad UI kit (ui_kits/launchpad/) is the reference implementation — match it.

If the user invokes this skill without any other guidance, ask them what they want to build or design, ask some clarifying questions, and act as an expert designer who outputs HTML artifacts or production code, depending on the need.

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. yesterday First seen · 37 lines · 107 tokens per session scan A 4879a11d81ac

Subscribe to this mod's changes

trinity-local-design is a skill published in the GitHub repository keepwhatworks/trinity (1 stars, last pushed 2d ago), licensed MIT. It adds 107 tokens to every session and 623 once invoked, about $0.0005 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

split-micro-app

Use when splitting a monorepo surface into a standalone micro app (React Router SSR on Cloudflare Workers), splitting a surface whose rendering code lives in the lobehub-cloud business overlay, fighting SSR bundle bloat from main-src imports, deploying its assets to CDN/R2, adding SEO/OG meta to an SSR page, adding a…

lobehub/lobehub · 109 tokens

agent-tracing

Agent tracing CLI for execution snapshots. Use for agent-tracing, traces, snapshots, LLM call inspection, context engine data, agent step analysis, execution debugging, or pulling remote/production traces ("拉线上 tracing") by operation id. Also the first stop for debugging agent tool calls — wrong or missing toolcalls…

lobehub/lobehub · 91 tokens

data-fetching-architecture

LobeHub data-fetching pipeline guide. Use for service layer, Zustand store, SWR, lambdaClient, useClientDataSWR, useFetchXxx hooks, or migrating useEffect fetches.

lobehub/lobehub · 48 tokens

deep-review

Multi-dimensional code review. Use when the user asks to review, evaluate, or audit a PR, diff, branch, or pasted change — including informal review asks like "look at this change for problems" — via light mode: one independent reviewer against the dimension quick checklists. Not for explain-only questions about what…

lobehub/lobehub · 92 tokens

ux-audit

Audit a page / surface against the Designing Interfaces pattern language + the ux skill checklists, then land findings. Three layers — static (code), visual (screenshots), dynamic (automated user journey + perf). Use to run a repeatable, standards-based UX review of one screen.

lobehub/lobehub · 62 tokens

acceptance

End-to-end verification and self-evidence for a delivery in any repository, with or without a preconfigured verify plan. Discover an existing plan when one was handed to this run; otherwise author checks and publish a standalone acceptance. Pick the proving surface (CLI / web / desktop / iOS Simulator), drive the real…

lobehub/lobehub · 163 tokens