Skills Registry
Curated skills for Claude Code
First-party skills you can drop into any project. Each is a single SKILL.md Claude reads automatically. Add any one with a single command.
Flow Builders
- ★
flow-builder-canvas
v1.0.0Build the canvas of a visual flow builder on React Flow — node cards with one handle per outlet, hover plus buttons that aim before they add, a placeholder that reserves the slot, and layout that stays the author's. Trigger when building or changing the canvas, node cards, connectors, or add/insert/remove interactions of a flow builder.
flow-builderreact-flowcanvasinteraction - ★
flow-graph-model
v1.0.0Model a visual automation flow as a validated node/edge graph — a discriminated union of node configs, outlet-labelled edges, single-path execution, and one canonical comparison shared by the save gate and the unsaved badge. Trigger when building or extending a flow/journey/workflow builder, or when adding to its graph schema.
flow-builderzodgraphschema flow-builder-inspector
v1.0.0Build the right rail of a flow builder — one slide-out that takes turns holding the step inspector, the step palette, flow details, the test harness and history — plus per-type config forms with a field picker and a JSON escape hatch. Trigger when building the panel, palette, or node config forms of a flow builder.
flow-builderformsinspectorpanelflow-node-catalog
v1.0.0Declare every step type of a flow builder in one catalog the palette, the engine, the simulator and the field picker all read — outlets, default config, purity, and the assumption a preview makes. Trigger when adding a node/step/block type to a flow builder, or when deciding what outlets a step should have.
flow-buildercatalognodesregistryflow-simulation-and-testing
v1.0.0Give a flow builder a trustworthy preview — an in-browser simulator that shares the engine's own evaluators, labels every assumption it cannot compute, feeds the field pickers, and sits beside a real journaled test run. Trigger when adding path preview, a test panel, dry runs, or a `{{field}}` picker to a flow builder.
flow-buildersimulationtestingdry-runflow-versioning-and-portability
v1.0.0Version a flow graph and move it between accounts — a revision per save with a deterministic structural diff, optimistic concurrency, restores that write forward, and an export that carries descriptors instead of credentials. Trigger when adding history, revisions, rollback, or import/export to a flow builder.
flow-builderversioningdiffimport-export