Skills

Teach your AI, don't track it

Skills are reusable instruction packs that teach your LLM how to use Remb's MCP tools — managing memories, loading context, scanning codebases — without any background agent or conversation interception.

Assign a skill to your project with one command and it's injected into every MCP session. No daemon, no privacy concerns, works in every editor.

remb skills add <skill-id>
01

Assign a skill

Run remb skills add remb-memory. The skill is attached to your project on the Remb backend.

02

MCP injects it

Every MCP session pulls assigned skills as compiled instructions. Your AI sees the workflows, tool names, and best practices on session start.

03

MCP handles the rest

The AI starts with Remb's 12 core MCP tools, then discovers from 93 active tools when a skill needs a specialized workflow.

Available Skills

Install what you need

v1.0.0

Context Architect

remb-context

Builds and refreshes project context bundles so agents start with the right codebase map, feature notes, and recent decisions.

contextfeaturessession-start
remb skills add remb-context
v1.0.0

Decision Ledger Steward

remb-memory

Captures preferences, decisions, patterns, and gotchas as durable memory, then retrieves the right ones when the task changes.

memorydecisionspreferences
remb skills add remb-memory
v1.0.0

Codebase Cartographer

remb-scan

Scans repositories, tracks freshness, and turns files into navigable features, symbols, dependencies, and architecture signals.

scancodebasefreshness
remb skills add remb-scan
v1.0.0

Pattern Scout

remb-cross-project

Finds how a workflow was solved in another project and brings back reusable implementation patterns with context.

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

Release Readiness Auditor

remb-audit

Runs security, architecture, dependency, and UX readiness checks against the current codebase context.

auditsecurityrelease
remb skills add remb-audit
v1.0.0

Context Budget Strategist

remb-context-engineering

Keeps agents sharp with tool budgets, scratchpads, briefings, feedback loops, and context degradation controls.

tool-budgetbriefingstelemetry
remb skills add remb-context-engineering
v1.0.0

Dependency Cartographer

remb-graph

Explores code graph relationships, impact paths, symbols, and dependency neighborhoods before changing shared systems.

graphimpactsymbols
remb skills add remb-graph
v1.0.0

Feature Analyst

remb-features

Inspects extracted product features, attached context, and relationships so agents understand user-facing behavior first.

featuresanalysisproduct
remb skills add remb-features
v1.0.0

Delivery Planner

remb-plans

Creates and maintains plans, phases, milestones, and handoffs for work that needs visible execution structure.

planningphaseshandoff
remb skills add remb-plans
v1.0.0

Personal Knowledge Steward

remb-personal

Manages cross-project focus, people, blockers, lessons, and recurring problems that should follow the user everywhere.

personallessonsfocus
remb skills add remb-personal
v1.0.0

History Importer

remb-import

Imports prior IDE and assistant conversations so old discoveries become searchable context instead of lost chat history.

importhistorymigration
remb skills add remb-import
v1.0.0

MCP Integration Operator

remb-mcp-proxy

Explains Remb MCP serving, project injection, session lifecycle, and connected tool routing for agent integrations.

mcptoolsintegration
remb skills add remb-mcp-proxy
v1.0.0

Agent Onboarding Concierge

remb-setup

Guides login, project init, API keys, IDE setup, and first useful context sync for a new Remb workspace.

setuponboardingide
remb skills add remb-setup

Build your own skills

Custom instructions live as skill assets in Remb. Create them once, assign them to any project, and every agent session picks them up automatically.

remb skills add <your-skill-id>