Sub-skill of github-multi-repo: Multi-Repo Configuration.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill multi-repo-configuration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Multi Repo Configuration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-multi-repo-configuration)More formats (shields.io, HTML) on the badges page.
---
name: github-multi-repo-multi-repo-configuration
description: 'Sub-skill of github-multi-repo: Multi-Repo Configuration.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Multi-Repo Configuration
## Multi-Repo Configuration
```yaml
# .swarm/multi-repo.yml
version: 1
organization: my-org
repositories:
- name: frontend
url: github.com/my-org/frontend
role: ui
agents: [coder, designer, tester]
- name: backend
url: github.com/my-org/backend
role: api
agents: [architect, coder, tester]
- name: shared
url: github.com/my-org/shared
role: library
agents: [analyst, coder]
coordination:
topology: hierarchical
communication: webhook
memory: redis://shared-memory
*See sub-skills for full details.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.