Sub-skill of github-multi-repo: Microservices Coordination (+2).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill microservices-coordination --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Microservices Coordination?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-microservices-coordination-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: github-multi-repo-microservices-coordination
description: 'Sub-skill of github-multi-repo: Microservices Coordination (+2).'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Microservices Coordination (+2)
## Microservices Coordination
```bash
npx ruv-swarm github microservices \
--services "auth,users,orders,payments" \
--ensure-compatibility \
--sync-contracts \
--integration-tests
```
## Library Updates
```bash
npx ruv-swarm github lib-update \
--library "org/shared-lib" \
--version "2.0.0" \
--find-consumers \
--update-imports \
--run-tests
```
## Organization-Wide Changes
```bash
npx ruv-swarm github org-policy \
--policy "add-security-headers" \
--repos "org/*" \
--validate-compliance \
--create-reports
```
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!
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。