Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill aide-handoff명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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.