.claude/skills/get-perspective-on/SKILL.md
Extract Eugene's perspective on a topic (called by Ruby or user)
npx skillsauth add abilityai/cornelius get-perspective-onInstall 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.
Extract Eugene's unique perspective on a topic from the knowledge base. Returns brief, focused insights (not full article). Can be called directly by user or via Ruby agent in headless mode.
/get-perspective-on <topic or question>
/get-perspective-on AI agent adoption barriers
/get-perspective-on Why do companies resist AI?
/get-perspective-on How dopamine relates to social media
/get-perspective-on What's contrarian about my AI views?
Search Knowledge Base
Synthesize Perspective
Return Response
🧠 Eugene's Perspective: [Topic]
[1-3 paragraphs synthesizing unique insights from permanent notes]
Key insights:
- [Insight 1 from [[Note A]]]
- [Insight 2 from [[Note B]]]
- [Insight 3 connecting [[Note C]] and [[Note D]]]
Why this matters:
[Brief explanation of significance or application]
📝 Cited Notes:
- [[Note Title 1]]
- [[Note Title 2]]
- [[Note Title 3]]
When Ruby calls via headless mode:
cd /Users/eugene/Dropbox/Agents/Cornelius
claude -p "/get-perspective-on 'AI adoption barriers'" --output-format json
Ruby receives:
{
"result": "[Perspective text with citations]",
"total_cost_usd": 0.34
}
Good perspective: ✅ Cites 3-5 specific permanent notes ✅ Highlights contrarian or non-obvious angles ✅ Connects to broader themes ✅ Includes concrete examples ✅ Authentic Eugene voice
Weak perspective (regenerate): ❌ Generic AI knowledge ❌ No specific note citations ❌ Surface-level analysis ❌ Lacks unique angles
| Source | Location | Read | Write | Description |
|--------|----------|------|-------|-------------|
| Brain notes | Brain/**/*.md | X | | Permanent notes for perspective synthesis |
| AI Insights | Brain/AI Extracted Notes/ | X | | AI-extracted unique perspectives |
| Document Insights | Brain/Document Insights/ | X | | Research-based insights |
| Local Brain Search | resources/local-brain-search/ | X | | Semantic search for relevance |
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)