From wolfram-hart
This skill should be used when the user asks to "evaluate Wolfram code", "run this Wolfram expression", or invokes /wolfram-hart:eval directly. It executes Wolfram Language code through the plugin's eval script.
npx claudepluginhub james-traina/science-plugins --plugin wolfram-hartThis skill is limited to using the following tools:
Execute the following Wolfram Language code through the plugin's eval script:
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
Execute the following Wolfram Language code through the plugin's eval script:
$ARGUMENTS
Execution steps:
If $ARGUMENTS is empty or contains only whitespace, do not invoke the script.
Tell the user: "No Wolfram code provided. Usage:
/wolfram-hart:eval <wolfram-code> [timeout]" and show a brief example like
/wolfram-hart:eval Solve[x^2 == 4, x].
Parse the input. If the last whitespace-separated token is a bare integer >= 10
(e.g. 60, 120), treat it as a timeout override in seconds; everything before
it is the Wolfram code. Otherwise, the entire input is the code and the default
30-second timeout applies. This threshold avoids misinterpreting small numbers
that are part of the Wolfram expression itself.
If no explicit timeout is provided, the script uses the WOLFRAM_TIMEOUT
environment variable (settable via /wolfram-hart:setup), falling back to
30 seconds.
Run the code through the wrapper script:
bash ${CLAUDE_PLUGIN_ROOT}/skills/wolfram-hart/scripts/wolfram-eval.sh '<code>' [timeout]
Use single quotes around the code. If the code contains derivative apostrophes
(y'[x]), switch to double quotes and escape inner double quotes with \" and
dollar signs with \$ (e.g. \$VersionNumber).
Interpret the result:
Null (e.g.
because it ends with a semicolon). Suggest removing the trailing semicolon.Export), use the Read tool to display the image.---WARNINGS---, separate the result from warnings and
present both.bash ${CLAUDE_PLUGIN_ROOT}/skills/wolfram-hart/scripts/wolfram-check.sh
and relay install instructions./wolfram-hart:check to verify the installation.Present the result directly. Do not add extra commentary unless there is an error or warning to explain.