🎯

github-project-board

🎯Skill

from vamseeachanta/workspace-hub

VibeIndex|
What it does

Manages and automates GitHub project board workflows, enabling efficient tracking, creation, and synchronization of project boards across repositories.

github-project-board

Installation

Install skill:
npx skills add https://github.com/vamseeachanta/workspace-hub --skill github-project-board
5
AddedJan 27, 2026

Skill Details

SKILL.md

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

  1. Work within the appropriate module
  2. Follow the existing structure
  3. Update module README when adding features
  4. Test changes before committing

πŸ“„ License

[Your License Here]

---

Repository Management Hub - Keeping your projects organized

More from this repository10

🎯
echarts🎯Skill

echarts skill from vamseeachanta/workspace-hub

🎯
mkdocs🎯Skill

Generates and manages documentation websites using MkDocs, enabling easy creation of professional, static documentation sites from Markdown files.

🎯
github-workflow🎯Skill

Automates GitHub workflow management by orchestrating repository actions, branch synchronization, and CI/CD pipeline configurations across multiple projects.

🎯
notion-api🎯Skill

notion-api skill from vamseeachanta/workspace-hub

🎯
cli-productivity🎯Skill

Enhances command-line productivity by providing streamlined CLI tools and shortcuts for rapid task execution and workflow optimization.

🎯
vscode-extensions🎯Skill

Manages and automates the installation, configuration, and synchronization of Visual Studio Code extensions across development environments.

🎯
autoviz🎯Skill

Automatically generates visualizations and plots from input data, transforming raw datasets into insightful graphical representations with minimal user configuration.

🎯
marine-offshore-engineering🎯Skill

Analyzes marine and offshore engineering design parameters, performs structural calculations, and generates technical reports for offshore structures and marine vessels.

🎯
github-modes🎯Skill

Manages and switches between different GitHub repository interaction modes, enabling flexible multi-repository workflows and operational states.

🎯
openpyxl🎯Skill

Processes and manipulates Excel spreadsheets using Python's openpyxl library for reading, writing, and modifying .xlsx files with advanced data handling capabilities.