Skip to content

360AYA25/Sergey

Repository files navigation

🎯 Sergey - Main Project

Control center for all Sergey's projects Global instructions, documentation, settings for all projects


📋 What's here:

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

🚀 Quick Start

Open workspace:

code ~/Projects/Sergey-Projects.code-workspace

Or double-click Sergey-Projects.code-workspace

Read documentation:

  1. Start with docs/guides/README.md - workflow cheatsheet
  2. Then docs/architecture/README.md - projects map
  3. All docs docs/README.md - documentation navigation
  4. For Claude CLAUDE.md - main prompt

🎯 Project Purpose

For user (Sergey):

  • 📚 Central documentation for all projects
  • 🗺️ Navigation - map of all projects
  • 📖 Cheatsheets - how to work with VS Code, Git, workspace

For Claude Code:

  • 🤖 Main prompt - global work rules
  • 🎓 Context - understanding all projects structure
  • 🔗 Relations - how projects connect

📊 Project Structure

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

💡 Why this project?

Problem (was):

  • 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

Solution (now):

  • 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

🔗 Related Documents

In this project:

In other projects:


🛠️ How to Edit

Change Claude prompt:

  1. Open CLAUDE.md
  2. Make changes
  3. Save (Cmd+S)
  4. Next session Claude reads updated file

Add project to workspace:

  1. Open ~/Projects/Sergey-Projects.code-workspace
  2. Add to "folders" section:
{
  "name": "🔥 New Project",
  "path": "/Users/sergey/Projects/new-project"
}
  1. Save
  2. Reload workspace (Command Palette → "Reload Window")

Update projects map:

  1. Open docs/architecture/README.md
  2. Add new project description
  3. Update diagrams
  4. Save

🎓 For Beginners

If you're here first time:

  1. Read in order:

  2. Open workspace:

    code ~/Projects/Sergey-Projects.code-workspace
  3. Try:

    • Switch between projects (Cmd+P)
    • Find file globally (Cmd+Shift+F)
    • Open terminal for project (right-click → Terminal)
  4. Ask Claude for help:

    "Объясни структуру проектов"
    "Как работать с workspace?"
    "Покажи примеры использования"
    

📝 Version

Version: 2.0 Created: 2025-10-20 Updated: 2025-10-23 Author: Claude Code (by Sergey's request)

Changelog:

  • 2.0 (2025-10-23) - Major reorganization: clean root, organized docs/
  • 1.0 (2025-10-20) - First version of Sergey project

🎯 Next Steps

For Sergey project:

  • ⏭️ Add Git integration (initialize repository)
  • ⏭️ Add templates for new projects
  • ⏭️ Create automation for new project creation

For you:

  • ⏭️ 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! 😊

About

Central project hub with global instructions and documentation for all projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •