Skip to content
    ↑↓ select↵ openesc close
    English中文
    ranger-testing

    @ranger-testing/opencode-plugin

    v3.1.7Testing & QA
    @ranger-testing/opencode-plugin

    Ranger plugin for OpenCode - feature tracking hooks for AI coding sessions

    GitHub stars

    1

    Monthly installs

    1,250

    39 in 7 days

    Composite scoreSCORE

    40.2

    Multi-signal model

    Last commit

    29 days ago

    2026-07-21

    Install and configure

    opencode.json

    Writes to this project's opencode.json — applies to this repository only.

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["@ranger-testing/opencode-plugin@3.1.7"]
    }

    opencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.

    Ranger integrations for AI coding agents. This repo ships the Claude Code plugin and the OpenCode plugin.

    Claude Code

    1. Install the CLI.
    npm install -g @ranger-testing/ranger-cli
    
    1. Run setup from your project root.
    ranger setup
    
    1. Restart Claude Code, then run /ranger:enable.

    OpenCode

    1. Install the CLI.
    npm install -g @ranger-testing/ranger-cli
    
    1. Run setup from your project root.
    ranger setup --opencode
    
    1. Confirm opencode.json includes the plugin.
    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["@ranger-testing/opencode-plugin"]
    }
    
    1. Restart OpenCode, then run the ranger_enable tool.