Quick Start快速开始
Visual taste, made usable.
One command sets you up:
➜ ~ 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.
taste-bank listtaste-bank skill <slug>taste-bank use <slug>taste-bank submit <pack>Use via MCP instead (legacy)
For agents that prefer the MCP protocol, configure one 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.
