find-connections-a
This skill should be used when the user asks to "find connections", "what relates to this", "how does this connect", "map connections", "show related work", or needs to discover relationships across the vault.
What this skill does
> **Action skill** — Connection discovery: semantic search, backlink analysis, tag-based discovery, PARA structure analysis.
# Connection Discovery
Combines semantic search, backlinks, tags, and PARA structure to map relationships across the vault.
## Input Parsing
The argument can be:
1. **File path** → Read the note, use its content as the search basis
2. **Topic text** (e.g., "prediction market pricing") → Use directly as search query
3. **Area name** (e.g., "ai-dev-ecosystem") → Read the area's L0 MOC, use its thesis and key concepts
## Process
### 1. Semantic Search
Query the vault for similar notes.
For a note or topic:
```bash
qmd query "<key sentences or topic>" --files
```
For an area, run multiple queries based on the MOC's sections:
```bash
qmd vsearch "<section 1 topic>" --files
qmd vsearch "<section 2 topic>" --files
```
Collect top 10-15 results across queries.
### 2. Backlink Analysis
- Find all notes that link to/from the target
- Trace **2-hop connections**: notes that share common links but don't directly link to the target
- Use Grep: search for `[[note-name]]` patterns across the vault
### 3. Tag-Based Discovery
Find notes with knowledge-role tags that suggest conceptual relationships:
- `#seed` + `#seed` in similar areas → potential threads waiting to be connected
- `#question` notes → might pose questions the target answers
- `#tool` notes → frameworks that apply to the target's domain
- `#insight` notes → crystallized understanding that builds on the target
- Shared tags + semantic similarity = strong connection signal
### 4. PARA Structure Analysis
Check structural relationships:
- Which **projects** draw from the same area?
- Which **areas** have overlapping scope with the target?
- Which **resources** were captured for the same purpose?
- Read project briefs to find area MOC references
### 5. Synthesize Connection Map
Present findings organized by relationship type:
**Direct connections** — linked or semantically close:
```
- [[2025-01-21_agentic-primitives]] (ai-dev-ecosystem)
Semantic similarity: high | Shared concepts: agent architecture, tooling
```
**Indirect connections** — shared links, related tags, related area:
```
- [[2025-02-01_transformer-scaling]] (modeling)
Connection via: both linked from [[00_ai-dev-ecosystem]], both tagged #thread
```
**Project opportunities** — area knowledge that could feed a project:
```
- prediction-markets area notes → prediction-market-algo-dev project
Notes about market mechanics could inform algorithm design
```
**Gaps** — topics mentioned but with no notes:
```
- "memory continuity" mentioned in 3 notes but no dedicated note exists
- "cross-market correlation" referenced in project brief but no area coverage
```
## Output Format
```markdown
## Connection Map: {input}
### Direct (N notes)
{strongest connections}
### Indirect (N notes)
{2-hop links, shared tags, related areas}
### Project Opportunities
{area notes that could serve projects}
### Gaps
{topics referenced but not covered}
```
## When to Use vs. Other Skills
- **backlinks-a** — focused on one note's links. Use when you know the note.
- **find-connections-a** — broad exploration across the vault. Use when mapping a topic or area.
- **sem-search-a** — raw search results. Use when you just need to find notes.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.