vault-concepts
Maintain canonical concept pages and surface recurring themes
What this skill does
# Concepts Promote recurring themes into canonical concept pages and keep concept navigation coherent. Portent reference: `../references/portent-knowledge-base-spec.md`. ## Recency Priority Work the active surface newest-first, ranked by each object's `updated` frontmatter date (fall back to file modification time when `updated` is absent). Concentrate scrutiny on the freshest material — recently-touched objects are where active thinking lives and where new mismatches, overlaps, and gaps appear. Long-untouched objects are assumed settled and rank lower, but are never excluded: they remain valid link targets, merge destinations, and canonical homes, and still get a structural check (broken links, orphaning). Weight theme detection toward recent notes so emerging themes surface early, but keep temporal spread as the high-confidence signal: a concept still needs occurrences across time, not just a recent burst. ## Purpose Maintain `notes/concepts/` as the durable vocabulary of your vault. Surface cross-domain patterns and decide when transience deserves permanence. Concept pages are Portent `Topic` objects. New recurring-theme pages should use `type: Topic`, `status: organized`, and explicit `related_to` links to the Projects, Notes, Events, or Responsibilities they help explain. ## Parameters - `--topic TOPIC` focus on specific theme (optional) - `--mode report|apply` (default: `report`) ## Thresholds for New Concept Creation Only create new concept pages when ALL are true: - Theme appears in 3+ unrelated notes - Evidence is concrete and linkable - Destination concept is clear - Destination Topic object is clear - Change is additive and low-risk ## Workflow 1. **Scan**: Read active surface (`notes/`, `ideas/`, `projects/`) for recurring themes 2. **Detect**: Extract patterns across unrelated notes: - Phrases/metaphors that recur - Principles or mental models - Unresolved questions with traction 3. **Filter**: Remove false positives: - Deliberate tag repetition - Common filler phrasing - Same-project-only repetition 4. **Cluster**: Group related patterns and rank by confidence 5. **Decide** per candidate: - Update existing concept page - Merge near-duplicate concept pages into one canonical concept - Create new concept page (if thresholds met) - Defer (insufficient evidence) 6. **Normalize**: Rewrite transient note references to point to canonical concepts 7. **Refresh**: Update `index.md` when concept navigation changes 8. **Log**: Append concise operation entry ## Confidence Rubric - **High**: 3+ unrelated notes with temporal spread - **Medium**: 2 unrelated notes with strong conceptual overlap - **Low**: Weak recurrence or same-domain concentration ## Apply Behavior - **report**: List candidates only, no changes - **apply**: Update existing concepts; merge high-confidence duplicates; create new ones when thresholds met ## Merge Rules Merge concept pages when they name the same principle, mental model, or durable vocabulary item. Do not merge broad neighboring concepts just because they are often linked together. - Choose the clearest, most established page as canonical. - Preserve distinct examples, open questions, and source links from merged pages. - Rewrite links from merged pages to the canonical concept. - Keep aliases when alternate names are likely search terms. - Report medium-confidence concept overlaps instead of merging them. ## Safety - Prefer updating existing concepts over creating near-duplicates - Never delete notes or archive content - Never merge concept pages that represent different decisions or levels of abstraction - Never modify raw/, processed/, or assets/ - Confirm before creating new concept pages ## Output Return: - Concepts created/updated/proposed (with confidence) - Concepts merged/proposed for merge - Topic object metadata added or updated - Evidence links used - Reference normalization performed - Index/log update status - Recommended follow-up actions
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.