Skills
Skills are instruction files that live in your project. They teach your LLM how to use Remb's MCP tools — managing memories, loading context, scanning codebases — without any background agent or conversation interception.
One command installs a SKILL.md into your project. Your AI reads it, knows what to do, and drives everything through MCP. No daemon, no privacy concerns, works in every editor.
remb skills add --allRun remb skills add remb-memory. A SKILL.md drops into your project's skills directory.
Your AI coding assistant picks up the SKILL.md automatically. It learns the workflows, tool names, and best practices.
The AI calls Remb's 100 MCP tools natively — saving memories, loading context, scanning code. No middleman.
Available Skills
First-time Remb setup — login, init, MCP configuration, and IDE extension install.
remb skills add remb-setupCreate, search, promote, and manage persistent memories across tiers. Teaches the AI your three-tier memory system (core, active, archive).
remb skills add remb-memorySave, retrieve, and manage feature-specific context. Load full project context bundles to prime your AI with deep codebase knowledge.
remb skills add remb-contextScan codebases, set up webhooks for automatic scanning, and interpret scan results. Extracts features, patterns, and architecture.
remb skills add remb-scanImport AI chat history from 10+ IDEs into Remb. Consolidate conversations across VS Code, Cursor, Windsurf, and more.
remb skills add remb-importSearch across multiple projects, transfer patterns, and load external context bundles. Reuse what worked in one codebase everywhere.
remb skills add remb-cross-projectRun comprehensive audits — covering command wiring, page completeness, auth flows, security, and API-route linkage.
remb skills add remb-auditAny SKILL.md following the format spec can be installed. Create custom workflows for your team, domain-specific patterns, or company-wide coding standards.
remb skills add your-org/your-repo/your-skill