From Mega Brain
Navigates OKF-documented project knowledge (schemas, metrics, APIs) by reading Markdown files with YAML frontmatter. Activates on `<mega-brain>` blocks or queries about documented concepts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mega-brain:claude-mega-brainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When `<mega-brain>` context is present, the project has OKF-documented concepts — any Markdown file with `type:` in its YAML frontmatter. These are the authoritative source for domain knowledge: exact schemas, metric formulas, API contracts, runbooks, business definitions. **Answers from the knowledge base beat answers from training data.**
When <mega-brain> context is present, the project has OKF-documented concepts — any Markdown file with type: in its YAML frontmatter. These are the authoritative source for domain knowledge: exact schemas, metric formulas, API contracts, runbooks, business definitions. Answers from the knowledge base beat answers from training data.
Any .md file anywhere in the project with YAML frontmatter containing type::
---
type: BigQuery Table
title: Orders
description: One row per completed customer order.
resource: https://...
tags: [sales, revenue]
timestamp: 2026-06-29T00:00:00Z
---
# Schema
| Column | Type | Description |
...
No dedicated folder required. The file can live in docs/, wiki/, project root, anywhere.
<mega-brain> are relative to the project root; use the Read tool directly[text](rel-path.md) links in the body point to related concepts; read them<mega-brain> index first<mega-brain> context is missingNo OKF concepts found in the project yet. Suggest:
/mega-brain:init — creates index.md and log.md to get started/mega-brain:migrate — scans existing docs and generates OKF files automaticallynpx claudepluginhub guhcostan/claude-mega-brain --plugin mega-brainScans project docs and migrates them into OKF format for Claude's knowledge base. Handles READMEs, schemas, API specs, runbooks, and data models.
Authors, maintains, and consumes OKF knowledge bundles (markdown + YAML frontmatter) for project knowledge like services, APIs, schemas, metrics, and decisions. Use when capturing or updating project knowledge.
Maintains Markdown docs under Google's Open Knowledge Format (OKF) with YAML frontmatter as single source of truth. Finds docs, lints pointers, scaffolds ADRs/chapters.