Files
liamdmcgarrigle 207637a9e0 Merge main; rework OpenCode plugin for desktop/CLI loading and one-line install
Fixes Node (desktop app) loading, derives hook matchers from hooks.json, self-registers skills via the config hook, and splits install docs into CLI and desktop paths.
2026-08-21 18:22:52 -04:00

20 lines
448 B
JSON

{
"name": "n8n-skills",
"version": "1.2.0",
"description": "n8n skills and hooks for coding agents. This package is the OpenCode plugin entry point; Claude Code and Codex read their own manifests from the repo root.",
"type": "module",
"main": "opencode/plugin.ts",
"files": [
"opencode",
"skills",
"hooks"
],
"keywords": [
"opencode",
"opencode-plugin",
"n8n",
"skills"
],
"license": "Apache-2.0"
}