promote

Identify and transfer cross-cutting wiki pages between Obsidian vaults.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RonanCodes/llm-wiki --skill promote-ronancodes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: promote
Source: https://github.com/RonanCodes/llm-wiki/tree/main/.claude/skills/promote
Command: npx skills add https://github.com/RonanCodes/llm-wiki --skill promote-ronancodes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps extract reusable, cross-project knowledge from a project-specific Obsidian vault and consolidate it into a shared meta vault so insights are preserved, de-duplicated, and discoverable across projects.

Core Features & Use Cases

  • Identify promotable content such as concept pages, comparisons, and entity summaries that apply beyond a single project.
  • Merge new findings into existing target pages or create new pages with proper frontmatter, provenance, and related links.
  • Update target vault index and logs and perform Git commits to record promotions for traceability.
  • Use case: graduate architecture decisions and tool comparisons from a finished project vault into a central meta vault for future teams to reuse.

Quick Start

Run /promote my-research --to meta to scan the source vault, identify promotable wiki pages, and merge or create them in the target vault.

Frequently Asked Questions about promote

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transfer reusable knowledge from an Obsidian project vault to a meta vault?▼

To transfer knowledge across Obsidian vaults, this Skill identifies cross-cutting wiki pages like concepts and comparisons, then merges or creates them in the target meta vault. It automatically updates indexes, logs, and Git commits for provenance and traceability.

What is the best way to merge frontmatter and sources when promoting wiki pages between vaults?▼

The best way to merge frontmatter and sources is using a dedicated promotion process that verifies vault existence first. This Skill consolidates provenance and related links by merging new findings into existing target pages or creating new ones with proper metadata.

Can I use Git to track knowledge management changes when migrating pages to a central wiki?▼

Yes, you can use Git to track knowledge management changes during vault migration. This Skill performs Git commits to record promotions, ensuring that transferred entity summaries and architecture decisions are traceable back to their original project context.

When should I promote project learnings to a shared meta vault instead of keeping them local?▼

You should promote project learnings when you identify cross-cutting concepts, tool comparisons, or entity summaries that apply beyond a single project. Graduating this content to a meta vault preserves insights, de-duplicates information, and makes it discoverable for future teams.

Does promoting Obsidian wiki pages require manually updating the target vault index and logs?▼

No, promoting Obsidian wiki pages does not require manually updating the target vault index and logs. This Skill automates the entire process, verifying vault existence, merging frontmatter, updating indexes, and committing changes with Git automatically.

What types of Obsidian wiki pages are suitable for cross-vault promotion?▼

Suitable Obsidian wiki pages for cross-vault promotion include concept pages, comparisons, and entity summaries. These cross-cutting pages contain reusable knowledge that applies beyond a single project, making them ideal candidates for consolidating into a shared meta vault.