This packages a slice of your Obsidian vault into a token-bounded markdown block that another agent or skill can consume directly. It's not for answering questions (that's wiki-query). It's for when you need to hand off structured context to a downstream task without blowing your context window. You give it a topic and a budget (default 8000 tokens), and it ranks pages by relevance using frontmatter scoring plus optional semantic search, then fills the budget tier-aware (core pages first, peripheral last) with compressed representations that strip boilerplate and deduplicate shared content. The output is a standalone markdown block with actual token counts and page metadata. Useful when feeding wiki knowledge into research tasks, synthesis jobs, or external agents that need scoped input without re-scanning everything.
npx -y skills add ar9av/obsidian-wiki --skill wiki-context-pack --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
supercent-io/skills-template
supercent-io/skills-template
huangjia2019/claude-code-engineering
reactjs/react.dev
reactjs/react.dev