claude-mega-brain
OKF knowledge navigation. ALWAYS use this skill the moment a `<mega-brain>` block appears in session context — it means the project has documented concepts and you must consult them before answering questions about data, schemas, metrics, APIs, or systems. Also trigger when the user asks about a table, column, metric definition, service, or API endpoint and there's any chance it's documented in the project. When in doubt, read the file directly.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 78
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=guhcostan-claude-mega-brain-skills-claude-mega-brain-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name claude-mega-brain description OKF knowledge navigation. ALWAYS use this skill the moment a `<mega-brain>` block appears in session context — it means the project has documented concepts and you must consult them before answering questions about data, schemas, metrics, APIs, or systems. Also trigger when the user asks about a table, column, metric definition, service, or API endpoint and there's any chance it's documented in the project. When in doubt, read the file directly. claude-mega-brain — OKF Knowledge Navigator 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. What OKF files look like 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. Navigation Read the file — paths in <mega-brain> are relative to the project root; use the Read tool directly Follow links — [text](rel-path.md) links in the body point to related concepts; read them log.md — chronological changelog; last 3 entries are injected automatically Linked concepts auto-surface — after you read an OKF file, linked concept summaries appear via PostToolUse hook When to proactively read files User asks about a data source, table, column, or metric — check <mega-brain> index first Before writing SQL, queries, or code that touches project data When a business term is ambiguous — OKF has the canonical definition When the user says "check the knowledge base", "what do we know about X", or "olha no okf" If <mega-brain> context is missing No 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 automatically
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |