Skip to content

Reference

The complete reference for every tool, command, configuration option, and the skill manifest that pi auto-loads.

  • Tools


    The 12 wiki_* and collection tools that pi registers. Parameters, return shapes, and when to use which.

  • Commands


    The /wiki slash command tree and all subcommands. init, validate, setup, watcher, embedding, collection, injector, and more.

  • Configuration


    The full config schema (pi-vault-mind.config.json): wiki, collections, injectors, extensionCompatibility. With examples for common domains.

  • Skill manifest


    The skills/vault-mind/SKILL.md and the agent skill roster (vault-mind-manager, vault-mind-miner, vault-mind-broadcaster, vault-mind-heavy-lifter).

Cross-references

  • Tools & commands are also listed in the README at the repo root (a quick-reference table).
  • The complete runtime wiring between the tools is in Extension wiring.
  • The config schema is defined in TypeScript in src/types.ts. The docs here are the human-readable version of that file.