brain-taxonomist

Determine filing locations for new brain pages using an active taxonomy schema.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/Sigmacodeat/subsumio-web --skill brain-taxonomist-sigmacodeat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brain-taxonomist
Source: https://github.com/Sigmacodeat/subsumio-web/tree/main/server/skills/brain-taxonomist
Command: npx skills add https://github.com/Sigmacodeat/subsumio-web --skill brain-taxonomist-sigmacodeat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents knowledge-base misfiling by determining the correct location for new brain pages using the active taxonomy schema instead of relying on outdated hardcoded paths.

Core Features & Use Cases

  • Schema-driven filing decisions: Reads the active schema pack to recommend the correct directory and page type for new brain content.
  • Taxonomy validation and drift detection: Helps identify orphaned or misplaced pages and maintains consistency across a brain.
  • Use Case: When creating a new person, company, concept, or media page, use this Skill to find the appropriate filing path before writing the page.

Quick Start

Ask the brain-taxonomist skill where a new brain page about a specific topic should be filed.

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 location for new brain pages?

You can determine the correct filing location for new brain pages by resolving content against an active taxonomy schema to validate page types and generate consistent path recommendations without hardcoded directory mappings.

What is taxonomy drift and how do I check for it in my knowledge base?

Taxonomy drift occurs when knowledge-base content becomes inconsistent over time. You can check for taxonomy drift by resolving existing brain pages against the active schema to identify orphaned, misplaced, or misclassified content.

Can I use schema-driven directory routing for bulk imports of brain content?

Yes, schema-driven directory routing supports bulk imports by validating page types and applying consistent path recommendations to each new brain page during the import workflow.

What's the best way to organize knowledge management pages without hardcoded directory mappings?

The best way to organize knowledge management pages without hardcoded directory mappings is to use schema-driven routing, which reads the active taxonomy pack to recommend the correct directory and page type dynamically.

Do I need an active taxonomy schema to validate brain page filing decisions?

Yes, you need an active taxonomy schema to validate brain page filing decisions because the routing logic depends on reading the schema pack to recommend the correct directory and page type for new content.

Why does my brain page keep getting filed in the wrong directory?

Your brain page may be getting filed in the wrong directory if the system relies on outdated hardcoded paths instead of resolving content against an active taxonomy schema to validate the correct page type and path.