Back to the catalog

ranger

E2E testing and feature development tools for Claude Code

Open source Repository Open in the app JSON README (API)

About

E2E testing and feature development tools for Claude Code

Details

Kind
Plugins
Topic
Developer tools
Publisher
ranger-testing
Origin
marketplace
Category
ferramentas
Stars
1
Last push
2026-09-02T22:39:49Z
Repository state
ativo
Language
TypeScript
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
ranger-testing/trailhead/ranger

README

# Trailhead

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

## Claude Code

1. Install the CLI.

```bash
npm install -g @ranger-testing/ranger-cli
```

2. Run setup from your project root.

```bash
ranger setup
```

3. Restart Claude Code, then run `/ranger:enable`.

## OpenCode

1. Install the CLI.

```bash
npm install -g @ranger-testing/ranger-cli
```

2. Run setup from your project root.

```bash
ranger setup --opencode
```

3. Confirm `opencode.json` includes the plugin.

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

4. Restart OpenCode, then run the `ranger_enable` tool.

More