1
0
Fork 0
claude-code-complete-agent/examples
Kjell Tore Guttormsen ccf2749127 refactor: rewrite Example 14 as genuine capstone and fix skill creation
Example 14 completely rewritten. Was: GETTING-STARTED.md repeated
(one skill + phone + cron). Now: a 7-phase system design that
produces a complete personal agent ecosystem (custom agents,
multi-agent pipeline, custom hooks, automation, phone delivery).

Requires accumulated knowledge from examples 01-13. Includes:
- Phase 1: Map your work (design before building)
- Phase 3: Custom agent team created via Claude (not manually)
- Phase 4: Pipeline skill chaining agents into complete workflow
- Phase 5: Custom security hooks for user's context
- Phase 7: Test on real work with evaluation rubric
- Three concrete persona examples (marketing, engineering, consulting)

GETTING-STARTED.md Step 4: replaced manual file creation with
"tell Claude to create the skill" workflow. Skills, agents, and
hooks should always be created by asking Claude, not by hand.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 21:26:29 +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 refactor: rewrite Example 14 as genuine capstone and fix skill creation 2026-03-26 21:26:29 +01:00