Skip to content

tuvens/tuvens-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

445 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tuvens Documentation Repository

📍 Navigation: Root

Central documentation hub for the Tuvens product suite and multi-agent development system

🚀 NEW: Claude Desktop Automation

For Claude Desktop users: The /start-session command now works automatically! Claude Desktop Automation Guide ← Click here for instant agent handoffs


📚 When to Load This Document

Primary Context Loading Scenarios

  • 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

Key Subsystem Entry Points

Load After This Document:

Context Integration

This is the main entry point for the entire documentation system. Load this first to understand the repository structure before navigating to specific subsystems.

Repository Structure

📁 Core Directories

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

Directory Purpose

.claude/

Claude Code Integration

  • Agent identity files for Claude Code sessions
  • Commands and configurations for development workflow
  • Used by: Claude Code sessions

.github/

GitHub Automation

  • GitHub Actions workflows
  • Automated maintenance and CI/CD
  • Used by: GitHub platform

agentic-development/

Multi-Agent Development System

  • Claude Desktop orchestration instructions
  • Agent handoff templates and workflows
  • System automation scripts
  • Used by: Claude Desktop for agent coordination

tuvens-docs/

Product Documentation

  • Tuvens suite documentation
  • Integration guides and API references
  • Authentication and implementation guides
  • Used by: Developers, agents working on product features

Getting Started

For Claude Desktop Users

Load the orchestration system:

Load: agentic-development/desktop-project-instructions/README.md

For Claude Code Users

Agent identities are loaded automatically from .claude/agents/[agent-name].md

For Developers

Product documentation is in tuvens-docs/ directory.

Multi-Agent Development

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

Available Agents

  • vibe-coder - System architecture and documentation
  • react-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

Starting Agent Sessions

/start-session [agent-name]

Checking Comment Status

/check [PR|I]<number> [PR|I]<number>...

The /check command provides lightweight GitHub comment status checking without responding:

  • Context Inference: Run /check without 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

System Maintenance

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

Repository Health

  • 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

Documentation Index

Core Documentation

Product Documentation

Navigation Guide

  • 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.

About

Shared Claude Code documentation templates and structure for the Tuvens ecosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors