team-interactive-craft

team-interactive-craft is a skill for Claude Code, Codex from catlog22/Claude-Code-Workflow. It costs 54 tokens per session (1,295 once invoked), scanned A, original, MIT.

A workflow for building interactive interface components with plain JavaScript and CSS, without external libraries. It covers research, interaction design, implementation, and accessibility testing.

In plain words
What is it for?
Use it to create and test interactive web components such as controls, widgets, and small interface behaviors.
Why use it?
It provides a repeatable path from an interaction idea to a checked component. Accessibility testing helps identify problems for people using different input methods or assistive tools.

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/catlog22/claude-code-workflow/team-interactive-craft
Any agent
npx skills add catlog22/Claude-Code-Workflow --skill team-interactive-craft
Clone the repo
git clone --depth 1 https://github.com/catlog22/Claude-Code-Workflow

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 team-interactive-craft

README.md
[![agentmods](https://agentmods.dev/badge/skills/catlog22/claude-code-workflow/team-interactive-craft.svg)](https://agentmods.dev/skills/catlog22/claude-code-workflow/team-interactive-craft)
Your own site
<a href="https://agentmods.dev/skills/catlog22/claude-code-workflow/team-interactive-craft"><img src="https://agentmods.dev/badge/skills/catlog22/claude-code-workflow/team-interactive-craft.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,295 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.00054 $0.01295
Opus 5 $0.00027 $0.00647
Sonnet 5 $0.00011 $0.00259
Haiku 4.5 $0.00005 $0.00129

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

Security

Grade A, and why

team-interactive-craft 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.

.claude/skills/team-interactive-craft/SKILL.md · 134 lines

How it starts

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

Team Interactive Craft

Systematic interactive component pipeline: research -> interaction design -> build -> a11y test. Built on team-worker agent architecture -- all worker roles share a single agent definition with role-specific Phase 2-4 loaded from roles/<role>/role.md.

Architecture

Skill(skill="team-interactive-craft", args="task description")
                    |
         SKILL.md (this file) = Router
                    |
     +--------------+--------------+
     |                             |
  no --role flag              --role <name>
     |                             |
  Coordinator                  Worker
  roles/coordinator/role.md    roles/<name>/role.md
     |
     +-- analyze -> dispatch -> spawn workers -> STOP
                                    |
                    +-------+-------+-------+-------+
                    v       v       v       v
           [team-worker agents, each loads roles/<role>/role.md]
        researcher  interaction-designer  builder  a11y-tester

Role Registry

Role Path Prefix Inner Loop
coordinator roles/coordinator/role.md -- --
researcher roles/researcher/role.md RESEARCH-* false
interaction-designer roles/interaction-designer/role.md INTERACT-* false
builder roles/builder/role.md BUILD-* true
a11y-tester roles/a11y-tester/role.md A11Y-* false

Role Router

Parse $ARGUMENTS:

  • Has --role <name> -> Read roles/<name>/role.md, execute Phase 2-4
  • No --role -> @roles/coordinator/role.md, execute entry router

Shared Constants

  • Session prefix: IC
  • Session path: .workflow/.team/IC-<slug>-<date>/
  • CLI tools: ccw cli --mode analysis (read-only), ccw cli --mode write (modifications)
  • Message bus: mcp__ccw-tools__team_msg(session_id=<session-id>, ...)
  • Max GC rounds: 2

Read the full file on GitHub · 134 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. yesterday First seen · 134 lines · 54 tokens per session scan A d61eee52838e

Subscribe to this mod's changes

team-interactive-craft is a skill published in the GitHub repository catlog22/Claude-Code-Workflow (2,133 stars, last pushed 2mo ago), licensed MIT. It adds 54 tokens to every session and 1,295 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-09-03.

Related

Other skills, from other repositories

core-components

Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.

agent-skills-hub/agent-skills-hub · 27 tokens

accessibility

WCAG 2.2 レベル AA 標準を用いてインクルーシブなデジタルプロダクトを設計・実装・監査します。Web 用のセマンティック ARIA および Web・ネイティブプラットフォーム(iOS/Android)のアクセシビリティトレイトを生成するために使用します。.

mturac/everything-openai-codex · 87 tokens

build-webgl-liquid-glass

Build production-ready GPU liquid-glass surfaces with liquid-gl for React or DOM UIs. Default for refractive cards, notifications, panels, GPU bevels, and WebGL glass.

agent-skills-hub/agent-skills-hub · 44 tokens

build-sdf-liquid-glass

Build lightweight SDF/canvas displacement glass with Vaso. Use for responsive refractive cards, no-WebGL fallbacks, many compact surfaces, or explicit SDF requests.

agent-skills-hub/agent-skills-hub · 42 tokens

lov-oh-my-landingpage

从产品与品牌事实出发,独立推导适合当前产品的定位、叙事与视觉,并完成 Landing Page 实现、响应式和生产回读;适用于创建官网、品牌官网重构、产品价值不清或视觉与产品不匹配。.

lovstudio/skills · 67 tokens

ui-design-memory

Apply, review, and continuously evolve the OneWorks team's durable UI design standards. Use for any OneWorks task that changes or reviews layout, styling, theme, spacing, responsive behavior, component appearance, visual assets, or reference-image fidelity, and whenever user visual feedback may express a reusable team…

oneworks-ai/app · 107 tokens