{
  "markdown": "# Canvs Plugin for Claude Code\n\nA [Claude Code plugin](https://docs.anthropic.com/en/docs/claude-code/plugins) for creating and manipulating collaborative whiteboards with [Canvs.io](https://canvs.io).\n\n## What's included\n\n- **Canvs skill** — teaches Claude how to effectively use Canvs tools (Mermaid-first strategy, iterative workflow, element properties)\n- **MCP server config** — automatically connects the Canvs.io MCP server (no manual setup needed)\n\n## What you can do\n\nAsk Claude to create:\n\n- **Diagrams** — flowcharts, sequence diagrams, class diagrams, mind maps\n- **Wireframes** — UI layouts, app screens, website mockups\n- **Illustrations** — shapes, icons, visual explanations\n- **Org charts** — team structures, hierarchies\n- **Process flows** — workflows, decision trees, pipelines\n\n## Installation\n\n```bash\nclaude plugin install canvs\n```\n\nOr manually:\n\n```bash\ngit clone --recursive https://github.com/voronkovm/canvs-claude-plugin.git\nclaude plugin install ./canvs-claude-plugin\n```\n\n## Usage\n\nClaude will automatically use Canvs when you ask to draw or visualize something:\n\n```\n> Draw a flowchart showing the CI/CD pipeline\n> Create a wireframe for a dashboard page\n> Visualize the microservices architecture\n```\n\nOr invoke the skill directly:\n\n```\n> /canvs:canvs sequence diagram of API request flow\n```\n\n## Structure\n\n```\ncanvs-claude-plugin/\n├── .claude-plugin/\n│   └── plugin.json          # Plugin manifest\n├── .mcp.json                # Canvs MCP server configuration\n├── skills/\n│   └── canvs-skill/         # Skill submodule (github.com/voronkovm/canvs-skill)\n│       └── .claude/skills/canvs/SKILL.md\n├── LICENSE\n└── README.md\n```\n\n## License\n\nMIT\n",
  "bytes": 1678,
  "sha": "7d5573527bcf2054be78f9d37147a08ae1b6296524d7d3e66f8d5710d66a53d7",
  "repo_slug": "voronkovm/canvs-claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_voronkovm_canvs_claude_plugin_canvs_clau_afbba021/readme"
}