# Greenlight

> The greenlight skill has moved

- Skill: `revylai/greenlight` (Agent Skill, multi-file: 10 files)
- Install (CLI): `npx skillmds@latest add revylai/greenlight`
- Raw SKILL.md: https://api.skillmd.com/api/skills/revylai/greenlight/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: revylai (https://skillmd.com/u/revylai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/revylai/greenlight

---

# The greenlight skill has moved

It now lives at [`skills/greenlight/SKILL.md`](skills/greenlight/SKILL.md).

Claude Code discovers a plugin's skills under `skills/<name>/SKILL.md`. While
this file sat at the repo root, `/plugin install greenlight` installed a plugin
that provided nothing.

This pointer stays because people look for `SKILL.md` here (see
[#3](https://github.com/RevylAI/greenlight/issues/3)).

## Install

```bash
# In Claude Code
/plugin marketplace add RevylAI/greenlight
/plugin install greenlight
```

Or copy it into a project by hand:

```bash
mkdir -p .claude/skills
cp skills/greenlight/SKILL.md .claude/skills/greenlight.md
```

