fkanban-setup

Bootstrap fkanban by installing dependencies, loading schemas, and seeding the default board.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/EdgeVector/last-stack --skill fkanban-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fkanban-setup
Source: https://github.com/EdgeVector/last-stack/tree/main/skills/fkanban-setup
Command: npx skills add https://github.com/EdgeVector/last-stack --skill fkanban-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap fkanban on a fresh machine or checkout — install deps, run init (resolve published schemas + seed the default board), verify with doctor, and optionally register the MCP server. Use when the user says set up fkanban, fkanban isn't working / can't find config, install fkanban, fkanban doctor fails, bootstrap the kanban board, or after a fresh clone of fkanban. For day-to-day card management use the fkanban skill; to work a card to a merged PR use fkanban-agent.

Core Features & Use Cases

  • Bootstrap and repair fkanban on new or existing machines.
  • Load and resolve published fkanban schemas and seed the default board.
  • Optional MCP server registration to drive the board from an agent.

Quick Start

Run the setup process to bootstrap fkanban on a fresh machine and verify with doctor.

Frequently Asked Questions about fkanban-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a kanban board on a fresh machine after cloning a repository?

To bootstrap a kanban board on a fresh machine, install dependencies, resolve published schemas, and seed the default board. The process verifies setup with a doctor check and optionally registers an MCP server.

Why does kanban setup fail when it can't find the configuration?

Kanban setup fails when it can't find the configuration because prerequisites are missing or unverified. Run the repair flow to fix ongoing kanban operations, resolve published schemas, and use doctor verification to ensure idempotent initialization.

Do I need Bun and a running LastDB node to install fkanban?

Yes, you need Bun and a running LastDB node to install fkanban. The bootstrap process satisfies these prerequisites to ensure dependencies are installed correctly and the default board is seeded successfully on a fresh machine.

What's the best way to register an MCP server to drive a kanban board from an agent?

The best way to register an MCP server to drive a kanban board from an agent is to use the optional MCP server setup during the initial bootstrap. This allows an agent to interact with the seeded default board after resolving published schemas.

When should I use kanban repair flows instead of a fresh bootstrap?

You should use kanban repair flows instead of a fresh bootstrap when you encounter issues with ongoing kanban operations on an existing machine. If fkanban isn't working or doctor fails, run the repair flow to resolve schemas and verify configurations.

Can I use this setup skill for day-to-day card management or working cards to merged PRs?

No, this setup skill is strictly for bootstrapping and repairing the kanban environment. For day-to-day card management use the fkanban skill, and to work a card to a merged PR use the fkanban-agent skill instead.