Help us improve
Share bugs, ideas, or general feedback.
From open-second-brain
Manages Brain schema tokens, aliases, prefixes, link types, extractability, and expert routing for Open Second Brain vaults. Inspects, explains, and applies atomic schema mutations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/open-second-brain:schema-authorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when a task changes the active Brain schema pack in `Brain/_brain.yaml` or reviews content against that schema.
Share bugs, ideas, or general feedback.
Use this skill when a task changes the active Brain schema pack in Brain/_brain.yaml or reviews content against that schema.
schema_inspect (view="active_pack") or o2b brain schema --json.schema_inspect views stats, lint, and orphans.schema_inspect (view="explain_type") before renaming or deleting them.schema_apply_mutations or o2b brain schema apply --mutation ... so writes are locked, atomic, and audited.Supported operations are add_type, remove_type, update_type, add_alias, remove_alias, add_prefix, remove_prefix, add_link_type, remove_link_type, set_extractable, and set_expert_routing.
Schema tokens must be lowercase normalized tokens accepted by Open Second Brain schema validation. Prefer small, durable tokens over project-specific phrasing unless the schema pack is explicitly project-scoped.
npx claudepluginhub itechmeat/open-second-brain --plugin open-second-brainDetects and fixes vault structural misalignments: broken backlinks, concept fragmentation, entity miscategorization, duplicated entities, misnamed entities. Interactive or cron modes via bedrock compress.
Creates custom entity types for secondbrain projects with YAML schemas, records management, Markdown templates, and VitePress TypeScript data loaders. Use for adding trackable data beyond ADR, Note, Task, Discussion.
Adds knowledge domains to file-based systems via conversation: derives configs, generates folders/templates/vocabulary, preserves existing architecture.