From powerbuilder-dev
Use when you need to understand existing PowerBuilder code — explore architecture, inheritance, dependencies, and data flow. For deep analysis with a full report, use the pb-analyst agent instead.
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
> **Skill integre** — Guide l'analyse dans la conversation courante.
Skill integre — Guide l'analyse dans la conversation courante. Pour une analyse approfondie avec rapport complet, lancer l'agent
pb-analyst.
Demande de comprendre un objet PB existant : "c'est quoi w_xxx ?", "montre-moi l'architecture de uo_xxx", "qui utilise d_xxx ?".
Utiliser pb_get_object_summary pour obtenir rapidement :
Utiliser pb_get_inheritance :
Utiliser pb_get_dependencies :
Utiliser pb_read_object pour lire le code complet.
Identifier :
of_*) et privees (wf_*)ue_*)is_, il_, ib_, id_)pb_get_datawindow_sql)Determiner le role de l'objet :
Si necessaire, utiliser pb_get_project_structure pour comprendre :
[Description du role dans l'application]
| Fonction | Visibilite | Role |
|---|
| DataWindow | SQL resume | Tables |
|---|
npx claudepluginhub juliendetilleux/powerbuilder-toolkit --plugin powerbuilder-devProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.