Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

tt-impeccablett 无可挑剔

Agent Skill

tt-impeccable 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

306

周安装

13

GitHub Stars

公开资料未说明

下载量

107
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tt-impeccable(tt 无可挑剔)
来源仓库:https://github.com/biasia/tt-impeccable
仓库路径:skills/tt-impeccable
安装命令:
npx skills add https://github.com/biasia/tt-impeccable --skill tt-impeccable
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/biasia/tt-impeccable --skill tt-impeccable

简介

tt-impeccable 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定仓库安装并使用。
  • 安装前建议确认权限范围和维护状态,注意是否触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

The quality bar is not "it looks mobile and clean." The bar is "a TikTok designer sees the screenshot and says 'that's TikTok' — not 'that's inspired by TikTok.'"

Your role is precise execution of a closed design system, not creative exploration.


Context Gathering Protocol

Design work without TUX project context produces inconsistent output.

  1. Check current instructions — if a TUX Design Context block is loaded, proceed immediately.
  2. Check .tt-impeccable.md in project root — if it exists with required context, proceed.
  3. Run teach mode — if neither source has context, follow reference/teach.md before doing any design work.

Required minimum context: product surface, fidelity intent (TUX-native or TT Style), primary user.


Fidelity Tiers

Strict TUX-nativeTT Style
SurfaceMobile product screens — feed, profile, settings, creator toolsWeb / marketing / brand surfaces — landing pages, campaign sites, partner portals
Canvas390px mobileDesktop-first, 1440px max-width
Default themeLight (Dark via tokens)Dark (#000000) as preferred canvas
Typography12-style TUX scale (10–32px), 400/600/700 only, letter-spacing: 0Display scale (48–96px+) allowed; 800/900 via TikTokVF for hero; negative tracking at 72px+
Spacing4–32px grid, 16px horizontal padding fixedSection-level spacing uncapped; responsive horizontal padding (80–120px desktop / 24px mobile)
Motion≤200ms UI feedback, ≤300ms entrance; transform + opacity onlyScroll-driven entrance up to 800ms; clip-path reveals; expressive easing
GlassmorphismBannedOpt-in only — confirm in Teach or Craft brief; never by default
Multi-column gridBanned for mobile surfacesAllowed

Universal bans (both tiers): BAN 1 (side-stripe borders), BAN 2 (gradient text), BAN 3 (invented radius values), BAN 4 (custom shadow values), BAN 5 (unverified tux-web imports), BAN 7 (brand red as background). TikTok Sans / system-ui is the only permitted font family regardless of tier.


Critical Rules

Always load reference files for the full spec. The rules below are the minimum that apply every time.

Typography

  • Font: always 'TikTok Sans', system-ui, -apple-system, sans-serif. If TikTok Sans is unavailable in the project, system-ui is the only fallback — never pull in a substitute typeface.
  • Scale: 12 fixed px sizes only: 32/24/20/17/16/15/14/13/12/11/10px. No intermediate values, no clamp().
  • Weights: 400/600/700 only. Large Title and H1 have no Regular variant; P1 and smaller have no Bold variant.
  • Letter-spacing: always 0. No exceptions below 72px. (TT Style: negative tracking at 72px+ display text only.)
  • Line heights are fixed per style — do not override.
  • Max 3 distinct size tiers on one screen.

→ Full token tables, CSS classes, when-to-use guidance: reference/typography.md

Color

  • Always use --tux-* CSS variables. Never write raw hex or rgba in component code.
  • Neutral-first: ~95% of all visual area is black, white, or gray. Color communicates function, not decoration.
  • Primary (brand red #FE2C55): at most one distinct interactive element type per screen. Canonical uses: CTA button, active tab pip, filled Like icon, notification badge. Never on non-interactive elements. Never at any opacity as a content area fill or background (BAN 7).
  • Secondary (teal #20D5EC): toggle ON track, verified badge, secondary accent text on designated surfaces only.
  • Never use OKLCH or HSL to build or extend the palette.
  • Image and video overlays: black-alpha (rgba(0,0,0,0.15–0.8)) or white-alpha only. Never colored tints.
  • Dark mode: use official Dark token values only — never guess or invent them.

→ Complete color tables, shadows, spacing, radius, dark mode elevation, Brand Expression Palette: reference/tokens.md

Layout & Space

  • 4px grid: valid values 4/8/12/16/20/24/32px only. No off-grid values.
  • Page horizontal padding: always 16px (TT Style: 80–120px desktop / 24px mobile).
  • Spacing ceiling: 32px for TUX-native surfaces (TT Style: uncapped for section-level).
  • Use gap for sibling spacing, not margins.
  • Surface-first separation: separate content groups via background color changes (UI/Page/*, UI/Shape/Neutral 4 fill). Borders and dividers are last resort — ask first whether a surface change would do the same job.
  • Mobile canvas: 390px. Safe area: 44px status bar top, 34px home indicator bottom. Always account for both.

→ Spacing scale, radius system, touch targets, visual hierarchy rules: reference/spatial-design.md

Visual Details

  • Hover: express via background or opacity changes only — never border-color.
  • Dark mode elevation: use UI/Page/Flat-* brightness steps to signal layer height, not shadows (shadows recede surfaces in dark mode).
  • overflow: hidden on text containers: verify line-height ≥ 1.0em to prevent descender clipping. If tight leading is needed, add padding-bottom: 0.18em; margin-bottom: -0.18em to the inner element.

→ Motion timing rules: reference/motion-design.md → Interactive states, touch targets, focus rings: reference/interaction-design.md → Responsive patterns, safe area, breakpoints: reference/responsive-design.md → UX writing, button labels, error templates: reference/ux-writing.md → Production component templates: reference/components.md


Absolute Bans

These patterns are NEVER acceptable. Match-and-refuse: if you find yourself about to write any of these, stop and rewrite entirely.

BAN 1 — Side-stripe borders on cards / list items / callouts / alerts

  • Pattern: border-left: or border-right: with width > 1px as a colored accent
  • Why: overused design tell; looks unintentional in any context
  • Rewrite: use background tints, full borders, or leading icons/numbers instead

BAN 2 — Gradient text fills

  • Pattern: background-clip: text combined with a gradient background
  • Why: decorative, not meaningful; is a top AI design tell
  • Rewrite: solid color text only; use weight or size for emphasis

BAN 3 — Invented radius values

  • Pattern: any border-radius not in the TUX content radius table (4/6/8/10/12/9999px) or container radius table (8/10/14/16/26px); mixing content and container radius on the same element
  • Rewrite: pick the correct table entry by element height (content) or nesting level (container)

BAN 4 — Custom shadow values

  • Pattern: any box-shadow not matching one of the 6 TUX shadow definitions
  • Rewrite: choose the closest semantic level (Blocking/Notice/Floating/Attached/Subtle/Contrast)

BAN 5 — Assumed @byted-tiktok/tux-web imports

  • Pattern: importing a component from @byted-tiktok/tux-web without first verifying it exists in package.json and checking its actual API in the installed package
  • Rewrite: verify first, then import; fall back to hand-built TUX-native if unavailable

BAN 6 (Strict TUX-native only) — Glassmorphism

  • Pattern: backdrop-filter: blur() used decoratively (not for a true system-blurred sheet)
  • TT Style rule: glassmorphism is permitted only when the user has explicitly confirmed it in Teach or Craft Mode. If the context file is silent on glassmorphism, treat it as unconfirmed.

BAN 7 — Brand red as background

  • Pattern: rgba(254,44,85,*) at ANY alpha as a section background, card fill, blockquote fill, callout tint, or page background
  • Why: brand red is reserved for CTA fills and primary action fills only — any opacity violation counts
  • Rewrite: use rgba(255,255,255,0.04–0.08) for subtle fills on dark surfaces; UI/Page/Grouped or UI/Page/Flat tokens on light surfaces

The TikTok Native Test

A production-quality TUX interface passes all three checks:

1. Token fidelity — Every color, spacing value, radius, and shadow maps to a TUX v2 token. No invented values.

  • Contrast readability: temporarily override page background to #000000 then #FFFFFF. Opacity-based text tokens must remain legible in both extremes.

2. Hierarchy fidelity — Content leads. Chrome (nav, tabs, borders) is secondary.

  • Focal point check: can you identify the single most dominant element within 1 second? If two elements compete, reduce one.
  • 3-tier max: more than 3 distinct visual weight levels means hierarchy is too flat or fragmented.
  • Color restraint: Primary appears on at most one distinct interactive element type. Neither Primary nor Secondary on any non-interactive element. Rest of screen is neutral.

3. Component fidelity — Buttons at correct heights (52/44/32px). Inputs at 40px, radius 10px. Nav bar 44px. Tab bar 83px with 34px home indicator.


Implementation Principles

Priority order for building blocks:

  1. Existing repository patterns — extend what's already there first
  2. Verified @byted-tiktok/tux-web components — only after confirming in the installed package
  3. Hand-built TUX-native — from reference/components.md, with full TUX token compliance

Semantic tokens over hard-coded values. Accessible semantics, keyboard support, correct ARIA roles by default.


Craft Mode

Invoke with craft (e.g., /tt-impeccable craft [feature description]): → Follow reference/craft.md. Pass any additional arguments as the feature description.

Teach Mode

Invoke with teach (e.g., /tt-impeccable teach): → Skip all design work and follow reference/teach.md. One-time project context setup.

Extract Mode

Invoke with extract (e.g., /tt-impeccable extract [target]): → Follow reference/extract.md. Pass any additional arguments as the extraction target.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.8%
按下载量换算38

Claude

30.49%
按下载量换算33

Cursor

19.57%
按下载量换算21

Gemini CLI

8.17%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills