From powerbuilder-dev
Use when you need to understand existing PowerBuilder code — explore architecture, inheritance, dependencies, and data flow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/powerbuilder-dev:pb-analyzeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `pb_get_object_summary` for a fast summary of any object:
Use pb_get_object_summary for a fast summary of any object:
pb_read_objectpb_get_inheritance
pb_get_dependencies
pb_get_call_graph
Use pb_get_project_structure to see:
_ancestor library contains base classes (w_ancestor*, nvo_ancestor*)pb_get_datawindow_sql to extractnpx claudepluginhub juliendetilleux/powerbuilder-devShows a condensed architectural view of an ADVPL/TLPP source file before reading it, saving tokens by revealing structure, capabilities, symbols, SQL, tables, and lint findings.
Explores codebases using SocratiCode semantic search, dependency graphs, and tools like codebase_search for understanding architecture, finding functions/types, analyzing dependencies, and searching schemas/specs.
Analyzes Delphi source code in a folder to generate professional technical reports. Helps with code audits, quality assessments, and migration planning.