docs(profile): restructure with Companion Repos and Plugins sections
Split repos into Companion Repos (with Getting Started/Foundation/Intermediate subsections) and Plugins. Update all URLs from /fromaitochitta/ to /open/.
This commit is contained in:
parent
0acd9cd026
commit
2d3dc0827d
1 changed files with 22 additions and 16 deletions
38
README.md
38
README.md
|
|
@ -1,44 +1,50 @@
|
|||
# From AI to Chitta
|
||||
|
||||
Free companion repos for [fromaitochitta.com](https://fromaitochitta.com) articles. Clone, explore, learn.
|
||||
Free repos for [fromaitochitta.com](https://fromaitochitta.com). Clone, explore, learn.
|
||||
|
||||
Every repo is self-contained. No external dependencies. Clone and run.
|
||||
|
||||
---
|
||||
|
||||
## Getting Started
|
||||
## Companion Repos
|
||||
|
||||
Each repo follows one article on fromaitochitta.com. Start at the top, work your way down.
|
||||
|
||||
### 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 |
|
||||
| [claude-code-first-project](https://git.fromaitochitta.com/open/claude-code-first-project) | Build your first project with Claude Code: a todo app from one sentence |
|
||||
|
||||
## Foundation
|
||||
### 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 |
|
||||
| [claude-code-agent-loop](https://git.fromaitochitta.com/open/claude-code-agent-loop) | The core execution cycle that makes Claude Code work |
|
||||
| [claude-code-claude-md](https://git.fromaitochitta.com/open/claude-code-claude-md) | Write effective standing instructions for Claude Code |
|
||||
| [claude-code-auto-memory](https://git.fromaitochitta.com/open/claude-code-auto-memory) | Make Claude Code remember what you teach it across sessions |
|
||||
|
||||
## Intermediate
|
||||
### 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 |
|
||||
| [claude-code-hooks](https://git.fromaitochitta.com/open/claude-code-hooks) | Run code when Claude Code acts. Block danger, log everything, add AI guardrails |
|
||||
| [claude-code-complete-agent](https://git.fromaitochitta.com/open/claude-code-complete-agent) | Every OpenClaw capability, demonstrated with Claude Code |
|
||||
| [multimodal-rag-guide](https://git.fromaitochitta.com/open/multimodal-rag-guide) | Build multimodal search with Claude Code. Search PDFs, images, and documents |
|
||||
|
||||
## Security
|
||||
## Plugins
|
||||
|
||||
| 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 |
|
||||
Install directly into Claude Code.
|
||||
|
||||
| Plugin | What it does |
|
||||
|--------|-------------|
|
||||
| [claude-code-llm-security](https://git.fromaitochitta.com/open/claude-code-llm-security) | OWASP-aligned security scanning, auditing, and real-time hooks for Claude Code |
|
||||
|
||||
## Reference
|
||||
|
||||
| Repo | What it is |
|
||||
|------|-----------|
|
||||
| [content-catalog](https://git.fromaitochitta.com/fromaitochitta/content-catalog) | Navigable catalog of all concepts, articles, and repos |
|
||||
| [content-catalog](https://git.fromaitochitta.com/open/content-catalog) | Navigable catalog of all concepts, articles, and repos |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue