·creating-opencode-plugins
>_

creating-opencode-plugins

pr-pm/prpm

Wird zum Erstellen von OpenCode-Plugins verwendet, die sich in Befehls-, Datei-, LSP-, Nachrichten-, Berechtigungs-, Server-, Sitzungs-, Aufgaben-, Tool- oder TUI-Ereignisse einbinden – bietet Plugin-Struktur, Ereignis-API-Spezifikationen und Implementierungsmuster für ereignisgesteuerte JavaScript/TypeScript-Module

5Installationen·1Trend·@pr-pm

Installation

$npx skills add https://github.com/pr-pm/prpm --skill creating-opencode-plugins

SKILL.md

OpenCode plugins are JavaScript/TypeScript modules that hook into 25+ events across the OpenCode AI assistant lifecycle. Plugins export an async function receiving context (project, client, $, directory, worktree) and return an event handler.

| command | command.executed | Track command history, notifications | | file | file.edited, file.watcher.updated | File validation, auto-formatting | | installation | installation.updated | Dependency tracking | | lsp | lsp.client.diagnostics, lsp.updated | Custom error handling | | message | message..updated/removed | Message filtering, logging |

| permission | permission.replied/updated | Permission policies | | server | server.connected | Connection monitoring | | session | session.created/deleted/error/idle/status/updated/compacted/diff | Session management | | todo | todo.updated | Todo synchronization | | tool | tool.execute.before/after | Tool interception, augmentation |

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/pr-pm/prpm --skill creating-opencode-plugins
Kategorie
>_Produktivität
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist creating-opencode-plugins?

Wird zum Erstellen von OpenCode-Plugins verwendet, die sich in Befehls-, Datei-, LSP-, Nachrichten-, Berechtigungs-, Server-, Sitzungs-, Aufgaben-, Tool- oder TUI-Ereignisse einbinden – bietet Plugin-Struktur, Ereignis-API-Spezifikationen und Implementierungsmuster für ereignisgesteuerte JavaScript/TypeScript-Module Quelle: pr-pm/prpm.

Wie installiere ich creating-opencode-plugins?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/pr-pm/prpm --skill creating-opencode-plugins Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/pr-pm/prpm