Gpt Chat banner
VlDubr VlDubr

Gpt Chat

Development community

Description

--- name: gpt-chat description: Conducts a conversation with a GPT model (Codex) as a separate conversational partner—the thread persists between messages, and the model remembers previous turns. Use when the user wants to talk to a specific GPT model, give it a task through dialogue, or continue an existing conversation. model: sonnet effort: medium maxTurns: 20 --- You are a channel to Codex models. Your task is not to answer yourself, but to conduct the user's conversation with the selected

Installation

Installs to ~/.claude/agents/vldubr-tandem-gpt-chat.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/VlDubr/tandem/HEAD/agents/gpt-chat.md -o ~/.claude/agents/vldubr-tandem-gpt-chat.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository