Getting Started
How to install skills, connect MCP servers, and set up your AI brain. Honest guide — we tell you exactly what works where.
What You'll End Up With
Not a developer?
This guide assumes familiarity with the terminal and npm. If that's not you, check out the Vibe Coders guide — a no-code-friendly path to getting set up.
Where Does It Work?
Claude Code (CLI)
Full SupportFull support — skills, agents, MCP servers, hooks, commands, memory system. This is what our AI brain is built for.
Claude.ai (Web Chat)
Not SupportedRegular Claude chat does NOT support skills, MCP servers, hooks, or slash commands. You can paste individual skill content as instructions in a Project, but the full brain system requires Claude Code.
Cursor / Windsurf / IDEs
PartialIDE extensions can use CLAUDE.md and some skill files as context. MCP servers can be configured in some IDEs. Hooks and slash commands are Claude Code specific.
How to Install Skills on Claude Code
Install Claude Code
Claude Code is Anthropic's command-line interface. You need it to use skills, MCPs, and hooks.
Requires Node.js 18+. Run claude to start.
New to Claude Code? Read the complete beginner's guide →
Install the AI Brain Package
Our installer copies all skills, agents, commands, hooks, and configs to your ~/.claude/ directory.
Skills are automatically available
Once installed, Claude Code automatically detects skills in ~/.claude/skills/. You don't need to import or activate them — just start working and Claude will use the relevant skills.
~/.claude/skills/[skill-name]/SKILL.md. Claude Code reads these automatically when relevant to your task.How to Connect MCP Servers
MCP (Model Context Protocol) servers give Claude real-time access to external tools. They're configured in your Claude Code settings file.
Add an MCP server to your settings:
Our package includes a reference file with configurations for 10+ popular MCP servers. See all available MCPs on our Ecosystem Map.
Want to Go Deeper?
Explore our 27 in-depth guides and 34 lessons covering memory systems, agent orchestration, MCP integrations, and advanced optimization techniques.