From powerbuilder-dev
Use when diagnosing bugs, errors, or unexpected behavior in PowerBuilder code. Provides a systematic debugging approach with structured output.
How this skill is triggered — by the user, by Claude, or both
Slash command
/powerbuilder-dev:pb-debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- What is the error message or symptom?
pb_search_code to find the error message text in sourcepb_get_call_graph to trace function callspb_read_object to read the full source of suspected objectspb_get_inheritance — is the issue in an ancestor?pb_get_dependencies — is the issue caused by a caller?pb_get_datawindow_sql)Null object reference:
destroy was called prematurelyIsValid() before accessing object propertiesSQL errors:
SQLCA.SQLCode after database operations (-1 = error)SQLCA.SQLErrText for the error messagepb_get_datawindow_sqlRuntime errors:
[ancien code][nouveau code]pb_validate_syntax)pb_compile)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.