boardkit-file-format

Specify the .boardkit format for serializing and migrating board state.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kevinbarfleur/boardkit --skill boardkit-file-format
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: boardkit-file-format
Source: https://github.com/kevinbarfleur/boardkit/tree/main/.claude/skills/boardkit-file-format
Command: npx skills add https://github.com/kevinbarfleur/boardkit --skill boardkit-file-format

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Boardkit needs a portable, offline-first container for a board's state. This Skill specifies the .boardkit format, including how to serialize, version, and migrate data so exports, imports, and archival remain reliable.

Core Features & Use Cases

  • Deterministic Serialization: same input yields the same output with no randomness.
  • Atomic Writes & Transactions: safe writes across desktop and web storage backends.
  • Versioned Migrations: formatVersion field with clear migration paths.
  • Import/Export Workflows: validate and restore board state from a .boardkit archive.

Quick Start

Export the current board state to a .boardkit file and re-import to verify round-trip.