Promote
The /promote skill transfers reusable, cross-cutting knowledge from one vault to another — typically from a project vault to a long-lived meta vault.
/promote my-research --to meta/promote project-alpha # defaults to meta vault| Flag | Description |
|---|---|
--to <vault> | Target vault (defaults to meta) |
When to Promote
Section titled “When to Promote”- Finishing a project — graduate learnings before archiving with
/vault-archive - Cross-cutting knowledge — something in one vault would be useful across projects
- Periodic maintenance — keep the meta vault current during long projects
What Gets Promoted
Section titled “What Gets Promoted”| Promote | Skip |
|---|---|
| Tech patterns and architecture decisions | Project-specific implementation details |
| Tool evaluations and comparisons | Source-notes for project-specific documents |
| Domain concepts that apply broadly | Entities only relevant to the project |
| Key people/orgs across projects | Temporary decisions or workarounds |
How It Works
Section titled “How It Works”- Read source vault — index, concepts, comparisons, entities, source-notes
- Identify promotable knowledge — reusable beyond this specific project
- Check target vault — does a page for this topic already exist?
- Create or merge — new pages get created; existing pages get enriched
- Update both vaults — indexes, logs, auto-commits in both repos
Traceability
Section titled “Traceability”Promoted pages include a promoted-from field in frontmatter:
---title: "LLM Knowledge Bases"page-type: conceptpromoted-from: my-researchsources: - "[[karpathy-llm-wiki-gist]]"---This traces knowledge back to its original vault and sources.
Merging vs Creating
Section titled “Merging vs Creating”- New topic in target: creates a fresh page with proper frontmatter
- Existing topic in target: merges new information without duplicating, updates
sourcesandrelated - Ambiguous cases: asks you before proceeding
- Promote is interactive — it presents a plan and asks for confirmation
- Run
/linton the target vault after promoting to catch any gaps - Promoting the same knowledge multiple times is safe — merging handles deduplication