vamseeachanta/workspace-hub
A centralized management system for multiple GitHub repositories with modular organization
npx skills add vamseeachanta/workspace-hubREADME
Repository Management Hub
A centralized management system for multiple GitHub repositories with modular organization.
š Module Structure
modules/
āāā git-management/ # Git operations and synchronization tools
āāā documentation/ # Project documentation and guides
āāā config/ # Configuration files and settings
āāā automation/ # Automation scripts and tools
āāā ci-cd/ # CI/CD pipelines and deployment
āāā development/ # Development tools and hooks
āāā monitoring/ # Monitoring and reporting tools
āāā utilities/ # Utility scripts and helpers
š Quick Start
Repository Status Check
./modules/git-management/check_all_repos_status.sh
Pull All Repositories
./modules/git-management/pull_all_repos.sh
Sync All Repositories
./modules/git-management/git_sync_all.sh
š¦ Managed Repositories
This hub manages 26+ independent Git repositories while maintaining their autonomy. Each repository:
- Maintains its own Git history
- Has independent remote connections
- Can be managed individually
š Modules
Git Management
Tools for managing multiple Git repositories simultaneously.
- Batch operations
- Synchronization
- Branch management
- Status reporting
Documentation
Comprehensive documentation for all tools and processes.
- Agent setup guides
- Command references
- Best practices
- Architecture documentation
Configuration
Centralized configuration management.
- Package configurations
- TypeScript settings
- Testing configurations
- MCP settings
Automation
Scripts for automating repetitive tasks.
- Command propagation
- Spec synchronization
- Resource management
CI/CD
Continuous Integration and Deployment tools.
- GitHub Actions
- Jenkins
- CircleCI
- Azure Pipelines
Development
Development environment tools and hooks.
- Git hooks
- Testing utilities
- Code quality tools
Monitoring
System monitoring and reporting.
- Performance metrics
- Error tracking
- Notification systems
Utilities
General-purpose utility scripts.
- File operations
- Data processing
- Helper functions
š§ Configuration
See modules/config/ for all configuration files.
š Documentation
Detailed documentation available in modules/documentation/.
- Skills Index - Complete catalog of 51 Claude Code skills across all repositories
- Repository Overview - Repository relationships & navigation
- Digital Twin Feed: digitaltwinfeed/README.md
- Doris: doris/README.md
AI Review Workflows
This workspace includes automated code review workflows:
- Gemini Review: Automatically reviews ALL commits across all repositories using Google Gemini.
- Documentation: docs/modules/ai/GEMINI_REVIEW_WORKFLOW.md
- Manager:
./scripts/ai-review/gemini-review-manager.sh list
- Codex Review: Reviews Claude-authored commits using OpenAI Codex.
- Documentation: docs/modules/ai/CODEX_REVIEW_WORKFLOW.md
- Manager:
./scripts/ai-review/review-manager.sh list
Setup & Maintenance
š¤ Contributing
- Work within the appropriate module
- Follow the existing structure
- Update module README when adding features
- Test changes before committing
š License
[Your License Here]
Repository Management Hub - Keeping your projects organized