소스 정보
- 저장소
- timmo001/skills
- 최근 소스 활동
- 2026년 7월 23일 21:26
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/timmo001/skills --skill handoff명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | handoff |
| description | Compact the current conversation into a handoff document for another agent to pick up. |
Write a handoff note summarising the current conversation so a fresh agent can continue the work. The note is stored in the repo notes vault alongside regular notes, using the note-writing tool (notes_note_write in OpenCode).
Configuration invariant: every primary agent should have access to the repo notes tools, especially the note-writing tool, so explicit handoff and note workflows are not blocked. Tool access does not imply autonomous note manipulation: use the note-read, note-write, and note-delete tools (notes_note_read, notes_note_write, notes_note_delete in OpenCode) only when a note command or skill instructs it, or when the user explicitly asks to create, update, read, or delete notes. Search-only or narrowly scoped subagents do not need notes access unless their workflow explicitly requires it.
Read Notes path from the <repository> section of the injected <repo-note-context>.
handoff- (e.g. handoff-auth-refactor, handoff-migrate-to-v4).notes_note_write in OpenCode) with:
path: {notes_path}/handoff-{slug}.mdcontent: the full note content (see format below)The note-writing tool adds the frontmatter date: for you.
Do not use the write, bash, or any other tool to write the file — only the note-writing tool.
Before writing a handoff, assess whether the work spans multiple logical phases that would each become a separate branch or PR (e.g. "phase 1: add schema, phase 2: migrate data, phase 3: update UI"). If so, do not create a single combined handoff. Instead:
When reading an existing handoff that describes multiple phases or a large multi-step plan spanning distinct concerns, suggest to the user that subsequent phases be handed off to separate branches. Offer the option to continue with the full plan as a last resort.
When creating handoffs that are part of a related group, use a shared feature prefix so they sort together when listed with notes handoffs:
handoff-{feature}-{phase-slug} — the shared prefix is the key grouping mechanism.
handoff-query-params-calendar-api, handoff-query-params-voice-assistants, handoff-query-params-energy-navigationhandoff-gallery-1-component-shell, handoff-gallery-2-routing, handoff-gallery-3-descriptions"{Feature} Phase {N}: {Phase Title}" for sequential work, or just a descriptive title for async/parallel work.When to number:
This ensures:
notes handoffs groups related handoffs together alphabetically by feature prefix.priority to low, medium, high, or critical based on how urgently the next session should pick the work up. Handoffs without a priority are treated as medium.---
repo: {owner}/{repo}
type: handoff
name: {Short human-readable title, 3–6 words, Title Case}
description: {One sentence describing the handoff purpose}
priority: {low | medium | high | critical, default medium}
tags: [handoff, {2–4 additional kebab-case tags from the conversation}]
---
# {name}
## Summary
{2–4 sentence TLDR of what was accomplished this session}
## Next Focus
{What the next agent should pick up — the primary task, context needed, and any constraints. Derived from user arguments if provided, otherwise inferred from conversation state.}
## Suggested Skills
{Bullet list of skills the next agent should invoke, with a brief reason for each}
## Artifact References
{Bullet list of paths, URLs, commits, PRs, issues, or other artifacts relevant to the handoff. No content duplication — just pointers.}
## Open Threads
{Bullet list of unresolved items, or "(none)" if empty}
## Completion Cleanup
After all work and validation described by this handoff are complete, ask the user to confirm deletion, then remove this handoff with `notes_note_delete`. Do not leave the completed handoff as stale coordination state.
Tell the user exactly:
Saved: repo-notes/{owner}/{repo}/handoff-{slug}.md
SOC 직업 분류 기준