ke

Solid

Knowledge Extraction — captures and routes knowledge at work boundaries. Use when you discover a pattern, make a decision, find a distinction, or complete a sub-task.

AI & Automation 52 stars 148 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Knowledge Extraction (Capture-to-Pack) Выполни извлечение знания: $ARGUMENTS ## Scope **Этот скилл делает:** - Inline-capture на рубеже сессии (маршрутизация «что → куда», анонс *«Capture: X → Y»*). - Мгновенная запись правил (1-3 строки) в CLAUDE.md. - Отложенная запись (сложное знание) — добавление в `inbox/captures/<YYYY-MM>.md` (маршрут по дате события; правило → Шаг 3) для агента-экстрактора. Легаси-файл `inbox/captures.md` новыми записями не пополняется (ротация WP-526, 29.08.2026) — читается как архив. **Этот скилл НЕ делает:** - Не разбирает `extraction-reports/*.md` (pending-review кандидатов от агента R2). Это делает `/apply-captures` (в разработке, Ф3 WP-247). - Не пишет Pack-сущности (файлы DP.*, PD.*, MIM.*). Это делает `/apply-captures` (в разработке) после решения R15. Альтернативно R15 может писать в Pack напрямую через Edit — `/apply-captures` не единственный путь. - Не запускает агента-экстрактора R2 (работает через launchd каждые 3h в рабочие часы, запуск `extractor.sh inbox-check`). **Три инструмента знания (разграничение):** | Инструмент | Роль | Когда | Выход | |------------|------|-------|-------| | `/ke` (этот скилл) | R14 Заказчик / R1 Стратег | Рубеж сессии, inline | Правило в CLAUDE.md / запись в `inbox/captures/<YYYY-MM>.md` | | `extractor.sh inbox-check` (агент R2) | R2 Экстрактор (ИИ, launchd 3h, work hours) | Автоматически | `extraction-reports/*.md` со `status: pending-review` | | `/apply-captures` (в разработке, Ф3 WP-247) | R15 Валида...

Details

Author
TserenTserenov
Repository
TserenTserenov/FMT-exocortex-template
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

apply-captures

Разбор extraction-reports со status pending-review — решение R15 (accept/reject/defer) ЖИВЫМ ПИЛОТОМ, запись в Pack, обновление статуса, коммит. Вызывать при Close при наличии N>0 pending-review отчётов.

52 Updated today
TserenTserenov
Data & Documents Listed

extract

Extract uncaptured knowledge from the current conversation before it's lost to compaction. Use after completing a task, before switching context, before large exploratory work (multi-file reads, codebase scans), or when the user signals session end. Trigger: '/extract', 'extract knowledge', 'capture session knowledge'. Also prompt mid-session: 'Task complete — want me to run /extract?' and 'Switching context — want me to run /extract first?'. (Code port — ADR-094.)

17 Updated today
mikeprasad
AI & Automation Listed

intake

Capture knowledge from outside the conversation. A single URL or text snippet is clipped whole to intake/clippings/; files/directories/globs are bulk-scanned into the backlogs; `extract <source>` decomposes a source into backlog entries; `doc <source>` captures a structured 5-section reflection (claims/worth-keeping/contested/action/reaction); `thread <id>` pulls a chat/email thread via MCP. Use when user says '/intake', 'intake from', 'import knowledge from', 'scan this file for knowledge', 'onboard this project', 'clip this', 'save this link', 'save this snippet', 'capture this URL', 'clip this thread', 'save this Slack thread', 'capture this email chain', 'extract insights from this doc', 'mine this Notion page', 'capture a doc', 'log notes on this doc'. Unlike /extract (current conversation), /intake captures external sources; clipped/bulk items are reviewed at the next /audit-knowledge run. (Code port — ADR-094.)

17 Updated today
mikeprasad