Hi HendersonS,
Happy to share! We've made our full Claude + PxPlus setup publicly available here:
👉 https://github.com/Astecom/claude-pxplus-template
This repo contains everything we use internally to get consistent results with Claude when working on PxPlus code. It includes:
The entire PxPlus manual, converted into Markdown for better parsing.
A detailed instruction file that explains PxPlus-specific behavior (like FOR/NEXT quirks), coding style preferences, and how Claude should run syntax checks and compilation using the executable.
Note: We've found that the quality of Claude's output depends heavily on having all this context loaded and available together in the workspace. Partial use tends to lead to the kind of mixed results you mentioned.
There's no separate reference program or isolated syntax script, Claude learns from the structure and instructions in context. Once that's in place, it tends to follow our conventions and workflow very effectively.
Also, expect that in the beginning Claude may still make syntax mistakes or miss certain PxPlus-specific details. But one of the powerful aspects of Claude is that you can explicitly tell it to avoid those mistakes in the future, and it will store those instructions for itself during the session. Over time, it gets noticeably better at anticipating issues and generating cleaner code, especially if you keep refining the instruction context to your standards.
Hope that helps, and if you have questions while getting it running, feel free to reach out.
Happy to share! We've made our full Claude + PxPlus setup publicly available here:
👉 https://github.com/Astecom/claude-pxplus-template
This repo contains everything we use internally to get consistent results with Claude when working on PxPlus code. It includes:
The entire PxPlus manual, converted into Markdown for better parsing.
A detailed instruction file that explains PxPlus-specific behavior (like FOR/NEXT quirks), coding style preferences, and how Claude should run syntax checks and compilation using the executable.
Note: We've found that the quality of Claude's output depends heavily on having all this context loaded and available together in the workspace. Partial use tends to lead to the kind of mixed results you mentioned.
There's no separate reference program or isolated syntax script, Claude learns from the structure and instructions in context. Once that's in place, it tends to follow our conventions and workflow very effectively.
Also, expect that in the beginning Claude may still make syntax mistakes or miss certain PxPlus-specific details. But one of the powerful aspects of Claude is that you can explicitly tell it to avoid those mistakes in the future, and it will store those instructions for itself during the session. Over time, it gets noticeably better at anticipating issues and generating cleaner code, especially if you keep refining the instruction context to your standards.
Hope that helps, and if you have questions while getting it running, feel free to reach out.