Control center for all Sergey's projects Global instructions, documentation, settings for all projects
| File/Folder | Description |
|---|---|
| CLAUDE.md | 🤖 Main Claude Code prompt |
| docs/ | 📚 All documentation (organized) |
| ai-subagent-integration/ | 🤖 AI subagent integration |
.vscode/settings.json |
⚙️ VS Code settings for this folder |
code ~/Projects/Sergey-Projects.code-workspaceOr double-click Sergey-Projects.code-workspace
- Start with docs/guides/README.md - workflow cheatsheet
- Then docs/architecture/README.md - projects map
- All docs docs/README.md - documentation navigation
- For Claude CLAUDE.md - main prompt
- 📚 Central documentation for all projects
- 🗺️ Navigation - map of all projects
- 📖 Cheatsheets - how to work with VS Code, Git, workspace
- 🤖 Main prompt - global work rules
- 🎓 Context - understanding all projects structure
- 🔗 Relations - how projects connect
Sergey/ ← YOU ARE HERE
│
├── 📄 README.md ← Main project overview (this file)
├── 📄 CLAUDE.md ← Main Claude Code instructions
│
├── 📚 docs/ ← All documentation (organized)
│ ├── setup/ ← Setup & configuration
│ ├── guides/ ← How-to guides
│ ├── architecture/ ← Project structure & maps
│ └── claude/ ← Claude-specific docs
│
├── 🤖 ai-subagent-integration/ ← AI subagent (GPT-4o Mini, Gemini)
├── 📁 templates/ ← Project templates
├── 📁 examples/ ← Code examples
├── 📁 git-hooks-templates/ ← Git hooks
└── ⚙️ .vscode/ ← VS Code settings
External projects managed from here:
- 🤖 MultiBOT - Telegram bot
- 🍎 food-tracker-v2 - Food tracking
- 🎥 youtube-transcript - YouTube transcription
- 📚 n8n-docs - Documentation
- See full map in docs/architecture/README.md
- Each project in separate VS Code window
- Switching between projects inconvenient
- Settings duplicated in each project
- Claude doesn't see big picture
- No unified work rules
- ✅ Multi-Root Workspace - all projects in one window
- ✅ Global instructions for Claude
- ✅ Central documentation and projects map
- ✅ Unified VS Code settings for all projects
- ✅ Navigation between projects with one click
- docs/guides/README.md - How to work (cheatsheet)
- docs/architecture/README.md - Projects map
- docs/setup/ - Setup & configuration
- docs/claude/ - Claude-specific documentation
- CLAUDE.md - Main Claude prompt
- MultiBOT/README.md - MultiBOT documentation
- MultiBOT/ARCHITECTURE.md - System architecture
- MultiBOT/GIT-COMMANDS.md - Git cheatsheet
- Open CLAUDE.md
- Make changes
- Save (Cmd+S)
- Next session Claude reads updated file
- Open
~/Projects/Sergey-Projects.code-workspace - Add to
"folders"section:
{
"name": "🔥 New Project",
"path": "/Users/sergey/Projects/new-project"
}- Save
- Reload workspace (Command Palette → "Reload Window")
- Open docs/architecture/README.md
- Add new project description
- Update diagrams
- Save
-
Read in order:
- docs/README.md ← START HERE (documentation navigation)
- docs/guides/README.md ← How to work
- docs/architecture/README.md ← Projects map
- CLAUDE.md ← Main Claude prompt
-
Open workspace:
code ~/Projects/Sergey-Projects.code-workspace -
Try:
- Switch between projects (Cmd+P)
- Find file globally (Cmd+Shift+F)
- Open terminal for project (right-click → Terminal)
-
Ask Claude for help:
"Объясни структуру проектов" "Как работать с workspace?" "Покажи примеры использования"
Version: 2.0 Created: 2025-10-20 Updated: 2025-10-23 Author: Claude Code (by Sergey's request)
2.0(2025-10-23) - Major reorganization: clean root, organized docs/1.0(2025-10-20) - First version of Sergey project
- ⏭️ Add Git integration (initialize repository)
- ⏭️ Add templates for new projects
- ⏭️ Create automation for new project creation
- ⏭️ Read all documentation
- ⏭️ Work with workspace
- ⏭️ Customize if needed
This project is foundation for all others! 🚀
Questions? Read docs/README.md or ask Claude Code! 😊