From powerbuilder-dev
Use when creating, modifying, or optimizing DataWindows — the central data presentation component in PowerBuilder. Activates for any request involving DW SQL, columns, layout, or properties.
How this skill is triggered — by the user, by Claude, or both
Slash command
/powerbuilder-dev:pb-datawindowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Skill integre** — Guide la creation et modification de DataWindows dans la conversation.
Skill integre — Guide la creation et modification de DataWindows dans la conversation. Pour une analyse approfondie d'un DW et ses dependances, lancer l'agent
pb-analyst.
Toute demande impliquant un DataWindow : creer un DW, modifier des colonnes, optimiser le SQL, changer le type de presentation (grid/freeform/composite/crosstab), ajouter des colonnes calculees.
Determiner :
Pour un DW existant :
pb_get_object_summary(object_name="d_xxx")
Pour un DW existant, extraire :
SQL source :
pb_get_datawindow_sql(object_name="d_xxx")
Colonnes et types :
pb_dw_get_columns(object_name="d_xxx")
Verifier :
Chercher les fenetres qui utilisent ce DW :
pb_search_code(pattern="d_xxx")
Identifier :
dw_xxx)SetTransObject est utiliseRetrieve() sont passesModify() ou Describe() dynamiquesPour modifier le SQL :
pb_modify_script avec le nouveau SQL:al_xxx → colonnes d'arguments)Pour ajouter/supprimer des colonnes :
pmix_describe)Pour creer un nouveau DW :
pb_create_object avec le type datawindowd_<module>_<entite>_<usage>Pour optimiser le SQL :
pmix_describepb_validate_syntax(object_name="d_xxx")pb_compiletable( manuellement — utiliser l'outil MCP:al_xxx) correspondent aux parametres de Retrieve()table.UpdateTable, column.Update et column.Key si le DW est editable[SQL source complet]
| Colonne | Type | Source | Editable | Notes |
|---|
| Fenetre | Controle | Retrieve args |
|---|
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.