boardkit-architecture

Document Boardkit architecture patterns for module and action registries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Boardkit's architecture; module system, action registry, and store patterns are defined to guide refactors, feature work, and onboarding.

Core Features & Use Cases

  • Package boundaries: @boardkit/core, @boardkit/ui, @boardkit/platform delineation.
  • Key patterns: ModuleRegistry, ActionRegistry, and shared store patterns.
  • References: architecture docs and module/system folders for deeper dives.

Quick Start

Map a new feature to the appropriate module and identify the registry entry points to implement changes.