Quick Start快速开始

Visual taste, made usable.视觉品味,即刻可用。

One command sets you up:一行命令完成配置:

zsh — taste-bank
~ npx taste-bank setup

Installs the CLI globally and teaches your coding agent (Claude Code, Codex, Cursor, ZCode, Kimi Code…) how to browse and apply styles.全局安装 CLI,并教会你的 coding agent 怎么浏览和取用风格。

taste-bank listtaste-bank skill <slug>taste-bank use <slug>taste-bank submit <pack>
Use via MCP instead (legacy)改用 MCP(兼容方式)

For agents that prefer the MCP protocol, configure one URL:偏好 MCP 协议的 agent,配置一条 URL:

{
  "mcpServers": {
    "taste-bank": {
      "url": "https://tastebank.cloud/mcp",
      "headers": { "x-invite-code": "sl_your_invite_code" }
    }
  }
}

Browsing needs no invite code; submitting requires one. Both CLI and MCP call the same backend.浏览无需邀请码;投稿需要。CLI 与 MCP 调用同一套后端。