Skip to content

Commit bc3b0ea

Browse files
committed
docs: add Tutorial section with ongboit.com blog link
1 parent 5a3b0d7 commit bc3b0ea

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ cp SKILL.md ~/.claude/skills/session-handoff.md
2929
Copy-Item SKILL.md "$env:USERPROFILE\.claude\skills\session-handoff.md"
3030
```
3131

32+
Or download single file directly without cloning:
33+
34+
```bash
35+
curl -o ~/.claude/skills/session-handoff.md \
36+
https://raw.githubusercontent.com/thenguyenvn90/claude-session-handoff/master/SKILL.md
37+
```
38+
3239
Then start a new Claude Code session. The skill activates automatically on trigger phrases.
3340

3441
## Usage
@@ -41,6 +48,20 @@ session handoff
4148

4249
or `wrap up session` / `hand off` / `let's wrap up`. Claude produces the handoff in chat. Paste it into the next session's first message — done.
4350

51+
## Tutorial
52+
53+
For a full walkthrough with comparison of 9 session handoff implementations, 5 production triggers, customization patterns, and dual-tool (Claude Code + Codex CLI) workflow, see:
54+
55+
📖 **[Session Handoff Claude Code: Skill Tiết Kiệm Context 2026](https://ongboit.com/session-handoff-claude-code/)** (Vietnamese)
56+
57+
The tutorial covers:
58+
- 9 implementation comparison matrix (this repo + 8 alternatives)
59+
- When to trigger handoff (5 production scenarios)
60+
- Customization for Vietnamese trigger phrases and cost tracking
61+
- Anti-pattern: why you should pick 1 skill, not stack multiple
62+
- Cross-tool handoff workflow (Claude Code → Codex CLI)
63+
- 3 sharp edges from production testing (47 PRs measured)
64+
4465
## Example output
4566

4667
```
@@ -86,6 +107,16 @@ Writing the handoff to a file creates a management problem: where does it live,
86107

87108
Every handoff has the same 7 sections in the same order. A fresh agent can scan for `## Pick up here` in under a second. Structure stability is the whole point — if sections appear sometimes and not others, the next agent has to read everything to know what's missing.
88109

110+
## Contributing
111+
112+
PRs welcome for:
113+
- Additional trigger phrases (especially non-English: Vietnamese, Spanish, Japanese)
114+
- Output template improvements
115+
- Worked examples for different domains (data science, devops, web dev)
116+
- Documentation translations
117+
118+
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
119+
89120
## License
90121

91122
MIT

0 commit comments

Comments
 (0)