add-adapter
为当前 Rust 架构添加新的 agent 接入能力(不是旧 Bun daemon 适配器)。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
为当前 Rust 架构添加新的 agent 接入能力(不是旧 Bun daemon 适配器)。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when you have a spec or requirements for a multi-step task, before touching code
排查当前 Rust 内嵌 daemon、bridge sidecar、Codex app-server 的运行问题。
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.
Provides comprehensive Tailwind CSS utility-first styling patterns including responsive design, layout utilities, flexbox, grid, spacing, typography, colors, and modern CSS best practices. Use when styling React/Vue/Svelte components, building responsive layouts, implementing design systems, or optimizing CSS workflow.
| name | add-adapter |
| description | 为当前 Rust 架构添加新的 agent 接入能力(不是旧 Bun daemon 适配器)。 |
| disable-model-invocation | true |
| argument-hint | <agent-name> |
为 $ARGUMENTS 添加新的 agent 接入时,按当前架构执行:
先判断接入形态
bridge/src-tauri/src/daemon/codex/更新 Rust daemon 状态与协议
src-tauri/src/daemon/state.rssrc-tauri/src/daemon/types.rssrc-tauri/src/daemon/routing.rs如果需要新的 bridge sidecar 能力
bridge/src/tools.rsbridge/src/mcp.rsbridge/src/daemon_client.rsbridge/src/types.rs 与 daemon 协议一致如果需要新的本地 session 类型
src-tauri/src/daemon/codex/更新前端
src/stores/bridge-store/index.tssrc/types.tssrc/components/AgentStatus/更新文档
CLAUDE.md.claude/rules/architecture.md校验
bun x tsc --noEmit -p tsconfig.app.jsoncargo test不要再创建 daemon/**/*.ts、gui-server.ts、control-server.ts、bridge.ts 这类旧 Bun 架构文件。