Skill Wiki v0.1.0

Installed in 30 seconds.

Skill Wiki speaks MCP. Point Claude Code, Cursor, Continue, or any MCP client at the local server and you're done. Full reference in Docs → Usage → Install.

1. Install the CLI

# Bun (recommended)
bun add -g @skill-wiki/cli

# Or npm
npm install -g @skill-wiki/cli

prime --version
# → prime 0.1.0

2. Install a sample Prime

prime install @recipes
# → installed to ./.primes/@recipes

3. Start the MCP server

PRIME_DIR=./.primes/@recipes bunx @skill-wiki/mcp-server-core

4. Wire it into Claude Code

Edit ~/.config/claude-code/mcp.json:

{
  "mcpServers": {
    "skill-wiki": {
      "command": "bunx",
      "args": ["@skill-wiki/mcp-server-core"],
      "env": { "PRIME_DIR": "/abs/path/to/compiled" }
    }
  }
}

Five tools register in the agent's tool list:

What's an atom?

A self-contained typed unit of knowledge with:

Next