Concept Extraction banner
bradduy bradduy

Concept Extraction

Development community

Description

--- name: concept-extraction description: Skill for extracting atomic concepts from source material and creating well-structured concept pages type: rigid --- # Concept Extraction Skill This skill governs how concepts are identified, defined, and written as wiki pages. Follow it exactly. ## What is an atomic concept? An atomic concept is a single, well-defined idea that: - Can be explained in 1-3 paragraphs - Has a clear boundary (you can say what it is AND what it isn't) - Is referenced by

Installation

Installs to ~/.claude/skills/bradduy-wiki-knowledge-compiler-concept-extraction/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bradduy-wiki-knowledge-compiler-concept-extraction && curl -fsSL https://raw.githubusercontent.com/bradduy/wiki-knowledge-compiler/HEAD/skills/concept-extraction.md -o ~/.claude/skills/bradduy-wiki-knowledge-compiler-concept-extraction/SKILL.md

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

Full documentation available on GitHub

View Source Repository