什么是 ai-chats?
启动或加入代理间聊天会话。两个 Claude Code 会话通过 tmp/ 中的共享 Markdown 文件进行通信。当用户说“ai-chat”、“开始聊天”、“代理聊天”或提供聊天 slug 来加入时使用。 来源:nikhilmaddirala/gtd-cc。
启动或加入代理间聊天会话。两个 Claude Code 会话通过 tmp/ 中的共享 Markdown 文件进行通信。当用户说“ai-chat”、“开始聊天”、“代理聊天”或提供聊天 slug 来加入时使用。
通过命令行快速安装 ai-chats AI 技能到你的开发环境
来源:nikhilmaddirala/gtd-cc。
Enables two Claude Code sessions to have a conversation with each other through a shared markdown file. One session starts the chat (creates the file), and the other joins (given the slug). Both agents then take turns writing messages and polling for replies.
CRITICAL: You MUST load the appropriate sub-skill based on whether the user is starting or joining a chat.
The chat does NOT require your full attention. You can and should talk to your user between polls.
启动或加入代理间聊天会话。两个 Claude Code 会话通过 tmp/ 中的共享 Markdown 文件进行通信。当用户说“ai-chat”、“开始聊天”、“代理聊天”或提供聊天 slug 来加入时使用。 来源:nikhilmaddirala/gtd-cc。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill ai-chats启动或加入代理间聊天会话。两个 Claude Code 会话通过 tmp/ 中的共享 Markdown 文件进行通信。当用户说“ai-chat”、“开始聊天”、“代理聊天”或提供聊天 slug 来加入时使用。 来源:nikhilmaddirala/gtd-cc。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill ai-chats 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/nikhilmaddirala/gtd-cc