copilot-history-ingest

仓库创建 2026年4月6日最近提交 23 天前SkillHot 收录 20 天前
▸ 精选理由

适合将 Copilot 交互中的设计与调试笔记沉淀到个人知识库。

▸ 风险提示

需要访问本地 Copilot 会话文件,可能包含敏感代码或隐私。

这个 Skill 做什么

将 GitHub Copilot CLI 的会话历史提取并整理为 Obsidian 笔记。

把 GitHub Copilot CLI 的会话历史抽取并转成 Obsidian 页面,帮你把调试记录、架构决定和常见模式整理成可搜索的笔记。常在你想把使用 Copilot 学到的套路、排错过程或新增会话同步到个人知识库时用。特点是把零散会话浓缩成有用的知识页,方便后续复用和检索。

▸ 展开 SKILL.md 英文原文

Ingest GitHub Copilot CLI session history into an Obsidian wiki as distilled knowledge pages. Use this skill when the user wants to capture their Copilot CLI sessions into a personal wiki — extracting architecture decisions, debug notes, and patterns into searchable Obsidian pages. Triggers on phrases like "ingest my copilot sessions into obsidian", "add my copilot history to my wiki", "pull my copilot session history into the vault", "capture what I've learned from copilot into obsidian", "just the new sessions since last time", or "mine patterns across my copilot sessions". Also triggers when the user mentions session-store.db, ~/.copilot/session-state, or VS Code copilot-chat transcripts in the context of building a wiki or knowledge base. Does NOT trigger for general copilot usage questions, searching sessions, or backing up history.

办公文档对话挖掘ObsidianCopilot通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/copilot-history-ingest/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/copilot-history-ingest/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Copilot History Ingest — Conversation Mining

You are extracting knowledge from the user's past GitHub Copilot CLI conversations and distilling it into the Obsidian wiki. Conversations are rich but messy — your job is to find the signal and compile it.

This skill can be invoked directly or via the `wiki-history-ingest` router (`/wiki-history-ingest copilot`).

## Before You Start

1. **Resolve config** — follow the Config Resolution Protocol in `llm-wiki/SKILL.md` (inline `@name` override → walk up CWD for `.env` → `~/.obsidian-wiki/config` → prompt setup). This gives `OBSIDIAN_VAULT_PATH`, `COPILOT_HISTORY_PATH` (defaults to `~/.copilot/session-state`), and `COPILOT_VSCODE_STORAGE_PATH` 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有