·bknd-local-setup
</>

bknd-local-setup

cameronapak/bknd-skills

Use when setting up a new Bknd project locally or configuring local development environment. Covers CLI installation, project creation, runtime adapters, config file setup, and development server options.

7Installs·0Trend·@cameronapak

Installation

$npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-local-setup

SKILL.md

| -p, --port | Server port | 3000 | | -m, --memory | Use in-memory database | - | | --server | Runtime: node or bun | Auto-detected | | --no-open | Don't auto-open browser | Opens by default | | -c, --config | Config file path | Auto-detected | | --db-url | Database URL override | - |

| In-memory SQLite | :memory: or --memory flag | Quick prototyping | | File SQLite | file:data.db | Persistent local dev | | LibSQL (Turso) | libsql://your-db.turso.io | Remote dev database |

2. Admin panel accessible: Open http://localhost:3000/admin in browser

Use when setting up a new Bknd project locally or configuring local development environment. Covers CLI installation, project creation, runtime adapters, config file setup, and development server options. Source: cameronapak/bknd-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-local-setup
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is bknd-local-setup?

Use when setting up a new Bknd project locally or configuring local development environment. Covers CLI installation, project creation, runtime adapters, config file setup, and development server options. Source: cameronapak/bknd-skills.

How do I install bknd-local-setup?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-local-setup Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/cameronapak/bknd-skills