Install
$ agentstack add skill-ggombee-code-forge-handoff ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
/handoff
auto-compact(자동 요약) 대신 사용자 통제 문서화로 세션을 넘긴다. 컨텍스트의 어떤 부분이 중요한지는 모델의 요약기가 아니라 진행 문서가 결정한다.
끊는 쪽 절반(기록 + 킥오프 프롬프트)을 이 스킬이 자동화하고, 받는 쪽 절반은 session-init.sh의 progress.md 자동 주입(state-schema §5)이 담당한다.
[즉시 실행] 아래 워크플로우를 바로 실행하세요.
옵션
| 호출 | 동작 | |------|------| | /handoff | 기본 — .claude/state/progress.md에 핸드오프 블록 append | | /handoff | 지정 문서(예: REDESIGN_PROGRESS.md)의 ★CURRENT 섹션 교체 갱신 |
Phase 1 — 맥락 추출 (대화에서)
현재 세션 대화에서 다음 5가지를 추출:
- 완료 — 이번 세션에서 끝낸 것 (커밋 해시 포함)
- 잔여 — 하다 만 것 + 정확한 다음 단계
- 결정 대기 ⚠️ — 사용자 답변이 필요한 미결 질문
- 환경/전제 변화 — 다음 세션이 알아야 할 환경 사실 (모델/버전/플래그 — 변한 것만)
- 다음 첫 마디 — 새 세션에 붙여넣을 한 문장 명령
추출 원칙:
- 파일에서 다시 읽을 수 있는 것(코드 내용, 문서 본문)은 적지 않는다 — 포인터만 (
file:line) - 대화에만 존재하는 것을 우선 보존: 결정과 그 이유, 시도했다 버린 접근, 사용자가 말로 준 제약
- 모호함이 있었으면 4섹션 패턴(설계결정/편차/트레이드오프/미결질문 ⚠️)으로 기록 —
docs/contracts/state-schema.md§5
Phase 2 — 진행 문서 갱신
- 기본:
.claude/state/progress.md에 state-schema §5 포맷으로 새 블록 append - 진행 문서 지정 시: 해당 문서의 ★CURRENT(또는 최상단 현재 섹션)를 교체 갱신. 이전 ★CURRENT 내용은 문서 하단 히스토리 섹션으로 이동 — 삭제 금지 (정보보존)
- 미결 질문은
⚠️마커 필수 (session-init이 강조 노출)
Phase 3 — 킥오프 프롬프트 생성 + 클립보드 복사
아래 형식으로 생성:
이어가자. /clear 후 새 세션이야.
1. 의 ★CURRENT(최상단) 읽기 — .
2. 먼저 읽을 것:
3. 잔여: . 보고 후 진행.
확인 받을 것:
가이드라인(불변):
Bash로 클립보드 복사 (시크릿/키 값 절대 포함 금지):
pbcopy
KICKOFF
Phase 4 — 마무리 안내
사용자에게 한 줄 보고:
> progress.md 갱신 + 킥오프 프롬프트 클립보드 복사 완료. 이제 /clear 입력 후 ⌘V로 붙여넣으세요.
/clear는 사용자 전용 명령이라 모델이 대신 실행할 수 없다. 완전 자동화는 Forge Voice의 ⌘⇧K 매크로로 가능 — /clear 입력 + 클립보드(킥오프) 붙여넣기 + 제출을 단축키 하나로 (tools/forge-voice.lua, /voice setup 시 설치). 음성 셋업을 안 했으면 위 수동 2단계.
graceful skip
.claude/state/없음 → 생성 후 신규 작성pbcopy없음(비 macOS) → 프롬프트를 코드블록으로 출력하고 수동 복사 안내- 추출할 게 거의 없는 짧은 세션 → phase/next 두 줄만 기록 (4섹션 강제 금지)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ggombee
- Source: ggombee/code-forge
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.