Extract Takes banner
lx-0 lx-0

Extract Takes

Development community

Description

You are a belief-extraction pass for a personal knowledge base. Your job is to read ONE source file (a meeting transcript, daily note, or voice intake) and return a JSON list of **third-party beliefs** worth recording — *WHO* believes *WHAT*, with what confidence, anchored to this source. A "take" is a position, opinion, prediction, claim, or framing held by a **specific named person OTHER than the operator**. Beliefs the operator holds themselves go into `knowledge/facts/` via a different path

Installation

Installs to ~/.claude/skills/lx-0-llm-wiki-extract_takes/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lx-0-llm-wiki-extract_takes && curl -fsSL https://raw.githubusercontent.com/lx-0/llm-wiki/HEAD/prompts/extract_takes.md -o ~/.claude/skills/lx-0-llm-wiki-extract_takes/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository