interaction-design-board

interaction-design-board is a skill for Claude Code, Codex from daymade/claude-code-skills. It costs 126 tokens per session (2,029 once invoked), scanned A, original, MIT.

A system for comparing several clickable HTML prototypes of the same product interface. It keeps the product facts and visual language fixed while testing different ways to organize behavior, workflow, and information.

In plain words
What is it for?
Use it to create runnable alternatives, combine them into a Design Board, collect structured selection or remix feedback, and hand the chosen interaction approach to implementation.
Why use it?
It lets people operate competing interface ideas before production implementation, making interaction trade-offs easier to inspect and choose between.

Skill for Claude CodeCodex

Written for Claude Code: shipped in a Claude Code plugin. Also seen: built for gstack.

Part of the daymade-codex plugin — 5 skills shipped together

Good fit Use it to create runnable alternatives, combine them into a Design Board, collect structured selection or remix feedback, and hand the chosen interaction approach to implementation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/daymade/claude-code-skills/interaction-design-board
About the project

Claude Code Skills Marketplace is a collection and marketplace of skills, plugins, agents, and instructions that extend Claude Code with specialized development workflows. It is for developers who want to install existing workflows or create, validate, and package their own Claude Code skills.

daymade/claude-code-skills · 1,381 stars · on GitHub

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.

Any agent
npx skills add daymade/claude-code-skills --skill interaction-design-board
Clone the repo
git clone --depth 1 https://github.com/daymade/claude-code-skills

Made for: Claude Code, Codex.

Or install daymade-codex, the plugin that ships this one along with the rest of its 5 skills.

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 interaction-design-board

README.md
[![agentmods](https://agentmods.dev/badge/skills/daymade/claude-code-skills/interaction-design-board.svg)](https://agentmods.dev/skills/daymade/claude-code-skills/interaction-design-board)
Your own site
<a href="https://agentmods.dev/skills/daymade/claude-code-skills/interaction-design-board"><img src="https://agentmods.dev/badge/skills/daymade/claude-code-skills/interaction-design-board.svg" alt="Measured on agentmods" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,029 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00126 $0.02029
Opus 5 $0.00063 $0.01014
Sonnet 5 $0.00025 $0.00406
Haiku 4.5 $0.00013 $0.00203

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

Security

Grade A, and why

interaction-design-board scanned grade A with 1 finding 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/build_board.py, tests/test_build_board.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sS -X POST "${BOARD_URL%/}/api/reload" \
daymade-codex/interaction-design-board/SKILL.md · 217 lines

How it starts

The opening of the file, as written. The whole thing — 217 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Interaction Design Board

Turn interaction uncertainty into inspectable evidence. Keep the product's real facts and design language fixed; vary the interaction architecture enough that the user can experience the trade-offs before production code changes.

Route The Request

  • Use this skill when the choice depends on behavior, state, workflow, hierarchy, or progressive disclosure.
  • Use design-style-picker for static visual-style calibration and image matrices.
  • Use gstack's design-consultation for a new product-wide design system and gstack's design-shotgun for static generated mockups.
  • Return to this skill after a visual direction is chosen if the user still needs to compare clickable interaction structures.
  • Do not use it for a settled one-line CSS adjustment or when the user already supplied an approved interaction specification and asked only for implementation.

Non-Negotiable Outcome

Produce a decision, not a gallery:

  1. Several runnable HTML candidates keep the same business facts, product scope, design tokens, and available actions.
  2. Each candidate embodies a distinct interaction hypothesis rather than a skin.
  3. The Design Board lets the user operate every candidate, record concrete feedback, select one, or request a named remix.
  4. Production implementation does not start until the user approves the behavior.

Static screenshots are supporting evidence only. A screenshot cannot prove a collapse state, keyboard path, selection model, or task handoff.

Workflow

1. Freeze The Decision Contract

Before generating variants, write a compact contract in the session workspace:

  • User job: the real task the operator is trying to complete.
  • Decision scope: the one page, component, or bounded journey being compared.
  • Immutable facts: real objects, labels, statuses, permissions, actions, and data semantics that every variant must preserve.
  • Existing language: current tokens, components, navigation, density, and brand assets that must remain recognizable.
  • First-view invariant: what must stay visible before any disclosure.
  • Interaction states: the meaningful states the user must be able to exercise.
  • Stop condition: approved variant or explicit remix brief; no product edit yet.

Read the full file on GitHub · 217 lines

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 · 217 lines · 126 tokens per session scan A 033933afb53a

Subscribe to this mod's changes

interaction-design-board is a skill published in the GitHub repository daymade/claude-code-skills (1,381 stars, last pushed today), licensed MIT. It adds 126 tokens to every session and 2,029 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

prototype-web

A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.

nexu-io/html-anything · 24 tokens

animation-principles

Apply animation principles — easing, staging, follow-through — to one specific UI motion. Use when tuning how an animation feels. For product-wide duration and easing tokens use motion-system (design-systems); for a full interaction spec use micro-interaction-spec.

Owl-Listener/designer-skills · 59 tokens

refactoring-ui

Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…

wondelai/skills · 132 tokens

ue-component-model

Create or edit the Universal Editor component configuration (component-definition.json, component-models.json, component-filters.json) for AEM Edge Delivery Services blocks. Use this skill whenever the user mentions component models, component definitions, component filters, block configuration for the Universal…

adobe/skills · 140 tokens

ui-design

A step-by-step collaboration process for making visual changes to an existing user interface, such as adjusting layout, spacing, colours, text size, or rounded corners.

yunshu0909/yunshu_skillshub · 222 tokens