Rice Aise — AI skill for Claude Code
raise — Cross-platform CLI tool for switching AI agent configuration profiles.
How to install Rice Aise
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open moabualruz/rice-aise and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Rice Aise does
raise — Cross-platform CLI tool for switching AI agent configuration profiles. Supports 17 AI coding tools via atomic symlink swapping with credential preservation.
Alternatives in AI
- Cumora — Where agent teams gather 3.2k ★
- Part 4 — Generate AGENTS.md And AI Agent Configuration Files — I'll help you create the instruction files that will guide your AI coding assistant to build your MVP 2.1k ★
- Agmsg — Cross-vendor messaging for CLI AI coding agents — let Claude Code, Codex, Gemini & Copilot talk to each other 1.5k ★
README
raise
[](https://creativecommons.org/licenses/by-nc-sa/4.0/) [](https://go.dev) [](https://github.com/moabualruz/rice-aise/actions)
**Switch between AI agent configurations in one command.**
*Full setup with plugins and hooks, vanilla clean slate, or any custom profile — instantly, for 17 AI coding tools at once.*
[Quickstart](#quickstart) · [Commands](#commands) · [Supported Tools](#supported-tools) · [How It Works](#how-it-works) · [Contributing](CONTRIBUTING.md)
The Problem
You have Claude Code with 20 plugins, Codex with custom agents, Gemini with MCP servers — and sometimes you just want a clean slate. Or you want to test a new setup without losing your current one. Or you have a "work" config and a "personal" config.
Today, switching means manually moving dozens of directories and hoping you remember where everything was.
**raise** solves this with profile-based config switching via symlinks — atomic, instant, and credential-preserving.
~/.claude/ ──symlink──> ~/.raise/profiles/full-setup/claude/
~/.codex/ ──symlink──> ~/.raise/profiles/full-setup/codex/
~/.gemini/ ──symlink──> ~/.raise/profiles/full-setup/gemini/
...
$ raise use vanilla # instant switch, credentials preserved
~/.claude/ ──symlink──> ~/.raise/profiles/vanilla/claude/
~/.codex/ ──symlink──> ~/.raise/profiles/vanilla/codex/
~/.gemini/ ──symlink──> ~/.raise/profiles/vanilla/gemini/
Quickstart
Install
# From source
git clone https://github.com/moabualruz/rice-aise.git
cd rice-aise
go build -o raise ./cmd/raise
sudo mv raise /usr/local/bin/
# Or with go install
go install github.com/mkh/rice-aise/cmd/rais
Related Skills
FuelSwitch AI
FuelSwitch AI — macOS menu bar app & floating HUD that monitors Claude Code, Codex and Gemini CLI usage limits
Clother
Use multiple Claude Code–compatible LLM providers from one CLI, switching profiles instantly with simple cloth
Aweswitch
CLI proxy for switching AI model profiles (Claude Code, Codex, etc.)
Claude Workbench
A modern GUI management tool for the Claude Code CLI with a built-in AI Assistant. It provides a visual interf
Quorum Review
Cross-model pull request review on Gemini Enterprise Agent Platform. Gemini and Claude read each diff independ
All Pet
🐾 One desktop pet that watches all your AI coding agents — Codex, Claude Code / Desktop, DeepSeek Harness (DS
Related Agents
Unity Build Runner
Configures and triggers Unity builds via MCP. Handles platform switching, player settings, build profiles, Add
Byok Token Security Expert
BYOK (Bring-Your-Own-Key) and OAuth token security expert. Deep on cross-platform OS keychain integration (mac
Impl Filesystem
Reviews implementation plans from a filesystem and I/O perspective. Use when evaluating atomic writes, file lo