一键导入
get-principle
Return the full body of one principle by name. Use when user references a specific principle (e.g., "SHELET", "Bottleneck Amplification").
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Return the full body of one principle by name. Use when user references a specific principle (e.g., "SHELET", "Bottleneck Amplification").
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Evaluate a decision against the user's stated principles + related past thinking. Loads principles from YAML, matches by keyword, surfaces semantically similar prior decisions.
Raw accounting of what's in the brain. Counts messages, embeddings, summaries, domains. Use when user asks "how much is in my brain" or "what's the size of the corpus."
Surface patterns in how the user thinks — cognitive pattern, problem-solving approach, emotional tone, content category. Optional domain scope. Use when user asks "when do I think best" or "what patterns show up in breakthroughs."
Full re-entry brief for a domain — recent summaries + accumulated open questions, decisions, insights, quotes. Longer and deeper than tunnel-state. Use after days/weeks away from a project.
Browse conversations by calendar date. Use when user asks "what was I working on last Thursday" or specifies a date.
Surface abandoned domains with unresolved breakthrough/significant open questions. Ranked by breakthrough count → question count → conversation count. Use when user feels important threads have been dropped.
基于 SOC 职业分类
| name | get-principle |
| description | Return the full body of one principle by name. Use when user references a specific principle (e.g., "SHELET", "Bottleneck Amplification"). |
| layer | utility |
| reads | ["principles.yaml"] |
| writes | [] |
| citations | not-required |
| determinism | pure-function |
| allowed-tools | mcp__my-brain__get_principle |
Utility single-row lookup over the principles YAML. Lowercase exact-match on name, then fuzzy-match on contains.
name: str # principle name (case-insensitive)
Markdown: name, definition, core_formula, implementation_formula (if present), description (if present).
list-principles