diff --git a/README.md b/README.md index 5c35bca..2f333fc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,45 @@ -# .profile +# From AI to Chitta -Organization profile and navigation for fromaitochitta \ No newline at end of file +Free companion repos for [fromaitochitta.com](https://fromaitochitta.com) articles. Clone, explore, learn. + +Every repo is self-contained. No external dependencies. Clone and run. + +--- + +## Getting Started + +| Repo | What you learn | +|------|---------------| +| [claude-code-first-project](https://git.fromaitochitta.com/fromaitochitta/claude-code-first-project) | Build your first project with Claude Code: a todo app from one sentence | + +## Foundation + +| Repo | What you learn | +|------|---------------| +| [claude-code-agent-loop](https://git.fromaitochitta.com/fromaitochitta/claude-code-agent-loop) | The core execution cycle that makes Claude Code work | +| [claude-code-claude-md](https://git.fromaitochitta.com/fromaitochitta/claude-code-claude-md) | Write effective standing instructions for Claude Code | +| [claude-code-auto-memory](https://git.fromaitochitta.com/fromaitochitta/claude-code-auto-memory) | Make Claude Code remember what you teach it across sessions | + +## Intermediate + +| Repo | What you learn | +|------|---------------| +| [claude-code-hooks](https://git.fromaitochitta.com/fromaitochitta/claude-code-hooks) | Run code when Claude Code acts. Block danger, log everything, add AI guardrails | +| [claude-code-complete-agent](https://git.fromaitochitta.com/fromaitochitta/claude-code-complete-agent) | Every OpenClaw capability, demonstrated with Claude Code | +| [multimodal-rag-guide](https://git.fromaitochitta.com/fromaitochitta/multimodal-rag-guide) | Build multimodal search with Claude Code. Search PDFs, images, and documents | + +## Security + +| Repo | What you learn | +|------|---------------| +| [claude-code-llm-security](https://git.fromaitochitta.com/fromaitochitta/claude-code-llm-security) | Security scanning, auditing, and threat modeling for Claude Code projects | + +## Reference + +| Repo | What it is | +|------|-----------| +| [content-catalog](https://git.fromaitochitta.com/fromaitochitta/content-catalog) | Navigable catalog of all concepts, articles, and repos | + +--- + +All content is free. Built with Claude Code.