๐ŸŽฏ

copilot-history-ingest

๐ŸŽฏSkill

from ar9av/obsidian-wiki

VibeIndex|
What it does
|

Ingests AI copilot conversation history into an LLM-maintained personal knowledge wiki, compiling persistent knowledge instead of repeated queries.

๐Ÿ“ฆ

Same repository

ar9av/obsidian-wiki(13 items)

copilot-history-ingest

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add ar9av/obsidian-wiki --skill copilot-history-ingest
skills.sh Installโš  Installs to .agents/skills/
npx skills add ar9av/obsidian-wiki --skill copilot-history-ingest
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/copilot-history-ingest/SKILL.md

SKILL.md

1,154Installs
-
AddedApr 30, 2026

More from this repository10

๐ŸŽฏ
wiki-query๐ŸŽฏSkill

Obsidian-wiki retrieval skill โ€” reads `~/.obsidian-wiki/config` / `.env` for the vault path, escalates from cheapest retrieval primitive to full-page reads only when needed, supports a "quick answer" index-only fast mode and a `visibility/internal|pii` filter, and synthesizes cited answers from pre-compiled wiki pages rather than raw sources.

๐ŸŽฏ
wiki-rebuild๐ŸŽฏSkill

Destructive Obsidian-wiki operation that supports three modes โ€” **Archive only** (timestamped snapshot to `$VAULT/_archives/`), **Archive + Rebuild** (snapshot then reprocess all sources from scratch), and **Restore** (bring back a prior archive) โ€” always archiving with an `archive-meta.json` before rewriting and requiring explicit user confirmation.

๐ŸŽฏ
cross-linker๐ŸŽฏSkill

Obsidian-wiki auto cross-referencing skill โ€” globs the vault (excluding `_archives/`, `.obsidian/`) to build a filename/title/alias/tag registry from frontmatter-only grep, then scans pages for unlinked mentions and actually writes `[[wikilinks]]` into pages (unlike `wiki-lint` which only reports).

๐ŸŽฏ
tag-taxonomy๐ŸŽฏSkill

Obsidian-wiki tag normalizer that reads the canonical tag vocabulary from `$OBSIDIAN_VAULT_PATH/_meta/taxonomy.md` and enforces rules (max 5 tags/page, lowercase-hyphenated, prefer broad over narrow) โ€” handles reserved `visibility/public|internal|pii` tags separately, mapping aliases to canonical forms and running tag audits.

๐ŸŽฏ
claude-history-ingest๐ŸŽฏSkill

Mines your ~/.claude conversation history and memory files and distills them into interconnected Obsidian wiki pages, part of the obsidian-wiki 'LLM Wiki' framework.

๐ŸŽฏ
skill-creator๐ŸŽฏSkill

Full lifecycle for Claude skills โ€” draft, run eval prompts against the skill, review qualitative and quantitative results with `eval-viewer`, iterate on description/content, then benchmark at larger scale.

๐ŸŽฏ
codex-history-ingest๐ŸŽฏSkill

Knowledge management framework inspired by Andrej Karpathy's LLM Wiki pattern. Compiles knowledge into interconnected markdown files in Obsidian vaults, maintained by AI coding agents instead of repeatedly querying LLMs.

๐ŸŽฏ
hermes-history-ingest๐ŸŽฏSkill

A skill for mining Hermes agent memories and sessions (~/.hermes) into an Obsidian wiki knowledge base, part of the obsidian-wiki multi-agent knowledge management framework.

๐ŸŽฏ
daily-update๐ŸŽฏSkill

Part of Obsidian Wiki, a knowledge management framework inspired by Andrej Karpathy's LLM Wiki pattern that uses AI coding agents to maintain interconnected markdown files in an Obsidian vault, compiling knowledge once and keeping it current.

๐ŸŽฏ
wiki-dedup๐ŸŽฏSkill

Part of obsidian-wiki, a knowledge management framework that uses AI coding agents to build and maintain an interconnected personal wiki in Obsidian, inspired by Andrej Karpathy's LLM Wiki pattern.