feat: add GETTING-STARTED.md - from demo to daily driver
Practical 6-step guide that takes users from "clone and explore" to "personal AI assistant I text from my phone": 1. Personalize CLAUDE.md (30 min) 2. Set up phone channel - iMessage/Telegram/Discord (10 min) 3. Keep session alive with tmux (5 min) 4. Write first personal skills with 3 real examples (15 min) 5. Connect external tools via MCP (15 min per tool) 6. Let it learn over time (ongoing) Includes: "what your day looks like after setup" scenarios, honest expectations, and quick reference table. README updated with two-path entry: demo mode vs daily driver. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b47fcdfc14
commit
f30c706890
2 changed files with 376 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -28,7 +28,17 @@ Code, and try each example yourself.
|
|||
|
||||
No npm install. No Docker. No build step.
|
||||
|
||||
## Quickstart
|
||||
## Two paths
|
||||
|
||||
**"Show me what it can do"** - Browse `examples/`, read `feature-map.md`,
|
||||
try the demo prompts. You will understand what Claude Code is capable of.
|
||||
|
||||
**"Help me actually use it"** - Read **[GETTING-STARTED.md](GETTING-STARTED.md)**.
|
||||
Six concrete steps that take you from demo to personal daily driver:
|
||||
personalize CLAUDE.md, set up phone access, write your own skills,
|
||||
and build the setup into how you actually work. About one hour total.
|
||||
|
||||
## Quickstart (demo mode)
|
||||
|
||||
```bash
|
||||
git clone https://git.fromaitochitta.com/ktg/claude-code-complete-agent.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue