Choose the right skill family
The
revyl-mcp-* family expects MCP tools. The revyl-cli-* family runs
terminal commands as an explicit fallback. Do not run both families against
the same active dev loop.
Install CLI skills
Interactiverevyl init asks which AI coding tool you use and installs the
CLI skill family for Cursor, Codex, or Claude Code automatically. Use these
commands when you want to install, refresh, or export CLI skills manually:
Install by intent
Use the bundled install when you want the recommended skills:
Add
--global for user-level install, or add --cursor, --codex, or --claude when tool detection is ambiguous.
Tool-specific install
MCP-specific install
For the focused dev profile used by the current Cursor MCP setup:--cursor with --codex or --claude for another client. Use
revyl skill install --mcp --force only when the MCP server exposes the
broader tool profiles required by the full MCP skill family.
Global install
By default, skills are installed at the project level. Use--global for user-level installation (applies to all projects):
Installation locations
Native agent behavior
The shipped skills include client-aware guidance so agents use the native surface they have:- Codex: use the Codex Browser/in-app browser when it is available for local URLs, Revyl viewer/report URLs, screenshots, and page checks.
- Claude Code: rely on
.claude/skillsdiscovery and use WebFetch/WebSearch or configured MCP/browser tools when available. - Cursor: use
.cursor/skillsplus the project Cursor rule installed at.cursor/rules/revyl-skills.mdc; use Cursor MCP/browser tools only when exposed.
revyl device screenshot, revyl device report, or revyl test report instead of pretending browser access exists. Project-level Cursor installs create the companion Cursor rule; --global --cursor only installs skills because Cursor user rules are settings-backed, not a stable file target.
Refresh skills after CLI update
revyl upgrade refreshes existing Cursor, Codex, and Claude Code skill
directories automatically after a successful Homebrew or direct-download
upgrade. If you update Revyl outside the CLI, or want to refresh manually, run:
First-Class Skills
Use these names directly in prompts when you want the agent to follow the right workflow.
Optional skills:
Compatibility skills from older releases remain available by exact name. The default install includes the first-class auth-bypass entrypoint plus platform leaves so agents can delegate after stack detection.