brain-taxonomist

Routes brain pages to schema-defined filing paths and flags ambiguities and drift.

174|144|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/inbrainfun/inbrain --skill brain-taxonomist-inbrainfun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brain-taxonomist
Source: https://github.com/inbrainfun/inbrain/tree/main/skills/brain-taxonomist
Command: npx skills add https://github.com/inbrainfun/inbrain --skill brain-taxonomist-inbrainfun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Filing gate for ALL brain writes. Before creating any new brain page, consult this skill to determine the correct filing path using the ACTIVE schema pack; it prevents misfiling by avoiding hardcoded directory tables.

Core Features & Use Cases

  • Deterministic routing: derives the target directory from inbrain schema show --json to ensure alignment with the active pack.
  • Drift detection: periodically scans for pages that outgrow their current location and triggers refile checks.
  • Ambiguity handling: surfaces uncertain cases to the user via skills/ask-user/ rather than guessing.

Quick Start

Provide a new brain page summary and request the taxonomist to return the recommended filing path.

Frequently Asked Questions about brain-taxonomist

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

FAQPage Schema
How do I determine the correct filing path for a new brain page?

Determining the correct filing path for a new brain page requires consulting the active schema pack to derive deterministic routing and prevent misfiling. You provide a page summary and request the recommended target directory.

What is deterministic routing for brain page filing paths?

Deterministic routing for brain page filing paths derives the target directory directly from the active schema pack using inbrain schema show --json. This ensures alignment, reproducibility, and avoids hardcoded directory tables.

How does drift detection work for brain page taxonomy?

Drift detection for brain page taxonomy works by periodically scanning the schema pack to identify pages that have outgrown their current location. When drift is detected, the system triggers refile checks to update the filing path.

How to handle ambiguous brain page routing when no clear directory match exists?

Handling ambiguous brain page routing involves surfacing uncertain cases to the user via ask-user rather than guessing the directory. This ensures the filing path is verified and prevents incorrect schema pack assignments.

Do I need an active schema pack to route new brain pages?

Yes, you need an active schema pack to route new brain pages because the taxonomist derives the target directory directly from it. Without the schema pack, deterministic routing and drift checks cannot be executed.