team-ui

team-ui is a skill for Claude Code from tranhieutt/software_development_department. It costs 48 tokens per session (781 once invoked), scanned A, original, MIT.

A coordinated workflow for taking a user-interface feature from wireframes through implementation and polish with UX and UI specialists.

In plain words
What is it for?
Use it when a UI component or page needs both design work and implementation in a UI framework.
Why use it?
It keeps user flows, accessibility, interaction design, and code implementation aligned through staged reviews and approvals.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; names the AskUserQuestion tool.

Good fit Use it when a UI component or page needs both design work and implementation in a UI framework.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tranhieutt/software_development_department/team-ui
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 tranhieutt/software_development_department --skill team-ui
Clone the repo
git clone --depth 1 https://github.com/tranhieutt/software_development_department

Made for: Claude Code.

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-ui

README.md
[![agentmods](https://agentmods.dev/badge/skills/tranhieutt/software_development_department/team-ui/github.svg)](https://agentmods.dev/skills/tranhieutt/software_development_department/team-ui)
Your own site
<a href="https://agentmods.dev/skills/tranhieutt/software_development_department/team-ui"><img src="https://agentmods.dev/badge/skills/tranhieutt/software_development_department/team-ui/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for team-ui

Your own site · 80×15
<a href="https://agentmods.dev/skills/tranhieutt/software_development_department/team-ui"><img src="https://agentmods.dev/badge/skills/tranhieutt/software_development_department/team-ui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 781 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.00048 $0.00781
Opus 5 $0.00024 $0.00391
Sonnet 5 $0.00010 $0.00156
Haiku 4.5 $0.00005 $0.00078

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

Security

Grade A, and why

team-ui 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 8d 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.

.claude/skills/team-ui/SKILL.md · 81 lines

How it starts

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

When this skill is invoked, orchestrate the UI team through a structured pipeline.

Decision Points: At each phase transition, use AskUserQuestion to present the user with the subagent's proposals as selectable options. Write the agent's full analysis in conversation, then capture the decision with concise labels. The user must approve before moving to the next phase.

Team Composition

  • ux-designer — User flows, wireframes, accessibility, interaction patterns
  • ui-programmer — UI framework, screens, components, data binding, implementation

How to Delegate

Use the Task tool to spawn each team member as a subagent:

  • subagent_type: ux-designer — User flows, wireframes, accessibility, interaction patterns
  • subagent_type: ui-programmer — UI framework, screens, components, data binding

Always provide full context in each agent's prompt (feature requirements, existing UI patterns, platform targets). Launch independent agents in parallel where the pipeline allows it (e.g., Phase 4 review agents can run simultaneously).

Pipeline

Phase 1: UX Design

Delegate to ux-designer:

  • Define the user flow for this feature (entry points, states, exit points)
  • Create wireframes for each screen/state
  • Specify interaction patterns: how does keyboard/mouse AND gamepad navigate this?
  • Define accessibility requirements: text sizes, contrast, colorblind safety
  • Identify data the UI needs to display (what application state does it read?)
  • Output: UX spec with wireframes and interaction map

Phase 2: Visual Design

Delegate to ui-programmer (styling phase):

  • Review wireframes and translate to design tokens (colors, typography, spacing)
  • Define visual treatment following the product design system
  • Specify any assets needed (icons, illustrations)
  • Ensure consistency with existing UI screens
  • Output: visual design spec with style notes

Phase 3: Implementation

Delegate to ui-programmer:

  • Implement the UI following the UX spec and visual design
  • Ensure UI NEVER owns or modifies application state — display only, events for actions
  • All text through i18n/localization system — no hardcoded strings
  • All interactive elements must be keyboard accessible
  • Implement WCAG 2.1 AA accessibility (ARIA labels, focus management, contrast)
  • Wire up data binding to application state
  • Output: implemented UI feature

Read the full file on GitHub · 81 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. 8d ago First seen · 81 lines · 48 tokens per session scan A b8dbe44ad226

Subscribe to this mod's changes

team-ui is a skill published in the GitHub repository tranhieutt/software_development_department (72 stars, last pushed 4mo ago), licensed MIT. It adds 48 tokens to every session and 781 once invoked, about $0.0002 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

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

datit309/supergraph · 77 tokens

cinematic-ui

Design and build websites with film-inspired visual systems, director-driven art direction, storyboard-first layout planning, and cinematic motion. Use when the user asks for a cinematic site, movie-style landing page, director-inspired UI, film-noir, sci-fi, romance, thriller, action, animation, or a movie-like…

akseolabs-seo/cinematic-ui · 94 tokens

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

addyosmani/web-quality-skills · 51 tokens

information-architecture

Design the structure of a website or product including sitemap, navigation, URL structure, content types, taxonomy, and labeling. Use this skill whenever the user asks to plan a sitemap, design navigation, structure URLs, define content types, build taxonomies, design site search, or organize content at the system…

rampstackco/claude-skills · 131 tokens

frontend

Builds, styles, and polishes web UI and UX. Use for any frontend, page, component, styling, layout, animation, or visual-quality task, or when asked to make an interface look or feel a certain way.

code-yeongyu/oh-my-openagent · 49 tokens

shiny-bslib-theming

Advanced theming for Shiny apps using bslib and Bootstrap 5. Use when customizing app appearance with bstheme(), Bootswatch themes, custom colors, typography, brand.yml integration, Bootstrap Sass variables, custom Sass/CSS rules, dark mode and color modes, dynamic theme switching, real-time theming, theme inspection…

posit-dev/skills · 87 tokens