Skills

Teach your AI, don't track it

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 --all
01

Install a skill

Run remb skills add remb-memory. A SKILL.md drops into your project's skills directory.

02

AI reads it

Your AI coding assistant picks up the SKILL.md automatically. It learns the workflows, tool names, and best practices.

03

MCP handles the rest

The AI calls Remb's 100 MCP tools natively — saving memories, loading context, scanning code. No middleman.

Available Skills

Install what you need

v1.0.0

remb-setup

First-time Remb setup — login, init, MCP configuration, and IDE extension install.

setuponboarding
remb skills add remb-setup
v1.0.0

remb-memory

Create, search, promote, and manage persistent memories across tiers. Teaches the AI your three-tier memory system (core, active, archive).

memorycore
remb skills add remb-memory
v1.0.0

remb-context

Save, retrieve, and manage feature-specific context. Load full project context bundles to prime your AI with deep codebase knowledge.

contextfeatures
remb skills add remb-context
v1.0.0

remb-scan

Scan codebases, set up webhooks for automatic scanning, and interpret scan results. Extracts features, patterns, and architecture.

scanninganalysis
remb skills add remb-scan
v1.0.0

remb-import

Import AI chat history from 10+ IDEs into Remb. Consolidate conversations across VS Code, Cursor, Windsurf, and more.

importmigration
remb skills add remb-import
v1.0.0

remb-cross-project

Search across multiple projects, transfer patterns, and load external context bundles. Reuse what worked in one codebase everywhere.

cross-projectpatterns
remb skills add remb-cross-project
v1.0.0

remb-audit

Run comprehensive audits — covering command wiring, page completeness, auth flows, security, and API-route linkage.

auditsecurity
remb skills add remb-audit

Build your own skills

Any 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