design-conventions

design-conventions is a command for Claude Code from addit-digital/addit-harness. It costs 66 tokens per session (223 once invoked), scanned A, original, MIT.

A command that examines an existing TypeScript and React interface and records its visual rules in a project file. Those rules can then guide later interface work.

In plain words
What is it for?
Use it before UI work, when visual conventions have drifted, or when refreshing the project's documented design rules.
Why use it?
It helps preserve a consistent look when new screens or components are added to an existing project.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions Claude Code.

Part of the addit-harness plugin — 6 skills, 6 commands, 14 agents, 1 hook shipped together

Good fit Use it before UI work, when visual conventions have drifted, or when refreshing the project's documented design rules.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/addit-digital/addit-harness/design-conventions
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.

Clone the repo
git clone --depth 1 https://github.com/addit-digital/addit-harness

Made for: Claude Code.

Or install addit-harness, the plugin that ships this one along with the rest of its 6 skills, 6 commands, 14 agents, 1 hook.

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 design-conventions

README.md
[![agentmods](https://agentmods.dev/badge/commands/addit-digital/addit-harness/design-conventions.svg)](https://agentmods.dev/commands/addit-digital/addit-harness/design-conventions)
Your own site
<a href="https://agentmods.dev/commands/addit-digital/addit-harness/design-conventions"><img src="https://agentmods.dev/badge/commands/addit-digital/addit-harness/design-conventions.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 223 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.00066 $0.00223
Opus 5 $0.00033 $0.00112
Sonnet 5 $0.00013 $0.00045
Haiku 4.5 $0.00007 $0.00022

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

Security

Grade A, and why

design-conventions 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.

commands/design-conventions.md · 18 lines

What it actually says

Invoke the addit-harness:design-conventions skill via the Skill tool now, forwarding any arguments given after the command: "$ARGUMENTS".

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 · 18 lines · 66 tokens per session scan A acf852f5f4e4

Subscribe to this mod's changes

design-conventions is a command published in the GitHub repository addit-digital/addit-harness (3 stars, last pushed 15d ago), licensed MIT. It adds 66 tokens to every session and 223 once invoked, about $0.0003 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 commands, from other repositories

challenge-swarm

Multi-lens design challenger. Reads a design/spec/plan/proposal, profiles it (who can reach it, whose data, what being wrong costs), then seats 3-6 expert lenses from a 30-lens catalog spanning engineering, data/ML, business, finance, communication, and delivery — each seated only with a cited stake, reflexive picks…

damusix/atomic-claude · 0 tokens

designmatch

Bootstrap the designmatch skill in a React Native project from a Claude Design link. Auto-imports the Visual QA stub helper (visual-qa.ts), writes default state.vqa.json, registers the canonical source, updates .gitignore, and prints the wiring snippet. Use when starting visual-parity work on a new RN screen or when…

randomittin/heimdall · 79 tokens

atomic-help

Route a lost user to the right atomic verb, skill, agent, or binary subcommand. Bare invocation reads git state and recommends one next step. Topic keyword or freeform intent → focused pointer. tour → guided walkthrough of the system. Help router, not duplicated docs.

damusix/atomic-claude · 57 tokens

subagent-implementation

Orchestrate implement→review subagent loop until task complete. Reads the approved spec, writes a thin brief to .claude/.scratchpad/, dispatches fresh-context subagents, loops until reviewer signs off, commits per green iteration, then updates repo docs.

damusix/atomic-claude · 53 tokens

follow-up

Review and act on pending reminders. Bare invocation shows all reminders as an indexed list; cron-fired invocation (/follow-up due ) surfaces the specific reminder and waits for a response; /follow-up review lists stale project follow-up entries for per-item disposition (extend/close/promote/skip). Transport-aware…

damusix/atomic-claude · 0 tokens

documentation

Bootstrap and maintain project documentation surfaces. Two modes: bootstrap (discover doc files, index them in CLAUDE.md) and authoring (scan for unindexed docs, match diff against indexed surfaces, walk stale/incomplete/missing items with Yes/Later/Remind/Skip).

damusix/atomic-claude · 0 tokens