用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill aide-handoff命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 SOC 职业分类
| name | aide-handoff |
| description | > Use when this capability is needed. |
Record current pipeline state to .aide/session.aide. This skill owns the orchestration; the aide-spec-writer agent owns the actual file write (it transcribes orchestrator-supplied state into the canonical format). The aide-maintainer agent (NOT this skill) owns deletion at feature close. See session.aide spec for the file format.
.aide/session.aide yourself. The actual file write belongs to aide-spec-writer. This skill describes the orchestration that surrounds the delegation..aide/session.aide. That belongs to aide-maintainer at feature close. This skill is exclusively for create/update..aide/session.aide exists:
aide-spec-writer needs:
intent: field); state summary (current stage + what was just done + what's blocked); ## Where this cycle stopped content (the next agent's instructions); architectural decisions settled (numbered list, if any); anti-regression invariants (bullet list, if any); process discipline notes (optional); open questions (optional)## Where this cycle stopped to: ..."); numbered references to preserve (decision #N stays stable across edits)aide-spec-writer via the Agent tool (subagent_type: aide-spec-writer). The delegation prompt MUST:
session.aide CREATE or session.aide UPDATE. The spec-writer's default operation is .aide frontmatter; naming the operation is mandatory for correct dispatch.session.aide already exists → the orchestrator should have called UPDATE. Switch the operation type and re-delegate.session.aide missing → the orchestrator should have called CREATE. Switch and re-delegate.## Where this cycle stopped) → gather the missing content from conversation context (or ask the user if it's not in context) and re-delegate.aide-spec-writer.session.aide is operational state, not durable intent — no caps on description, no word counts, no forbidden-content rules from the .aide body. The Brevity Contract is .aide-only.session.aide. That belongs to aide-maintainer at feature close.aide-spec-writer. The skill is the orchestration layer; the agent owns the file write. Calling Write/Edit on .aide/session.aide directly from this skill violates the delegation pattern.Source: aidemd-mcp/server — distributed by TomeVault.