.claude/skills/auto-discovery/SKILL.md
Discover non-obvious cross-domain connections through random sampling and pattern analysis
npx skillsauth add abilityai/cornelius auto-discoveryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
/Users/eugene/Dropbox/Agents/Cornelius/resources/local-brain-search/run_search.sh "dopamine" --limit 5 --json
/Users/eugene/Dropbox/Agents/Cornelius/resources/local-brain-search/run_search.sh "uncertainty" --limit 5 --json
/Users/eugene/Dropbox/Agents/Cornelius/resources/local-brain-search/run_search.sh "identity" --limit 5 --json
Pick seed notes from different clusters.
For each seed note:
/Users/eugene/Dropbox/Agents/Cornelius/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/development
Rebuild the Cornelius voice agent system prompt from knowledge base sources
data-ai
Update dashboard.yaml with current knowledge base metrics from analysis report
documentation
Update Knowledge Graph Changelog
testing
Comprehensive testing playbook for Local Brain Search memory improvements (Phases 1, 3, 4)