用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/BEKO2210/Firstbrain --skill propose命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | propose |
| description | Emergent structure proposals -- MOC suggestions, missed connections, hub detection, orphan rescue |
| version | 3.0.0 |
| triggers | ["/propose"] |
| type | skill |
| tags | ["skill","agent","discovery","structure","proposals"] |
Analyzes the knowledge graph to propose structural improvements the user might not see. Finds patterns, gaps, and opportunities in how notes are organized and connected.
/propose → Full analysis (all four proposal types)
/propose mocs → Only MOC suggestions
/propose connections → Only missed connections
/propose hubs → Only hub candidates
/propose orphans → Only orphan rescue suggestions
Finds tag clusters with 5+ notes that have no corresponding MOC. If many notes share a tag but there's no navigation hub for that topic, a new MOC could help.
Example output:
New MOC suggested: "Docker MOC"
Tag #docker has 7 notes but no MOC
Notes: Tool -- Docker, Snippet -- Dockerfile, Project -- Deploy...
Finds pairs of notes sharing 3+ tags but NOT linked to each other. These are likely related but the user hasn't made the connection explicit.
Example output:
Missed connection (4 shared tags):
"Zettel -- Circuit Breaker" ↔ "Zettel -- Resilience Patterns"
Shared: #architecture, #patterns, #resilience, #backend
Notes with high PageRank AND high degree centrality that aren't MOCs. These notes are already acting as hubs -- the user might want to promote them to proper MOCs or navigation notes.
Notes with 0 incoming links and 0-1 outgoing links. For each orphan, suggests the best notes to link to based on tag overlap.
Example output:
Orphan: "Tool -- Podman" (0 links in, 1 out)
Suggest linking to: Tool -- Docker (3 shared tags), Projects MOC
loadAndBuild('.')proposeStructure(graph, vaultIndex, tagIndex) from graph-engine.cjs