wiki-context-pack

Create markdown context packs from Obsidian wiki pages by relevance.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/Abulfadl-Ahmadi/Experimental-Physics-Spring-2026 --skill wiki-context-pack-abulfadl-ahmadi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-context-pack
Source: https://github.com/Abulfadl-Ahmadi/Experimental-Physics-Spring-2026/tree/main/.skills/wiki-context-pack
Command: npx skills add https://github.com/Abulfadl-Ahmadi/Experimental-Physics-Spring-2026 --skill wiki-context-pack-abulfadl-ahmadi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating context packs from Obsidian wikis, enabling the extraction of structured, relevant knowledge into a compact, consumable format.

Core Features & Use Cases

  • Topic-based Context Extraction: Customize context packs by topic or recent activity from an Obsidian wiki.
  • Compact & Structured Output: Pack knowledge into a single markdown block, suitable for consumption by other agents or skills.
  • Use Case: For instance, a project manager could create a context pack on a specific project's architecture to facilitate a team discussion.

Quick Start

Use the wiki-context-pack "project architecture" command to generate a context pack on project architecture.

Frequently Asked Questions about wiki-context-pack

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

FAQPage Schema
How do I extract focused context from an Obsidian wiki for a specific topic?

You can extract context using the `wiki-context-pack` command followed by your topic, which selects pages via a relevance scoring algorithm, compresses the content, and packages it into a token-bounded markdown block.

What is a token-bounded context pack from a wiki?

A token-bounded context pack is a compressed markdown block of selected wiki content constrained by a token budget. It is needed when providing structured knowledge to other agents or skills without exceeding token limits.

Can I generate context packs based on recent wiki activity instead of a specific topic?

Yes, you can generate context packs based on recent activity rather than a specific topic. The Skill selects pages by applying a relevance scoring algorithm to recent wiki activity and compresses them into a markdown block.

How do I package Obsidian knowledge into a single markdown block for another agent?

Package Obsidian knowledge by running the context pack command with a topic query. The Skill selects relevant pages, compresses the content, and outputs a single markdown block suitable for consumption by other agents or skills.

Does the context pack generation work without external dependencies?

Yes, the context pack generation works without external dependencies. The Skill operates using internal scripts and references to select, compress, and package Obsidian wiki content into markdown blocks.

How does the relevance scoring algorithm determine which wiki pages to include?

The relevance scoring algorithm determines page importance by evaluating relevance to a specified topic or recent activity. It then applies token budget constraints to select and compress pages into the final context pack output.