miro-sdk-integration

Create Miro SDK v2 project workspace frames with database-first data sync.

Updated Dec 5, 2025
One-click install
npx skills add https://github.com/wendleyw/brianna-dawes-studio-app --skill miro-sdk-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: miro-sdk-integration
Source: https://github.com/wendleyw/brianna-dawes-studio-app/tree/main/.claude/skills/miro-sdk-integration
Command: npx skills add https://github.com/wendleyw/brianna-dawes-studio-app --skill miro-sdk-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill codifies how to use Miro SDK v2 for board manipulation, frames, and syncing data with the backend. It guides developers to follow a safe, database-first approach and to implement features for the master board, project rows, and client reports without creating operational risk.

Core Features & Use Cases

  • Board Manipulation Guidance: Safe creation and updating of frames, shapes, and text, with idempotent patterns.
  • Data Sync Best Practices: Keep the database as the source of truth while reflecting changes on the Miro board.
  • Use Case: Build a project workspace frame that updates its status from the database and surfaces client reports on demand.

Quick Start

Use the Miro SDK v2 integration pattern to create a new project workspace frame on the Master Board and set up bidirectional data indicators from the database.