agent mosaic skill for Zed
io.github.able-rip/agent-mosaic-skill
Convert photos to LEGO-style brick mosaic previews with AI-powered color quantization.
client:Zed
transport:stdio
runtime:npm
Install agent mosaic skill in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-mosaic-skill": {
"command": "npx",
"args": [
"-y",
"@bmbrick/agent-mosaic-skill"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs