Skip to content
VS Code

agent mosaic skill for VS Code

io.github.able-rip/agent-mosaic-skill

Convert photos to LEGO-style brick mosaic previews with AI-powered color quantization.

client:VS Code transport:stdio runtime:npm

Install agent mosaic skill in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-mosaic-skill": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bmbrick/agent-mosaic-skill"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agent mosaic skill in other clients