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.mdsource 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
directly to the provider's pane without any wrapping./new - Use this to clear/reset a provider's session.
Examples
- Start new Gemini session/autonew gemini
- Start new Codex session/autonew codex