skill-flow

Quickstart

Run skill-flow locally

Node.js ≥ 22. Git on PATH for remote installs. Use the scoped package — unscoped npx skill-flow is a different CLI on npm.

Install & seed
git clone https://github.com/real-limitless/skill-flow.git
cd skill-flow
npm install && npm run build
npm run catalog:seed

npx @real-limitless/skill-flow doctor
npx @real-limitless/skill-flow catalog search commit
npx @real-limitless/skill-flow install seed:hello-skill --target portable --yes
npx @real-limitless/skill-flow serve
MCP config snippet
{
  "mcpServers": {
    "skill-flow": {
      "command": "npx",
      "args": ["@real-limitless/skill-flow", "serve"]
    }
  }
}