什麼是 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