Agent skill
autonew
Send /new to a provider's pane to start a new session without context injection.
Install this agent skill to your Project
npx add-skill https://github.com/bfly123/claude_code_bridge/tree/main/claude_skills/autonew
Metadata
Additional technical details for this skill
- short description
- Start new session in provider
SKILL.md
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
/newdirectly 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
ask
Async via ask, end turn immediately; use when user explicitly delegates to any AI provider (gemini/codex/opencode/droid); NOT for questions about the providers themselves.
file-op
Delegate file I/O to Codex via FileOpsREQ protocol. Use when Claude needs Codex to modify files.
cping
Test connectivity with AI provider (gemini/codex/opencode/droid/claude).
continue
Attach the newest context-transfer Markdown from the current project's ./.ccb/history/ into Claude using @file. Use when the user types /continue or asks to resume with the latest transfer file in this project.
mounted
Report which CCB providers are mounted (session exists AND daemon is online). Outputs JSON.
review
Dual review with Claude and Codex for quality verification. Use for step or task review.
Didn't find tool you were looking for?