Concepts banner
dzivkovi dzivkovi

Concepts

Development community

Description

Extract key concepts from this mind map and normalize them against the existing taxonomy provided below. Return a JSON object with a single key `concepts` containing an array of extracted concepts. ## Rules - Scale concept count with content density: roughly 1 concept per 3-5 minutes of video. A short (1-3 min) may have 1-2 concepts. A 10-minute video may have 3-5. A 30-minute deep-dive may have 8-10. Use the timestamps in the mind map to judge duration. - Each concept must be a **noun phrase

Installation

Installs to ~/.claude/skills/dzivkovi-video-intel-concepts/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dzivkovi-video-intel-concepts && curl -fsSL https://raw.githubusercontent.com/dzivkovi/video-intel/HEAD/prompts/concepts.md -o ~/.claude/skills/dzivkovi-video-intel-concepts/SKILL.md

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

Full documentation available on GitHub

View Source Repository