alivemine-for-context

Featured

Deep context extraction from source material. Creates reference bundles, builds extraction plans, tracks what's been extracted, and discovers new targets — people, subjects, patterns, connections. The archaeologist that turns raw sources into structured knowledge. Can be invoked by alive:session-history for targeted session mining.

AI & Automation 127 stars 8 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

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

Skill Content

# Mine Deep extraction. Turn raw sources into structured context. Not a quick search (that's find). Not session timeline (that's history). Mine is the heavy operation — reading source material systematically, extracting everything of value, and routing it into the world. --- ## When It Fires - The human says "mine this", "extract from these", "what's buried in here" - `alive:session-history` escalates — "these sessions look rich, want to deep-mine them?" - The human points at a folder of transcripts, documents, or exports - A bundle has raw sources that haven't been fully processed - The human asks "what have I missed?" or "find everything about X in my sources" --- ## What It Does ### 0. Pre-check: Source Location Before mining, check whether the source file lives inside a bundle's `raw/` folder: - **In a bundle** — proceed normally. Phase 4 tracking writes to that bundle's `context.manifest.yaml` `discovered:` field. - **Loose file** (inbox, walnut root, or anywhere without a manifest) — enter **loose-mine mode**. Mining still works, but tracking state writes to `$WORLD_ROOT/.alive/_mining-log.json` instead of a bundle manifest. This prevents duplicate work if the same file is mined again before being captured into a bundle. ```json // .alive/_mining-log.json — created on first loose mine { "mined": [ { "path": "03_Inbox/Will x Ben Standup.md", "mined_at": "2026-04-16T10:30:00Z", "items_extracted": 14, "routed_to": "alive-os" } ...

Details

Author
alivecontext
Repository
alivecontext/alive
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category