tsq-ui

tsq-ui is a skill for Claude Code from sonature-lab/timsquad. It costs 60 tokens per session (566 once invoked), scanned A, original, MIT.

A method for planning screens and user journeys before building them. It uses simple wireframes—rough screen layouts—and flow diagrams showing how users move through an interface.

In plain words
What is it for?
Use it to sketch page layouts, map user flows, plan prototypes, and describe elements such as buttons, inputs, checkboxes, menus, and cards.
Why use it?
It gives developers and designers a shared picture of the screens and interactions before implementation begins.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to sketch page layouts, map user flows, plan prototypes, and describe elements such as buttons, inputs, checkboxes, menus, and cards.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-ui/github.svg)](https://agentmods.dev/skills/sonature-lab/timsquad/tsq-ui)
Your own site
<a href="https://agentmods.dev/skills/sonature-lab/timsquad/tsq-ui"><img src="https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-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 tsq-ui

Your own site · 80×15
<a href="https://agentmods.dev/skills/sonature-lab/timsquad/tsq-ui"><img src="https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-ui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 566 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00060 $0.00566
Opus 5 $0.00030 $0.00283
Sonnet 5 $0.00012 $0.00113
Haiku 4.5 $0.00006 $0.00057

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

Security

Grade A, and why

tsq-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 9d 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.

templates/base/skills/tsq-ui/SKILL.md · 71 lines

What it actually says

UI/UX Design Methodology

와이어프레임 표기법

+---------------------------------------------+  <- 컨테이너
| +------------------------------------------+|  <- 헤더
| | [로고]              [메뉴] [프로필]       ||
| +------------------------------------------+|
|                                              |
| +----------+ +----------------------------+ |  <- 2컬럼
| | 사이드바  | | 메인 콘텐츠                | |
| |          | |                            | |
| | * 메뉴1  | | +------+ +------+          | |  <- 카드
| | * 메뉴2  | | |카드1 | |카드2 |          | |
| |          | | +------+ +------+          | |
| +----------+ +----------------------------+ |
|                                              |
| +------------------------------------------+|  <- 푸터
| | (c) 2026 Company                         ||
| +------------------------------------------+|
+---------------------------------------------+

표기 규칙

기호 의미
[텍스트] 버튼/링크
(텍스트) 아이콘
{입력} 입력 필드
* 항목 리스트 아이템
[x] / [ ] 체크박스
(*) / ( ) 라디오 버튼
[v] 드롭다운
=== 구분선
... 로딩/생략

사용자 플로우 표기

[시작] -> (조건) -> [액션] -> [결과]
              |
           [대안 경로]

예시:
[로그인 페이지] -> (회원?) -> [대시보드]
                      | No
                  [회원가입]

설계 프로세스

  1. SSOT(ui-ux-spec.md) 확인
  2. 사용자 플로우 다이어그램 작성
  3. 와이어프레임 작성 (ASCII)
  4. 컴포넌트 목록 + 인터랙션 정의
  5. 반응형 처리 명시
  6. 접근성 검토 (knowledge/checklists/accessibility.md 참조)
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. 9d ago First seen · 71 lines · 60 tokens per session scan A 2ff15eda4897

Subscribe to this mod's changes

tsq-ui is a skill published in the GitHub repository sonature-lab/timsquad (11 stars, last pushed 9d ago), licensed MIT. It adds 60 tokens to every session and 566 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-30.