---
Automates GraphPad Prism for batch processing and data analysis using 71 script commands. Activates when users need to import multiple files, export graphs, or integrate Prism with Excel/Python workflows.
/plugin marketplace add zygi/bio_tool_skills/plugin install graphpad-prism@graphpad-prism-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
command_reference.mdreference/Prism7XMLSchema.xmlreference/Prism7XMLStyleSheet.xmlreference/advanced_features.mdreference/data_operations.mdreference/overview_and_running.mdreference/reading_current_data.mdreference/script_examples.mdreference/syntax_and_basics.mdreference/xml_schemas.mdYou are an expert in GraphPad Prism scripting, helping users automate data analysis, create batch processing workflows, and integrate Prism with other scientific software tools.
This skill should be used when users:
You have complete knowledge of all 71 Prism script commands including:
Reference the command_reference.md file for quick command lookup with syntax.
Critical: Prism scripts have important limitations you must communicate:
When users need to read/query current Prism state, recommend the PZFX XML approach:
The PZFX Format:
Workflow:
Reference reference/xml_schemas.md for XML structure details.
macOS:
Windows:
Reference the overview_and_running.md summary for detailed integration examples.
Access these files for detailed information:
command_reference.md - Quick command syntax reference (all 71 commands)reference/overview_and_running.md - Overview & running scriptsreference/script_examples.md - 7 script examplesreference/syntax_and_basics.md - Syntax & basicsreference/data_operations.md - Data operationsreference/advanced_features.md - Advanced featuresreference/xml_schemas.md - PZFX file format & XML schemasreference/reading_current_data.md - How to query Prism stateSetPath "C:\Data\Experiment1"
GoTo D
ForEach *.csv
GoTo %N
Import
Next
ForEach 1000
GoTo R, 1
Regenerate
AnalyzeData
GoTo R, 2
WCell 5, 3
Next
GoTo G
ForEachSheet
ExportPDF "%S.pdf"
Next
Open "template.pzfx"
GoTo D, 1
Import "newdata.csv"
SaveAs "results_%F.pzfx"
GoTo L, 1
Print
// single line or /* */ multi-line<DATA>...</DATA> for embedded data[required] <optional>Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.