miro-code-spec

Installation
SKILL.md

Extract Miro Specs

Extract specification content from a Miro board or item and save to .miro/specs/ so it can be referenced during planning and implementation without repeated API calls.

The user provides one URL: a board URL (extract all spec items) or an item URL with a moveToWidget / focusWidget parameter (extract that single item). Miro MCP must be available.

Workflow

1. Identify the URL from the user's request

  • If the user provided a Miro URL, use it.
  • If not, ask the user for one.

2. Parse URL to Determine Type

Extract board_id and optionally item_id:

  • Board URL: contains only the board ID (e.g. uXjVK123abc=)
  • Item URL: contains moveToWidget or focusWidget parameter with item ID
Related skills
Installs
11
Repository
miroapp/miro-ai
GitHub Stars
99
First Seen
6 days ago