Claude Code

Install for Claude

The Claude package contains a Claude Code plugin wrapper with .claude-plugin/plugin.json and the same read-only diagnostic skill used by the other package formats.

Fast local test

Load the ZIP for a session.

Claude Code can load a plugin directory or ZIP directly.

terminal
LOADclaude --plugin-dir ./bitcoin-mining-troubleshooter-claude-v1.1.0.zip
INVOKE/bitcoin-mining-troubleshooter:diagnose
Validate

Check the plugin before redistribution.

When developing or repackaging, extract the plugin and run Claude Code's validator. The final v1.1.0 archive passes Claude Code's standard and strict plugin validators. Its diagnostic skill is exposed under the namespaced command /bitcoin-mining-troubleshooter:diagnose.

claude plugin validate ./bitcoin-mining-troubleshooter

claude plugin validate --strict ./bitcoin-mining-troubleshooter

Test prompt

Use the blind demos.

Choose one of the public files and use the blind prompts. The plugin intentionally contains no MCP server, background monitor, miner-control command, remote credential flow, or automated equipment execution.

Questions about evaluation or integration can be sent to austin@wnclogiclab.com.

View technical installation document →