Elnora-AI

Kb Setup — Development skill for Claude Code

Development community

First-run setup for the knowledge-base plugin — write the vault config, create the default folders, and verify everything works.

How to install Kb Setup

Installs to ~/.claude/skills/elnora-ai-knowledge-vault-kb-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/elnora-ai-knowledge-vault-kb-setup && curl -fsSL https://raw.githubusercontent.com/Elnora-AI/knowledge-vault/HEAD/commands/kb-setup.md -o ~/.claude/skills/elnora-ai-knowledge-vault-kb-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Kb Setup does


description: First-run setup for the knowledge-base plugin — write the vault config, create the default folders, and verify everything works.

Knowledge Base Setup

Get the knowledge-base plugin working end-to-end in one pass. You (the assistant) run these steps in order. Be fast and concrete; only ask the user the one thing you genuinely cannot determine — their vault path.

Step 1 — Find or ask for the vault path

Check whether a config already exists at `.claude/knowledge-base.lo

Alternatives in Development

  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
  • Rb Refresh — Rebuild the repobrain project knowledge base after significant changes 1.3k ★
  • Claude Code Everything You Need To Know — Ultimate all-in-one guide to mastering Claude Code 1.3k ★

Full documentation available on GitHub

View Source Repository