github-repo-architect
Installation
SKILL.md
GitHub Repository Architect Skill
Overview
Repository structure optimization with swarm coordination. This skill handles repository structure analysis, template management, cross-repository synchronization, architecture recommendations, and development workflow optimization.
Quick Start
# List repository structure
ls -la
# Search repositories in organization
gh repo list org --limit 20 --json name,description,languages
# Create new repository
gh repo create my-new-repo --public --description "Description"