Zurück zu Fähigkeiten

write-continue-here

pjt222
Aktualisiert 2 days ago
1 Ansichten
17
2
17
Auf GitHub ansehen
Dokumentationai

Über

Diese Claude-Skill erstellt eine strukturierte CONTINUE_HERE.md-Datei, um den Sitzungskontext für nahtlose Übergaben zwischen Codierungssitzungen zu bewahren. Sie erfasst Ziele, abgeschlossene Arbeiten, laufende Aufgaben, nächste Schritte und relevanten Kontext, den Git allein nicht verfolgt. Verwenden Sie diese Datei beim Beenden unvollendeter Arbeitssitzungen oder beim Übertragen des Aufgabenstatus zwischen Claude-Instanzen.

Schnellinstallation

Claude Code

Empfohlen
Primär
npx skills add pjt222/agent-almanac -a claude-code
Plugin-BefehlAlternativ
/plugin add https://github.com/pjt222/agent-almanac
Git CloneAlternativ
git clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/write-continue-here

Kopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um diese Fähigkeit zu installieren

Dokumentation

Write Continue Here

Write structured continuation file → next sess starts w/ full ctx.

Use When

  • Ending sess w/ work in progress
  • Hand off complex task across sess
  • Preserve intent, failed approaches, next steps git can't capture
  • Pre-close Claude Code mid-task

In

  • Required: Active sess w/ recent work to summarize
  • Optional: Specific instructions on what to emphasize

Do

Step 1: Assess State

Gather facts:

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

Review conv ctx: objective, done, partial, tried+failed, decisions.

Got: Clear task state — done, in-progress, next steps.

If err: Not in repo → skip git. File still captures conv ctx + task state.

Step 2: Write CONTINUE_HERE.md

Write to project root w/ structure below. Every section actionable, no 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: WHY → git log shows what changed, not why
  • Completed: Mark clearly done → prevent re-work
  • In Progress: Highest-value section → partial state hardest to reconstruct
  • Next Steps: Number by priority. User-dep → prefix **[USER]**
  • Context: Negative space → tried+rejected, why

Got: CONTINUE_HERE.md at project root, all 5 sections w/ real content. Timestamp + branch accurate.

If err: Write fails → check perms. Create in project root (same dir as .git/). Verify .gitignore has CONTINUE_HERE.md → if not, add.

Step 3: Verify

Read back CONTINUE_HERE.md, confirm:

  • Timestamp current (last few min)
  • Branch matches git branch --show-current
  • All 5 sections real content (no placeholders)
  • Next Steps numbered + actionable
  • In Progress items specific enough to resume

Got: Reads as clear actionable handoff → fresh sess can resume.

If err: Edit placeholder/vague sections. Each must pass: "Could fresh sess act w/o clarifying?"

Check

  • CONTINUE_HERE.md at project root
  • All 5 sections real content (no placeholders)
  • Timestamp + branch accurate
  • .gitignore has CONTINUE_HERE.md
  • Next Steps numbered + actionable
  • In Progress items specific enough to resume

Traps

  • Placeholders not content: "TODO: fill later" defeats purpose. Real info from current sess.
  • Duplicate git state: Don't list every file → git tracks. Focus intent, partial, next.
  • Forget Context: Failed approaches most valuable. W/o them, next sess retries dead ends.
  • Overwrite w/o read: Existing CONTINUE_HERE.md → read first → may have unfinished from prior.
  • Stale files: Ephemeral → after consume, delete. Stale → confusion.

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

GitHub Repository

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

Verwandte Skills

railway-docs

Dokumentation

Diese Fähigkeit ruft aktuelle Railway-Dokumentation ab, um Fragen zu Funktionen, Funktionalität oder spezifischen Dokumentations-URLs zu beantworten. Sie stellt sicher, dass Entwickler genaue, aktuelle Informationen direkt aus den offiziellen Quellen von Railway erhalten. Nutzen Sie sie, wenn Nutzer fragen, wie Railway funktioniert oder auf Railway-Dokumentation verweisen.

Skill ansehen

n8n-code-python

Dokumentation

Dieses Claude Skill bietet fachkundige Anleitung zum Schreiben von Python-Code in n8n-Code-Nodes, insbesondere für die Verwendung der Python-Standardbibliothek und den Umgang mit n8ns spezieller Syntax wie `_input`, `_json` und `_node`. Es hilft Entwicklern, die Grenzen von Python innerhalb von n8n zu verstehen, empfiehlt JavaScript für die meisten Workflows und bietet gleichzeitig Python-Lösungen für spezifische Datenumwandlungsanforderungen.

Skill ansehen

archon

Dokumentation

Die Archon-Funktion bietet semantische Suche auf RAG-Basis und Projektmanagement über eine REST-API. Nutzen Sie sie für das Abfragen von Dokumentation, die Verwaltung hierarchischer Projekte/Aufgaben und die Durchführung von Wissenabruf mit Dokumenten-Upload-Fähigkeiten. Priorisieren Sie stets Archon zuerst bei der Suche in externer Dokumentation, bevor Sie andere Quellen verwenden.

Skill ansehen

n8n-code-javascript

Dokumentation

Diese Claude-Skill bietet fachkundige Anleitung für das Schreiben von JavaScript-Code in n8n-Code-Nodes. Sie behandelt wesentliche n8n-spezifische Syntax wie `$input`/`$json`-Variablen, HTTP-Helfer und DateTime-Verarbeitung und hilft bei der Fehlerbehebung häufiger Probleme. Nutzen Sie sie bei der Entwicklung von n8n-Workflows, die eine benutzerdefinierte JavaScript-Verarbeitung in Code-Nodes erfordern.

Skill ansehen