obetomuniz

Auto Mode For Paseo — Development skill for Claude Code

Development community

Paseo plugin that routes each message to a persona on Codex, Claude, OpenCode, or any other installed provider.

How to install Auto Mode For Paseo

This entry records only its repository, not the path inside it, so there is no exact command to give. Open obetomuniz/auto-mode-for-paseo and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Auto Mode For Paseo does

Paseo plugin that routes each message to a persona on Codex, Claude, OpenCode, or any other installed provider.

Alternatives in Development

  • Discipline — Toggle discipline mode — auto-invoke verification, brainstorming-before-coding, and review checks 2.8k ★
  • 12 Yolo Auto Mode Classifier — YOLO/Auto-Mode Classifier System 2.3k ★
  • YOLO/Auto-Mode 분류기 시스템 — 관찰 위치: Claude Code 내부 아키텍처 Tool 호출을 자동 승인할지 차단할지 결정하는 2단계 보안 분류 시스템입니다 149 ★

README

[!NOTE] This project is an experiment. It explores what System 1 models can do as message routers. A System 1 model gives a fast, intuitive answer without step-by-step reasoning. TypeSafe Jev and Laya are System 1 models. Here, one of them only classifies each message and selects a preset. It does not read your code or plan the work, so it can select the wrong preset. Do not use this plugin in production. Examine each routing notice, and select a preset manually when the choice is important.

Auto Mode for Paseo

![Three Paseo sessions. Each message shows the routing notice with the selected preset, model, task type, and depth.](docs/hero.png)

Auto Mode for Paseo is a [Paseo](https://github.com/getpaseo/paseo) plugin. It reads each new message and sends it to the best preset for the task. Each preset has its own provider, model, reasoning setting, and instructions. A preset can use Codex, Claude, OpenCode, or another provider installed in Paseo. TypeSafe Jev or a local Laya model classifies the message.

The conversation picker contains Auto and preset names. Model names stay in the plugin settings. Paseo owns workspaces and native provider authentication.

Requirements

  • Paseo 0.8.0 or later with plugins enabled.
  • Node.js 24 and npm.
  • An installed and authenticated Paseo provider for each enabled preset.
  • For Jev: a TypeSafe API key.
  • For Laya: no separate Python installation is needed on Windows.

Install

Clone this repository. Then run these commands in the project directory:

npm ci
npm run check
paseo plugin install .

On Windows, use `npm.cmd` if PowerShell blocks `npm.ps1`.

If `paseo` is absent from PATH on Windows, use the project's launcher:

npm.cmd run plugin:install
npm.cmd run plugin:status
npm.cmd run plugin:reload

The launcher checks `PASEO_CLI`, then PATH, then the Paseo Desktop installation under `LOCALAPPDATA`. Use `npm.cmd run paseo -- --help` for other commands. Set `PASEO_CLI` to the C