knowledge-router

Classify knowledge and route it to session-memory, CLAUDE.md, or reference notes.

Updated May 12, 2026
One-click install
npx skills add https://github.com/RorySullivan1/claudeBrain --skill knowledge-router-rorysullivan1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-router
Source: https://github.com/RorySullivan1/claudeBrain/tree/main/example-project/.claude/skills/knowledge-router
Command: npx skills add https://github.com/RorySullivan1/claudeBrain --skill knowledge-router-rorysullivan1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route durable knowledge to the correct home (skill, memory, CLAUDE.md, or reference notes) while avoiding noise from ephemeral data. This front-door eliminates the risk of overloading a single store and helps ensure important insights persist in the right context for future sessions.

Core Features & Use Cases

  • Classifies the kind of knowledge (procedure, decision, convention, or cross-cutting concept) and routes it to the most appropriate store.
  • Prevents duplication and keeps session history tidy by directing content to session-memory, CLAUDE.md, or reference notes.
  • Supports long-term discovery by linking notes to the right destination for retrieval, recomputation, and context sharing across projects.

Quick Start

Capture a durable insight and route it to its proper home for future sessions.

Frequently Asked Questions about knowledge-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route durable knowledge to the correct home instead of dumping everything in a single place?

Knowledge routing applies classification rules to insights, decisions, or cross-cutting concepts, directing them to session-memory, CLAUDE.md, or reference notes. This prevents overloading a single store and ensures durable knowledge persists in the right context for future sessions.

What is the best way to classify and store cross-cutting concepts across multiple projects?

Classifying cross-cutting concepts involves identifying the knowledge type—procedure, decision, or convention—and routing it to the appropriate reference notes or memory store. This enforces minimal duplication and supports long-term discovery across projects and sessions.

When do I need knowledge classification rules for session-memory and CLAUDE.md?

You need knowledge classification rules when capturing durable insights and cross-cutting concepts across projects. Routing content to session-memory, CLAUDE.md, or reference notes eliminates noise from ephemeral data and keeps session history tidy for future retrieval.

How do I prevent duplication when capturing notes and decisions across sessions?

Preventing duplication when capturing notes and decisions requires classifying the knowledge type and routing it to a single correct home, such as session-memory, CLAUDE.md, or reference notes. This front-door approach enforces minimal duplication and keeps session history tidy.

Does knowledge routing work without external dependencies for context classification?

Knowledge routing works without external dependencies, using internal classification rules to direct context to session-memory, CLAUDE.md, or reference notes. It classifies durable knowledge and enforces minimal duplication independently within your existing workflow.