跳到主要内容
    ↑↓ 选择↵ 打开esc 关闭
    中文English
    SentioLabs

    Slop Review

    v0.5.0其他
    @sentiolabs/opencode-slop-review

    Official OpenCode plugin package for AI slop review workflows.

    GitHub 星标

    1

    月装机量

    20

    近 7 天 6

    综合评分SCORE

    26.9

    生态多维模型

    最近提交

    2 个月前

    2026-06-08

    快速安装与配置

    opencode.json

    写入当前项目的 opencode.json,只对这个仓库生效。

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["@sentiolabs/opencode-slop-review@0.5.0"]
    }

    opencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。

    This repository contains three marketplace trees:

    • claude-marketplace/ for Claude-facing plugins
    • codex-marketplace/ for Codex-facing plugins
    • opencode-marketplace/ for OpenCode-facing plugins

    OpenCode support is rolling out in stages rather than matching Claude and Codex yet. Use the Platform Support Matrix and OpenCode Roadmap for current coverage and gating.

    The repository root is a harness, not the canonical marketplace. Claude and Codex resolve through root shims:

    • .claude-plugin/marketplace.json
    • .agents/plugins/marketplace.json

    OpenCode does not use a root marketplace manifest. Its install entrypoint lives at .opencode/INSTALL.md and installs either project-local .opencode/ files or global ~/.config/opencode/ files from the OpenCode marketplace subtree.

    Shared support files live in shared/, but runtime plugin files stay inside the plugin roots that each platform resolves.

    Where To Look

    Current Layout

    • claude-marketplace/plugins/ contains the Claude plugin copies
    • codex-marketplace/plugins/ contains the Codex plugin copies
    • opencode-marketplace/plugins/ contains the OpenCode plugin copies
    • .opencode/INSTALL.md contains the fetched OpenCode install instructions
    • shared/ contains non-runtime support files such as validation scripts and references
    • docs/ contains design notes and contributor guidance

    Working Rule

    Start with explicit platform-specific duplication. Only introduce generation or shared-source rendering if duplicated maintenance becomes a real problem.