cli-productivity
π―Skillfrom vamseeachanta/workspace-hub
Enhances command-line productivity by providing streamlined CLI tools and shortcuts for rapid task execution and workflow optimization.
Installation
npx skills add https://github.com/vamseeachanta/workspace-hub --skill cli-productivitySkill Details
Overview
# 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
```bash
./modules/git-management/check_all_repos_status.sh
```
Pull All Repositories
```bash
./modules/git-management/pull_all_repos.sh
```
Sync All Repositories
```bash
./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](docs/SKILLS_INDEX.md) - Complete catalog of 51 Claude Code skills across all repositories
- [Repository Overview](docs/WORKSPACE_HUB_REPOSITORY_OVERVIEW.md) - Repository relationships & navigation
- Digital Twin Feed: [digitaltwinfeed/README.md](digitaltwinfeed/README.md)
- Doris: [doris/README.md](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](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](docs/modules/ai/CODEX_REVIEW_WORKFLOW.md)
- Manager: ./scripts/ai-review/review-manager.sh list
π€ 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
More from this repository10
echarts skill from vamseeachanta/workspace-hub
notion-api skill from vamseeachanta/workspace-hub
Generates and manages documentation websites using MkDocs, enabling easy creation of professional, static documentation sites from Markdown files.
Automates GitHub workflow management by orchestrating repository actions, branch synchronization, and CI/CD pipeline configurations across multiple projects.
Manages and automates the installation, configuration, and synchronization of Visual Studio Code extensions across development environments.
Manages and automates GitHub project board workflows, enabling efficient tracking, creation, and synchronization of project boards across repositories.
Automatically generates visualizations and plots from input data, transforming raw datasets into insightful graphical representations with minimal user configuration.
Analyzes marine and offshore engineering design parameters, performs structural calculations, and generates technical reports for offshore structures and marine vessels.
Manages and switches between different GitHub repository interaction modes, enabling flexible multi-repository workflows and operational states.
Processes and manipulates Excel spreadsheets using Python's openpyxl library for reading, writing, and modifying .xlsx files with advanced data handling capabilities.