feat: org profile with navigable repo structure

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-04-01 11:53:04 +02:00
commit 0acd9cd026

View file

@ -1,3 +1,45 @@
# .profile
# From AI to Chitta
Organization profile and navigation for fromaitochitta
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.