eran-broder/code-structure-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: code-structure.
eran-broder/code-structure-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: code-structure.
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.
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.
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…