Claude Code Plugin
Set up the Arcanon plugin for Claude Code.
Installation
claude plugin install arcanon-scanUsage
Once installed, the plugin adds the /arcanon:scan command to Claude Code.
Run it from any repository:
/arcanon:scanThe plugin will automatically detect your project's dependencies and upload scan results to Arcanon Hub.
Configuration
The plugin reads configuration from your project's package.json or a .arcanon.json file:
{
"org": "your-org",
"hub": "https://app.arcanon.dev"
}