agent-session-protocol
星标5
分支2
更新时间2026年4月22日 16:00
Defines the state management and cross-agent handoff protocol for ToolsConnector.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Defines the state management and cross-agent handoff protocol for ToolsConnector.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Agent Session Protocol |
| description | Defines the state management and cross-agent handoff protocol for ToolsConnector. |
To function as an effective AI Agent Team (and not just isolated tools), all agents (Claude, Gemini, Cursor) must follow a strict session/handoff protocol. This ensures that the Principal Architect can pass context to the Connector Implementer without losing the thread.
CLAUDE.md (or gemini.md) and /plan/brainstorm.md to understand context..project_state.json to identify the current active phase and outstanding issues.principal_architect role. If executing a tool wrapping, assume the connector_implementer role.When an agent tackles a large task, they should break it down for their subagent processes:
.project_state.json.Before terminating a session, you MUST:
.project_state.json with what was completed.