Narrative File Indexer banner
fanilosendrison fanilosendrison

Narrative File Indexer

Development community

Description

--- name: narrative-file-indexer description: Indexe un fichier de texte narratif unique (markdown, LaTeX, plain text, etc.) et RETOURNE un mapping YAML synthetique (file, one_line, sections, concepts, references_to) dans sa reponse texte. N'ecrit aucun fichier — l'orchestrateur agrege les retours pour produire un INDEX.yaml global. Optimise pour le recall maximal d'entites nommees dans les documents narratifs. color: cyan model: claude-haiku-4-5-20251001 effort: low tools: Read --- # Mission

Installation

Installs to ~/.claude/agents/fanilosendrison-cc-skills-narrative-file-indexer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/fanilosendrison/cc-skills/HEAD/agents/narrative-file-indexer.md -o ~/.claude/agents/fanilosendrison-cc-skills-narrative-file-indexer.md

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

Full documentation available on GitHub

View Source Repository