palato
v0.1.6
Published
Wire your personal taste profile into any AI coding agent
Downloads
791
Maintainers
Readme
██████╗ █████╗ ██╗ █████╗ ████████╗ ██████╗
██╔══██╗██╔══██╗██║ ██╔══██╗╚══██╔══╝██╔═══██╗
██████╔╝███████║██║ ███████║ ██║ ██║ ██║
██╔═══╝ ██╔══██║██║ ██╔══██║ ██║ ██║ ██║
██║ ██║ ██║███████╗██║ ██║ ██║ ╚██████╔╝
╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝
wire your taste into every agentPalato is an agent-agnostic taste profile tool. Capture your design sensibility once — and wire it into every AI coding agent you use so it builds things that feel like you.
Install
npm install palato -DHow it works
Palato drops a PALATO.md into your project — a structured profile of your design sensibilities, cultural references, typography rules, animation preferences, and aesthetic anti-patterns. Each agent gets a copy so it knows what you care about before it writes a single line.
Setup
npx palato initDetects your installed agents, scaffolds PALATO.md into your project, and wires it into Claude Code, Cursor, Codex, Paper, and Figma automatically.
Filling in your profile
Write it yourself — open PALATO.md and fill in the sections manually.
Answer two questions — run npx palato interview. Answer two open questions about your life and influences, then optionally answer 5 quick design questions. Claude writes your full profile from your answers.
Drop in visual references — run npx palato generate. Paste URLs — portfolio sites, Are.na boards, product pages, image links. Claude analyses the visuals and writes your profile from what it sees.
Both interview and generate require an Anthropic API key. You'll be prompted on first run and it's saved to .env.
Verify
npx palato doctorMCP server
Add to ~/.claude/settings.json:
{
"mcpServers": {
"palato": {
"command": "npx",
"args": ["-y", "palato", "server"]
}
}
}| Tool | Description |
|------|-------------|
| palato_get_profile | Returns your full taste profile |
| palato_get_section | Returns a specific section |
| palato_update | Appends notes to a section |
Paper
Paper is a connected design canvas — agents read and write directly to your design files, applying your palato profile when generating components.
- Download Paper desktop
- Run
npx palato initand select Paper - Open Paper → Settings → MCP, copy your URL
- Open
~/.claude/settings.jsonand replaceREPLACE_WITH_YOUR_PAPER_MCP_URL - Run
npx palato doctorto verify
Figma
Figma's MCP is read-only — agents read your styles, variables, and components and apply your palato profile when porting them to code.
- Go to figma.com/settings → Personal access tokens → generate a token
- Run
npx palato initand select Figma - Open
~/.claude/settings.jsonand replaceREPLACE_WITH_YOUR_FIGMA_API_KEY - Run
npx palato doctorto verify
Requirements
Node 18+
License
© 2026 Licensed under PolyForm Shield 1.0.0
