eran-broder

4 mods across 1 repository, 4 stars between them.

code-structure

02

eran-broder/code-structure-plugin

Plugin Claude Code

Analyze code structure using AST parsing. Extract classes, functions, interfaces, and types from Python and TypeScript/JavaScript files without reading full implementations.

4 6mo ago A tokens not measured original MIT

python-structure

03

eran-broder/code-structure-plugin

Skill Claude CodeCodex

Analyze Python file structure using AST parsing. Use when exploring a Python codebase, understanding file contents without reading all code, finding function/class definitions, understanding class hierarchies, or getting a quick overview of a module. Produces compact, token-efficient structural summaries.

4 6mo ago A 57 tokens original MIT

eran-broder/code-structure-plugin

Skill Claude CodeCodex

Analyze TypeScript/JavaScript file structure using AST parsing. Use when exploring TS/JS codebases, understanding file contents without reading all code, finding class/interface/function definitions, understanding type hierarchies, or getting a quick overview of a module. Produces compact, token-efficient structural…

4 6mo ago A 63 tokens original MIT