📍 Navigation: Root
Central documentation hub for the Tuvens product suite and multi-agent development system
For Claude Desktop users: The /start-session command now works automatically!
→ Claude Desktop Automation Guide ← Click here for instant agent handoffs
- System Entry Point: First document when exploring the Tuvens documentation system
- Repository Navigation: When looking for specific subsystems or documentation areas
- Agent Onboarding: Overview context before diving into specific agent configurations
- Architecture Overview: Understanding the overall structure of the Tuvens ecosystem
Load After This Document:
- agentic-development/README.md - Multi-agent system overview
- .claude/agents/ - Agent configuration files
- tuvens-docs/README.md - Product documentation
- CLAUDE.md - Critical safety rules and guidelines
This is the main entry point for the entire documentation system. Load this first to understand the repository structure before navigating to specific subsystems.
tuvens-docs/
├── .claude/ # Claude Code agent definitions
├── .github/ # GitHub Actions and workflows
├── agentic-development/ # Multi-agent development system
├── tuvens-docs/ # Product documentation
└── .gitignore # Git ignore configuration
Claude Code Integration
- Agent identity files for Claude Code sessions
- Commands and configurations for development workflow
- Used by: Claude Code sessions
GitHub Automation
- GitHub Actions workflows
- Automated maintenance and CI/CD
- Used by: GitHub platform
Multi-Agent Development System
- Claude Desktop orchestration instructions
- Agent handoff templates and workflows
- System automation scripts
- Used by: Claude Desktop for agent coordination
Product Documentation
- Tuvens suite documentation
- Integration guides and API references
- Authentication and implementation guides
- Used by: Developers, agents working on product features
Load the orchestration system:
Load: agentic-development/desktop-project-instructions/README.mdAgent identities are loaded automatically from .claude/agents/[agent-name].md
Product documentation is in tuvens-docs/ directory.
This repository implements a multi-agent development system where:
- Claude Desktop orchestrates and coordinates agents
- Claude Code executes tasks with specialized agent identities
- GitHub Actions automate system maintenance
vibe-coder- System architecture and documentationreact-dev- React frontend development (hi.events)laravel-dev- Laravel backend development (hi.events)svelte-dev- Svelte frontend development (tuvens-client)node-dev- Node.js backend development (tuvens-api)devops- Infrastructure and deployment
/start-session [agent-name]/check [PR|I]<number> [PR|I]<number>...The /check command provides lightweight GitHub comment status checking without responding:
- Context Inference: Run
/checkwithout arguments to auto-detect from current branch - Multiple Formats: Check PRs (
PR324), Issues (I325), or plain numbers (default to issues) - Comment Summary: Shows comment count, latest previews, and reviewer feedback warnings
The system maintains itself through automated GitHub Actions:
- Maintenance checks run on every push to
develop - Vibe Coder agent receives automated maintenance issues
- Documentation stays current without manual intervention
- Production files: 22 essential files in
agentic-development/ - Archive system: Design docs in
agentic-development/.temp/ - Clean separation: No redundancy between Desktop/Code contexts
- Automated validation: GitHub Actions ensure system integrity
agentic-development/README.md- Multi-agent system overview and maintenanceagentic-development/desktop-project-instructions/README.md- Claude Desktop orchestration instructionstuvens-docs/README.md- Product documentation overview
tuvens-docs/hi-events-integration/README.md- Hi.events integration documentationtuvens-docs/implementation-guides/cross-app-authentication/README.md- Cross-application authentication guidetuvens-docs/integration-examples/frontend-integration/README.md- Frontend integration examples
- System Architecture: Start with
agentic-development/README.md - Agent Orchestration: See
agentic-development/desktop-project-instructions/README.md - Product Development: Browse
tuvens-docs/subdirectories - Integration Guides: Check specific guides in
tuvens-docs/folders
🤖 This repository demonstrates advanced multi-agent orchestration with Claude Desktop and Claude Code integration.