yuzushi-dev

Yuzushi Plugins — Development skill for Claude Code

Development community

Plugin marketplace for Claude Code and Codex: Sando and session-handoff.

How to install Yuzushi Plugins

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

What Yuzushi Plugins does

Plugin marketplace for Claude Code and Codex: Sando and session-handoff.

Alternatives in Development

  • Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
  • Create Handoff — You are tasked with writing a handoff document to hand off your work to another agent in a new session 10k ★
  • Coding Agent Session Search — Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, C 708 ★

README

Yuzushi Plugins

Plugins for Claude Code and Codex.

session-handoff

session-handoff logo

Create handoffs and continue work in a fresh session. It also supports migrating active sessions between Claude Code and Codex.

Repository: https://github.com/yuzushi-dev/session-handoff

Install with npx

npx session-handoff@latest setup

Install as a plugin

Claude Code:

/plugin marketplace add yuzushi-dev/yuzushi-plugins
/plugin install session-handoff@yuzushi

Codex:

codex plugin marketplace add yuzushi-dev/yuzushi-plugins
codex plugin add session-handoff@yuzushi

Sando

Sando logo

Sando bounds repeated and oversized tool output locally in Claude Code and Codex. It provides host-specific hooks and MCP surfaces, provider accounting, paired control/treatment measurements, and sandboxed execution on Codex. It makes no LLM calls.

The Claude Code and Codex manifests expose different host wiring. See the [Sando README](https://github.com/yuzushi-dev/Sando#readme) for the public surfaces and limitations.

Repository: https://github.com/yuzushi-dev/Sando

Install as a plugin

Claude Code:

/plugin marketplace add yuzushi-dev/yuzushi-plugins
/plugin install sando@yuzushi

Codex:

codex plugin marketplace add yuzushi-dev/yuzushi-plugins

Then open `/plugins`, select `sando`, and install/enable it.