MCP HubMCP Hub
스킬 목록으로 돌아가기

write-continue-here

pjt222
업데이트됨 2 days ago
4 조회
17
2
17
GitHub에서 보기
문서ai

정보

이 Claude Skill은 코딩 세션 간 원활한 작업 이어받기를 위해 세션 컨텍스트를 보존하는 구조화된 CONTINUE_HERE.md 파일을 생성합니다. 미완성 작업을 마무리할 때 현재 상태(목표, 완료된 작업, 진행 중인 작업, 다음 단계)를 포착합니다. git만으로는 부족한 연속성을 유지하고, 새로운 세션에서 즉시 생산적인 작업을 재개할 수 있도록 활용하세요.

빠른 설치

Claude Code

추천
기본
npx skills add pjt222/agent-almanac -a claude-code
플러그인 명령대체
/plugin add https://github.com/pjt222/agent-almanac
Git 클론대체
git clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/write-continue-here

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

Write Continue Here

Write structured continuation file so next session starts with full context.

When Use

  • Ending session with work still in progress
  • Handing off complex task between sessions
  • Preserving intent, failed approaches, next steps that git cannot capture
  • Before closing Claude Code when mid-task

Inputs

  • Required: Active session with recent work to summarize
  • Optional: Specific instructions about what to emphasize in handoff

Steps

Step 1: Assess Session State

Gather facts about recent work:

git log --oneline -5
git status
git diff --stat

Review conversation context: what was objective, what completed, what partially done, what tried and failed, what decisions made.

Got: Clear understanding of current task state — completed items, in-progress items, planned next steps.

If err: Not in git repository? Skip git commands. Continuation file can still capture conversational context, task state.

Step 2: Write CONTINUE_HERE.md

Write file to project root using structure below. Every section must contain actionable content, not placeholders.

# Continue Here

> Last updated: YYYY-MM-DDTHH:MM:SSZ | Branch: current-branch-name

## Objective
One-paragraph description of what we are trying to accomplish and why.

## Completed
- [x] Finished item with key file paths (e.g., `src/feature.R`)
- [x] Decisions made and their rationale

## In Progress
- [ ] Partially complete work — describe current state (branch, file:line)
- [ ] Known issues with partial work

## Next Steps
1. Immediate next action (most important)
2. Subsequent actions in priority order
3. **[USER]** Items needing user input or decision

## Context
- Failed approaches and why they did not work
- Key constraints or trade-offs discovered
- Relevant issue/PR links

Guidelines:

  • Objective: Capture WHY — git log shows what changed, not why
  • Completed: Mark items clear done to prevent re-work
  • In Progress: Highest-value section — partial state hardest to reconstruct
  • Next Steps: Number by priority. Prefix user-dependent items with **[USER]**
  • Context: Record negative space — what tried and rejected, why

Got: CONTINUE_HERE.md file at project root with all 5 sections populated with real content from current session. Timestamp and branch accurate.

If err: Write fails? Check file permissions. File should be created in project root (same directory as .git/). Verify .gitignore contains CONTINUE_HERE.md — if not, add it.

Step 3: Verify File

Read back CONTINUE_HERE.md. Confirm:

  • Timestamp current (within last few minutes)
  • Branch name matches git branch --show-current
  • All 5 sections contain real content (no template placeholders)
  • Next Steps numbered and actionable
  • In Progress items describe current state specifically enough to resume

Got: File reads as clear, actionable handoff fresh session could use to immediately resume work.

If err: Edit sections containing placeholder text or too vague. Each section should pass test: "Could fresh session act on this without asking clarifying questions?"

Check

  • CONTINUE_HERE.md exists at project root
  • File contains all 5 sections with real content (not placeholders)
  • Timestamp and branch accurate
  • .gitignore includes CONTINUE_HERE.md
  • Next Steps numbered and actionable
  • In Progress items specify enough detail to resume without questions

Pitfalls

  • Write placeholders instead of content: "TODO: fill in later" defeats purpose. Every section must contain real information from current session.
  • Duplicate git state: Do not list every file changed — git already tracks that. Focus on intent, partial state, next steps.
  • Forget Context section: Failed approaches most valuable thing to record. Without them, next session will retry same dead ends.
  • Overwrite without reading: CONTINUE_HERE.md already exists from prior session? Read first — may contain unfinished work from earlier handoff.
  • Leave stale files: CONTINUE_HERE.md ephemeral. After next session consumes, delete. Stale files cause confusion.

See Also

  • read-continue-here — complement: reading and acting on continuation file at session start
  • bootstrap-agent-identity — cold-start identity reconstruction that consumes continuation file this skill produces
  • manage-memory — durable cross-session knowledge (complements this ephemeral handoff)
  • commit-changes — save work to git before writing continuation file
  • write-claude-md — project instructions where optional continuity guidance lives

GitHub 저장소

pjt222/agent-almanac
경로: i18n/caveman/skills/write-continue-here
0
agentsagentskillsai-assisted-developmentclaude-codeskillsteams

연관 스킬

railway-docs

문서

이 스킬은 Railway의 기능, 작동 방식 또는 특정 문서 URL에 대한 질문에 답하기 위해 최신 Railway 문서를 가져옵니다. 개발자들이 Railway의 공식 소스로부터 정확하고 최신 정보를 직접 받을 수 있도록 보장합니다. 사용자가 Railway의 작동 방식을 묻거나 Railway 문서를 참조할 때 사용하세요.

스킬 보기

n8n-code-python

문서

이 Claude Skill은 n8n의 Code 노드에서 Python 코드를 작성할 때 전문적인 지침을 제공하며, 특히 Python 표준 라이브러리 사용과 n8n의 특수 구문인 `_input`, `_json`, `_node` 작업에 중점을 둡니다. 이는 개발자가 n8n 내에서 Python의 제한 사항을 이해하도록 돕고, 대부분의 워크플로에는 JavaScript 사용을 권장하면서도 특정 데이터 변환 요구사항에 대한 Python 솔루션을 제안합니다.

스킬 보기

archon

문서

Archon 스킬은 REST API를 통해 RAG 기반 시맨틱 검색과 프로젝트 관리를 제공합니다. 이 스킬을 사용하여 문서 검색, 계층적 프로젝트/태스크 관리, 문서 업로드 기능을 갖춘 지식 검색을 수행할 수 있습니다. 외부 문서를 검색할 때는 다른 소스를 사용하기 전에 항상 Archon을 최우선으로 활용하세요.

스킬 보기

n8n-code-javascript

문서

이 Claude Skill은 n8n의 Code 노드에서 JavaScript 코드 작성에 대한 전문적인 지침을 제공합니다. `$input`/`$json` 변수, HTTP 헬퍼, DateTime 처리와 같은 필수적인 n8n 특정 구문을 다루며 일반적인 오류를 해결합니다. Code 노드에서 사용자 정의 JavaScript 처리가 필요한 n8n 워크플로우를 개발할 때 활용하세요.

스킬 보기