Tier 1: Core
Ensure Neotoma
Meta skill that bootstraps Neotoma for your AI agent. Checks if the CLI is installed, guides installation via npm, runs `neotoma setup` for your harness (MCP config, CLI instructions, hooks, permissions, and skills), and verifies MCP connectivity. Every other memory skill references this as a prerequisite.
Skill instructions
Install Neotoma, configure MCP, and verify connectivity Meta skill that bootstraps Neotoma for your AI agent. Checks if the CLI is installed, guides installation via npm, runs neotoma setup for your harness (MCP config, CLI instructions, hooks, permissions, and skills), and verifies MCP connectivity. Every other memory skill references this as a prerequisite.
Loading preview from repository…
Install and runtime steps for Ensure Neotoma live in the file below. Agents should fetch the raw URL; humans can use GitHub browse. Follow prerequisites, MCP setup, and workflow there after neotoma setup when the skill is installed via the package.
- Repository path
install.md
Suggested prompt
Use the Neotoma skill "Ensure Neotoma". Fetch and follow the instructions at:
https://raw.githubusercontent.com/markmhendrickson/neotoma/main/install.md
Execute every prerequisite, MCP configuration step, and workflow phase described there for this environment.Workflow
- 1
Check CLI availability
Runs `npx neotoma doctor` to detect installation status
- 2
Install if needed
Guides `npm install -g neotoma` when the CLI is not found
- 3
Run setup
Executes `neotoma setup --yes` to configure MCP, hooks, and permissions
- 4
Verify connectivity
Calls `get_session_identity` to confirm the MCP connection is live