Installable agent skills for opencanvas — the review surface for agent-built prototypes.
Each skill is a SKILL.md that teaches your coding agent how to author and iterate prototypes over the opencanvas MCP, then act on human comments in the review loop.
- opencanvas-prototype — build and iterate mobile & desktop prototypes for human review over the opencanvas MCP.
Cross-agent (Claude Code, Codex, Cursor, opencode, Cline, Copilot, Windsurf, and 60+ more) via the skills CLI:
npx skills add bjoern2000/opencanvas-skillsOr just one skill:
npx skills add bjoern2000/opencanvas-skills --skill opencanvas-prototypeClaude Code, manually:
curl -o ~/.claude/skills/opencanvas-prototype/SKILL.md \
https://raw.githubusercontent.com/bjoern2000/opencanvas-skills/main/opencanvas-prototype/SKILL.mdThe skill drives the opencanvas MCP server — add it before using the skill:
claude mcp add --transport http opencanvas https://app.getopencanvas.dev/mcpOther MCP clients — add to your config:
{ "opencanvas": { "type": "http", "url": "https://app.getopencanvas.dev/mcp" } }- Product: getopencanvas.dev
- App: app.getopencanvas.dev