diff --git a/data/plugins/background-agents.yaml b/data/plugins/background-agents.yaml new file mode 100644 index 0000000..c63a3c4 --- /dev/null +++ b/data/plugins/background-agents.yaml @@ -0,0 +1,4 @@ +name: Background Agents +repo: https://github.com/kdcokenny/opencode-background-agents +description: Async agent delegation +full_description: Claude Code-style background agents with async delegation and context persistence. diff --git a/data/plugins/micode.yaml b/data/plugins/micode.yaml new file mode 100644 index 0000000..b07c347 --- /dev/null +++ b/data/plugins/micode.yaml @@ -0,0 +1,4 @@ +name: Micode +repo: https://github.com/vtemian/micode +description: Brainstorm-Plan-Implement workflow +full_description: Structured workflow with session continuity, subagent orchestration, git worktree isolation, and AST-aware tools. diff --git a/data/plugins/morph-fast-apply.yaml b/data/plugins/morph-fast-apply.yaml new file mode 100644 index 0000000..c21f6f2 --- /dev/null +++ b/data/plugins/morph-fast-apply.yaml @@ -0,0 +1,4 @@ +name: Morph Fast Apply +repo: https://github.com/JRedeker/opencode-morph-fast-apply +description: 10,500+ tokens/sec code editing +full_description: Integrates Morph's Fast Apply API for faster code editing with lazy edit markers and unified diff output. diff --git a/data/plugins/opencode-notify.yaml b/data/plugins/opencode-notify.yaml new file mode 100644 index 0000000..79cf7b0 --- /dev/null +++ b/data/plugins/opencode-notify.yaml @@ -0,0 +1,4 @@ +name: Opencode Notify +repo: https://github.com/kdcokenny/opencode-notify +description: Native OS notifications +full_description: Native OS notifications for OpenCode - know when tasks complete. diff --git a/data/plugins/opencode-synced.yaml b/data/plugins/opencode-synced.yaml new file mode 100644 index 0000000..c4acb9b --- /dev/null +++ b/data/plugins/opencode-synced.yaml @@ -0,0 +1,4 @@ +name: Opencode Synced +repo: https://github.com/iHildy/opencode-synced +description: Sync configs across machines +full_description: Enables syncing global opencode configurations across machines with public/private visibility options. diff --git a/data/plugins/opencode-workspace.yaml b/data/plugins/opencode-workspace.yaml new file mode 100644 index 0000000..ee0d834 --- /dev/null +++ b/data/plugins/opencode-workspace.yaml @@ -0,0 +1,4 @@ +name: Opencode Workspace +repo: https://github.com/kdcokenny/opencode-workspace +description: Multi-agent orchestration +full_description: Bundled multi-agent orchestration harness with 16 components in one install. diff --git a/data/plugins/opencode-worktree.yaml b/data/plugins/opencode-worktree.yaml new file mode 100644 index 0000000..3b6d267 --- /dev/null +++ b/data/plugins/opencode-worktree.yaml @@ -0,0 +1,4 @@ +name: Opencode Worktree +repo: https://github.com/kdcokenny/opencode-worktree +description: Zero-friction git worktrees +full_description: Zero-friction git worktrees for OpenCode. Auto-spawns terminals, syncs files, cleans up on exit. diff --git a/data/plugins/plannotator.yaml b/data/plugins/plannotator.yaml new file mode 100644 index 0000000..292b3a5 --- /dev/null +++ b/data/plugins/plannotator.yaml @@ -0,0 +1,4 @@ +name: Plannotator +repo: https://github.com/backnotprop/plannotator +description: Interactive plan review UI +full_description: Plan review UI with visual annotation, private/offline sharing, and Obsidian/Bear integration. diff --git a/data/plugins/ralph-wiggum.yaml b/data/plugins/ralph-wiggum.yaml new file mode 100644 index 0000000..86984aa --- /dev/null +++ b/data/plugins/ralph-wiggum.yaml @@ -0,0 +1,4 @@ +name: Ralph Wiggum +repo: https://github.com/Th0rgal/opencode-ralph-wiggum +description: Self-correcting agent loops +full_description: Iterative AI development loops with self-correcting agents based on the Ralph Wiggum technique. diff --git a/data/plugins/shell-strategy.yaml b/data/plugins/shell-strategy.yaml new file mode 100644 index 0000000..fa30e91 --- /dev/null +++ b/data/plugins/shell-strategy.yaml @@ -0,0 +1,4 @@ +name: Shell Strategy +repo: https://github.com/JRedeker/opencode-shell-strategy +description: Avoid interactive shell hangs +full_description: Instructions file that teaches LLMs how to avoid interactive shell commands that hang in non-TTY environments. diff --git a/data/plugins/smart-voice-notify.yaml b/data/plugins/smart-voice-notify.yaml new file mode 100644 index 0000000..6ed9e89 --- /dev/null +++ b/data/plugins/smart-voice-notify.yaml @@ -0,0 +1,4 @@ +name: Smart Voice Notify +repo: https://github.com/Tarquinen/opencode-smart-voice-notify +description: Intelligent voice notifications +full_description: Smart voice notification plugin with multiple TTS engines (ElevenLabs, Edge TTS, SAPI) and intelligent reminder system. diff --git a/data/projects/ocx.yaml b/data/projects/ocx.yaml new file mode 100644 index 0000000..da4dc1a --- /dev/null +++ b/data/projects/ocx.yaml @@ -0,0 +1,4 @@ +name: OCX +repo: https://github.com/kdcokenny/ocx +description: OpenCode package manager +full_description: The missing package manager for OpenCode extensions - ShadCN model with Ghost Mode.