Skills
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>Run remb skills add remb-memory. The skill is attached to your project on the Remb backend.
Every MCP session pulls assigned skills as compiled instructions. Your AI sees the workflows, tool names, and best practices on session start.
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
Builds and refreshes project context bundles so agents start with the right codebase map, feature notes, and recent decisions.
remb skills add remb-contextCaptures preferences, decisions, patterns, and gotchas as durable memory, then retrieves the right ones when the task changes.
remb skills add remb-memoryScans repositories, tracks freshness, and turns files into navigable features, symbols, dependencies, and architecture signals.
remb skills add remb-scanFinds how a workflow was solved in another project and brings back reusable implementation patterns with context.
remb skills add remb-cross-projectRuns security, architecture, dependency, and UX readiness checks against the current codebase context.
remb skills add remb-auditKeeps agents sharp with tool budgets, scratchpads, briefings, feedback loops, and context degradation controls.
remb skills add remb-context-engineeringExplores code graph relationships, impact paths, symbols, and dependency neighborhoods before changing shared systems.
remb skills add remb-graphInspects extracted product features, attached context, and relationships so agents understand user-facing behavior first.
remb skills add remb-featuresCreates and maintains plans, phases, milestones, and handoffs for work that needs visible execution structure.
remb skills add remb-plansManages cross-project focus, people, blockers, lessons, and recurring problems that should follow the user everywhere.
remb skills add remb-personalImports prior IDE and assistant conversations so old discoveries become searchable context instead of lost chat history.
remb skills add remb-importExplains Remb MCP serving, project injection, session lifecycle, and connected tool routing for agent integrations.
remb skills add remb-mcp-proxyGuides login, project init, API keys, IDE setup, and first useful context sync for a new Remb workspace.
remb skills add remb-setupCustom 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>