基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Abilityai/cornelius --skill auto-discovery命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Run a full coherence sweep across the Brain Dependency Graph - computes staleness, lifecycle transitions, structural health, and generates a report
Autonomous perception layer - scans KB for new notes matching domain watch configs, checks gap resonance with the Thinking Registry, probes external signals via web search, and auto-activates HIGH/MEDIUM signals into the Thinking Registry for the incubation loop.
Autonomous iterative thinking loop - processes active topics using rotating analytical moves (ACH, Bayesian updating, steelmanning, cross-domain bridging, implication checks) and persists reasoning state across scheduled runs
| name | auto-discovery |
| description | Discover non-obvious cross-domain connections through random sampling and pattern analysis |
| automation | autonomous |
| schedule | 0 20 * * 0 |
| allowed-tools | Read, Write, Grep, Glob, Bash |
Autonomous cross-domain connection hunter. Samples notes from different thematic clusters and finds meaningful relationships that semantic similarity alone would miss.
Find non-obvious, cross-domain connections - notes with low semantic similarity (0.50-0.70) but high conceptual strength. These are the hidden patterns in the knowledge base.
| Source | Location | Read | Write | Description |
|---|---|---|---|---|
| Permanent Notes | Brain/02-Permanent/ | ✓ | Sampling source | |
| AI Extracted Notes | Brain/AI Extracted Notes/ | ✓ | Sampling source | |
| Document Insights | Brain/Document Insights/ | ✓ | Sampling source | |
| Local Brain Search | resources/local-brain-search/ | ✓ | Similarity scores, connections | |
| Session Changelogs | Brain/05-Meta/Changelogs/ | ✓ | Dated discovery log | |
| Master Changelog | Brain/CHANGELOG.md | ✓ | ✓ | Summary entry |
/refresh-index)date '+%Y-%m-%d'
Use for changelog filename.
Sample from 3-5 diverse domains using Local Brain Search:
# --no-track: autonomous weekly loop; its cross-domain samples must NOT train q-values (scope-primitive learning hygiene).
# BRAIN_READ_SCOPE=<wide>: cross-domain (non-core) sampling is this skill's PURPOSE, so it must read past
# the core fingerprint. Set it wide rather than letting it fail closed to core once enforcement is on.
# Only the learn axis is closed (--no-track); the read axis is deliberately wide.
BRAIN_READ_SCOPE=core,Books,document-insights,meta,inbox,output resources/local-brain-search/run_search.sh "dopamine" --limit 5 --no-track --json
BRAIN_READ_SCOPE=core,Books,document-insights,meta,inbox,output resources/local-brain-search/run_search.sh "uncertainty" --limit 5 --no-track --json
BRAIN_READ_SCOPE=core,Books,document-insights,meta,inbox,output resources/local-brain-search/run_search.sh "identity" --limit 5 --no-track --json
Pick seed notes from different clusters.
For each seed note (same wide read-scope - the seeds and their neighbors live across domains):
BRAIN_READ_SCOPE=core,Books,document-insights,meta,inbox,output resources/local-brain-search/run_connections.sh "Note Name" --json
Identify notes with similarity 0.50-0.70 from DIFFERENT domains.
For each cross-domain pair:
Rate conceptual strength (1-5 stars).
Target: Low semantic similarity + high conceptual strength = valuable discovery.
For each strong connection:
## CROSS-DOMAIN CONNECTION
**Node A**: [[Note X]] (Domain: Neuroscience)
**Node B**: [[Note Y]] (Domain: Economics)
**Semantic Similarity**: 0.63 (actual from search)
**Conceptual Strength**: ⭐⭐⭐⭐⭐
**The Link**: [2-3 sentences explaining WHY they connect]
**Shared Pattern**: [The underlying principle]
**Synthesis Opportunity**: [Potential new note title]
Write to Brain/05-Meta/Changelogs/CHANGELOG - Auto-Discovery Session YYYY-MM-DD.md:
## Auto-Discovery Session: YYYY-MM-DD
### Session Parameters
- Notes sampled: [N] from [X] clusters
- Domains analyzed: [list]
### Discoveries Made
**Strong Connections**: [N]
1. [[A]] ↔ [[B]] - [pattern]
**Meta-Patterns**: [N]
**Consilience Zones**: [N]
### Session Statistics
- Total notes analyzed: [N]
- Non-obvious connections (similarity < 0.70): [N]
Add brief summary to Brain/CHANGELOG.md:
## YYYY-MM-DD - Auto-Discovery Session
See: [[CHANGELOG - Auto-Discovery Session YYYY-MM-DD]]
- [N] connections discovered
- [N] meta-patterns identified
GOOD discoveries:
SKIP:
| Error | Recovery |
|---|---|
| Search returns empty | Try different seed terms |
| All high similarity | Note in changelog, try broader clusters |
| Index outdated | Run /refresh-index first |
Brain/05-Meta/Changelogs/