From wolfram-hart
This skill should be used when the user asks to "configure Wolfram settings", "change Wolfram mode", or invokes /wolfram-hart:setup directly. It manages per-project wolfram-hart settings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wolfram-hart:setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage per-project wolfram-hart settings stored in `.claude/wolfram-hart.local.md`.
Manage per-project wolfram-hart settings stored in .claude/wolfram-hart.local.md.
If $ARGUMENTS is reset:
Delete .claude/wolfram-hart.local.md if it exists and recreate with defaults below.
If .claude/wolfram-hart.local.md does not exist (or argument is reset):
Create it with these defaults:
---
wolfram_mode: auto
default_timeout: 30
---
Tell the user:
.claude/wolfram-hart.local.mdwolfram_mode: auto (tries local, falls back to cloud), local, or clouddefault_timeout: seconds before computation times out (default 30)WOLFRAM_MODE, WOLFRAM_TIMEOUT) override these settingsIf .claude/wolfram-hart.local.md already exists (and argument is not reset):
Read the file using the Read tool and display the current settings in a readable format.
If $ARGUMENTS is show, stop after displaying.
Otherwise, ask which setting the user wants to change.
Editing settings: Use the Edit tool to modify individual YAML fields in the frontmatter. After editing, remind the user to restart Claude Code for changes to take effect.
npx claudepluginhub james-traina/science-plugins --plugin wolfram-hartGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.