Code File Indexer banner
fanilosendrison fanilosendrison

Code File Indexer

Development community

Description

--- name: code-file-indexer description: Indexe un fichier de code ou de donnees structurees (py, ts, js, json, yaml, 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 la fidelite structurelle (decomposition fine des fonctions/cles racine). color: blue model: claude-sonnet-4-6 effort: medium tools: Read --- # Mission

Installation

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

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/fanilosendrison/cc-skills/HEAD/agents/code-file-indexer.md -o ~/.claude/agents/fanilosendrison-cc-skills-code-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