Skill
For agents that use the Agent Skills ecosystem, raph ships an installable skill that teaches the agent to use raph for memory, rules, documents, handoffs, wikis, and search — through the CLI when no MCP is connected. The MCP server is still preferred when available.
Install
Section titled “Install”npx skills add tesh254/raphOr target the skill explicitly and an agent:
npx skills add tesh254/raph --skill raph -a claude-codeThe skill is also bundled with the Claude Code plugin (see Plugins), so installing the plugin makes it available too.
What it covers
Section titled “What it covers”The skill gives an agent a concise command reference for raph search,
raph mem, raph rules, raph doc (including handoff mark-on-read),
raph export, raph crawl, and indexing/sync — all with JSON output for
machine consumption.