1
0
Fork 0
claude-code-complete-agent/examples
Kjell Tore Guttormsen 0d0b83f98c feat: make examples cumulative with carry-forward chain and capstone
Add three new sections to all 14 examples:
- "Carry Forward": what output feeds into later examples (01-10)
- "The Cumulative Path": alternative prompt building on previous output (02-10)
- "Now Try It Yourself": personalized template with transferable pattern (all)
- "Building On" callout connecting back to previous examples (02-10)

Add Example 14: Build Your Personal Agent - capstone that guides reader
through writing their own CLAUDE.md, creating a personal skill, connecting
a messaging channel, setting up automation, and testing end-to-end.

Update README with cumulative path diagram, two usage modes, and example 14.
Update GETTING-STARTED.md with cross-references to relevant examples.

17 files changed, 703+ lines added. The examples now form a coherent
learning path from "see what it can do" to "build your own agent."

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 21:14:35 +01:00
..
01-agent-runtime feat: make examples cumulative with carry-forward chain and capstone 2026-03-26 21:14:35 +01:00
02-shell-and-files feat: make examples cumulative with carry-forward chain and capstone 2026-03-26 21:14:35 +01:00
03-web-search feat: make examples cumulative with carry-forward chain and capstone 2026-03-26 21:14:35 +01:00
04-browser-automation feat: make examples cumulative with carry-forward chain and capstone 2026-03-26 21:14:35 +01:00
05-memory-system feat: make examples cumulative with carry-forward chain and capstone 2026-03-26 21:14:35 +01:00
06-multi-agent feat: make examples cumulative with carry-forward chain and capstone 2026-03-26 21:14:35 +01:00
07-messaging feat: make examples cumulative with carry-forward chain and capstone 2026-03-26 21:14:35 +01:00
08-cron-automation feat: make examples cumulative with carry-forward chain and capstone 2026-03-26 21:14:35 +01:00
09-security-hooks feat: make examples cumulative with carry-forward chain and capstone 2026-03-26 21:14:35 +01:00
10-full-pipeline feat: make examples cumulative with carry-forward chain and capstone 2026-03-26 21:14:35 +01:00
11-computer-use feat: make examples cumulative with carry-forward chain and capstone 2026-03-26 21:14:35 +01:00
12-remote-control feat: make examples cumulative with carry-forward chain and capstone 2026-03-26 21:14:35 +01:00
13-auto-mode feat: make examples cumulative with carry-forward chain and capstone 2026-03-26 21:14:35 +01:00
14-build-your-agent feat: make examples cumulative with carry-forward chain and capstone 2026-03-26 21:14:35 +01:00