Claude-skill-registry autonew

Send /new to a provider's pane to start a new session without context injection.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/autonew" ~/.claude/skills/majiayu000-claude-skill-registry-autonew && rm -rf "$T"
manifest: skills/data/autonew/SKILL.md
source content

Auto New Session

Send

/new
command directly to a provider's terminal pane to start a new session.

Usage

autonew <provider>

Providers: gemini, codex, opencode, droid, claude

Execution (MANDATORY)

autonew $PROVIDER

Rules

  • This command sends
    /new
    directly to the provider's pane without any wrapping.
  • Use this to clear/reset a provider's session.

Examples

  • /autonew gemini
    - Start new Gemini session
  • /autonew codex
    - Start new Codex session