Captures architectural knowledge and patterns for automatic routing to documentation or configuration files.
Install
mkdir -p .claude/skills/ke && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17336" && unzip -o skill.zip -d .claude/skills/ke && rm skill.zipInstalls to .claude/skills/ke
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
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.Key capabilities
- →Capture inline knowledge at session boundaries
- →Route knowledge to CLAUDE.md for immediate rules
- →Add complex knowledge to `captures.md` for later extraction
- →Determine if knowledge is domain-specific or implementation-specific
- →Announce the capture and its destination
How it works
The skill captures knowledge at work boundaries, determines its type, and routes it either directly to CLAUDE.md for immediate rules or to `captures.md` for deferred processing by an extractor agent.
Inputs & outputs
When to use ke
- →Extract knowledge from recent work
- →Document a newly found pattern
- →Capture decisions into CLAUDE.md
About this skill
Knowledge Extraction (Capture-to-Pack)
Выполни извлечение знания: $ARGUMENTS
Scope
Этот скилл делает:
- Inline-capture на рубеже сессии (маршрутизация «что → куда», анонс «Capture: X → Y»).
- Мгновенная запись правил (1-3 строки) в CLAUDE.md.
- Отложенная запись (сложное знание) — добавление в
captures.mdдля агента-экстрактора.
Этот скилл НЕ делает:
- Не разбирает
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 / запись в captures.md |
extractor.sh inbox-check (агент R2) | R2 Экстрактор (ИИ, launchd 3h, work hours) | Автоматически | extraction-reports/*.md со status: pending-review |
/apply-captures (в разработке, Ф3 WP-247) | R15 Валидатор | Close при N>0 pending-review | Pack-сущности + коммит + обновление status |
Детальная ВДВ-карта цикла: <governance-repo>/inbox/WP-247-ke-pipeline-vdv.md
Шаг 1. Определи тип знания
| Тип | Куда | Когда | Через KE? |
|---|---|---|---|
| Правило для всех репо (1-3 строки) | CLAUDE.md (корень workspace) | Сразу | Нет |
| Правило для одного репо (1-3 строки) | <repo>/CLAUDE.md | Сразу | Нет |
| Доменное (архитектура, паттерны) | Соответствующий Pack | Close | Да |
| Различение, метод, FM, WP | Соответствующий Pack | Close | Да |
| Реализационное (вендор, стек, деплой) | DS docs/ | Close | Да (KE → DS) |
| Крупный урок | memory/<topic>.md | Close | Нет |
| Зерно для поста | DS-strategy/drafts/draft-list.md | Close | Нет |
Шаг 2. Маршрутизация
Тест HD #29: «Заменим вендора — утверждение станет ложным?»
- Да → реализация (DS)
- Нет → домен (Pack)
Шаг 3. Запись
- Если «Сразу» → записать немедленно
- Если «Close» → добавить в captures для Close-отчёта
Шаг 4. Анонс
Выведи: «Capture: [что] → [куда]»
Если это различение — предложи формулировку для memory/hard-distinctions.md.
When not to use it
- →When analyzing `extraction-reports/*.md`
- →When writing Pack entities (DP.*, PD.*, MIM.* files)
- →When launching the extractor agent R2
Limitations
- →The skill does not analyze `extraction-reports/*.md`.
- →It does not write Pack-entities.
- →It does not launch the extractor agent R2.
How it compares
This skill provides a structured method for capturing and routing knowledge based on its type and immediacy, which differs from unstructured note-taking.
Compared to similar skills
ke side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ke (this skill) | 0 | 1mo | No flags | Intermediate |
| knowledge-base | 1 | 5mo | Review | Beginner |
| wiki | 0 | 2mo | No flags | Beginner |
| meeting-minutes | 41 | 5mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
knowledge-base
incidentfox
Search runbooks, documentation, and knowledge base articles from Confluence. Use when looking for incident response procedures, service documentation, post-mortems, or troubleshooting guides.
wiki
jmstar85
>
meeting-minutes
github
Generate concise, actionable meeting minutes for internal meetings. Includes metadata, attendees, agenda, decisions, action items (owner + due date), and follow-up steps.
notion-knowledge-capture
makenotion
Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats appropriately, and saves to wikis or databases with proper organization and linking for easy discovery.
super-save
supermemoryai
Save important project knowledge to memory. Use when user wants to preserve architectural decisions, significant bug fixes, design patterns, or important implementation details for team reference.
decision-logger
alirezarezvani
Two-layer memory architecture for board meeting decisions. Manages raw transcripts (Layer 1) and approved decisions (Layer 2). Use when logging decisions after a board meeting, reviewing past decisions with /cs:decisions, or checking overdue action items with /cs:review. Invoked automatically by the board-meeting skill after Phase 5 founder approval.