@iskron/opencode (6.11.0)
Installation
@iskron:registry=npm install @iskron/opencode@6.11.0"@iskron/opencode": "6.11.0"About this package
@iskron/opencode
Iskron for OpenCode 2, packaged from iskron-ai/skills
release 6.11.0 (f324628): the iskron_* tools raised over the bundled bridge, the live
channel delivered into the session that holds the standing, and every skill of the delivery
as a / command. The upstream tree is unchanged; index.js only points the plugin at the
bundled bridge and disables the bridge's self-update (see the comment inside).
Install
The package is published to the Forgejo npm registry of projects. Route the scope there
(bun, which OpenCode uses to install plugins, reads both forms):
# ~/.npmrc
@iskron:registry=https://fj.lab.mirari.ru/api/packages/projects/npm/
or
# ~/.bunfig.toml
[install.scopes]
"@iskron" = "https://fj.lab.mirari.ru/api/packages/projects/npm/"
Then in opencode.jsonc:
{ "plugin": ["@iskron/opencode@6.11.0"] }
Skills are read by OpenCode from ~/.agents/skills/ and ~/.claude/skills/ — install them
flat (npx skills add iskron-ai/skills --all --global) as SETUP.md describes; the copy under
skills/ in this package is what carries the bridge and the plugin the entry point loads.
Do not keep a file plugin ~/.config/opencode/plugins/iskron.js next to this package: both
register the plugin id iskron.
node <package>/skills/establish-mcp/scripts/iskron.mjs doctor still works on demand;
periodic self-update is off by design — update the package instead.