A centralized management system for multiple GitHub repositories with modular organization.
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
./modules/git-management/check_all_repos_status.sh./modules/git-management/pull_all_repos.sh./modules/git-management/git_sync_all.shThis hub manages 25 independent Git repositories while maintaining their autonomy. Each repository:
- Maintains its own Git history
- Has independent remote connections
- Can be managed individually
Tools for managing multiple Git repositories simultaneously.
- Batch operations
- Synchronization
- Branch management
- Status reporting
Comprehensive documentation for all tools and processes.
- Agent setup guides
- Command references
- Best practices
- Architecture documentation
Centralized configuration management.
- Package configurations
- TypeScript settings
- Testing configurations
- MCP settings
Scripts for automating repetitive tasks.
- Command propagation
- Spec synchronization
- Resource management
Continuous Integration and Deployment tools.
- GitHub Actions
- Jenkins
- CircleCI
- Azure Pipelines
Development environment tools and hooks.
- Git hooks
- Testing utilities
- Code quality tools
System monitoring and reporting.
- Performance metrics
- Error tracking
- Notification systems
General-purpose utility scripts.
- File operations
- Data processing
- Helper functions
See modules/config/ for all configuration files.
Detailed documentation available in modules/documentation/.
- Skills Index - Complete catalog of Claude Code skills across all repositories
- Repository Overview - Repository relationships & navigation
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
- Provider Session Ecosystem Audit: Cross-provider session-log health report for Claude, Codex, Hermes, and Gemini.
- Report: docs/reports/provider-session-ecosystem-audit.md
- Run:
uv run --no-project python scripts/analysis/provider_session_ecosystem_audit.py --stdout - Wrapper:
bash scripts/cron/provider-session-ecosystem-audit.sh - Recommended order: run provider exports first (
bash scripts/cron/hermes-session-export.sh,bash scripts/cron/codex-session-export.sh,bash scripts/cron/gemini-session-export.sh), then refresh the audit wrapper.
- Work within the appropriate module
- Follow the existing structure
- Update module README when adding features
- Test changes before committing
[Your License Here]
Repository Management Hub - Keeping your projects organized