Github Repo Architect Monorepo Structure

Sub-skill of github-repo-architect: Monorepo Structure (+2).

vamseeachanta Updated

File contents

Monorepo Structure (+2)

Monorepo Structure

project-root/
├── packages/
│   ├── package-a/
│   │   ├── src/
│   │   ├── .claude/
│   │   └── package.json
│   ├── package-b/
│   │   ├── src/
│   │   └── package.json

*See sub-skills for full details.*

## Command Structure

.claude/ ├── commands/ │ ├── github/ │ │ ├── github-modes.md │ │ ├── pr-manager.md │ │ └── issue-tracker.md │ ├── sparc/ │ │ ├── sparc-modes.md │ │ └── coder.md

See sub-skills for full details.

Integration Pattern

const integrationPattern = {
    packages: {
            role: "orchestration_layer",
            dependencies: ["ruv-swarm"],
            provides: ["CLI", "workflows", "commands"]
        },
        "ruv-swarm": {
            role: "coordination_engine",
            dependencies: [],

*See sub-skills for full details.*

vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/development/github/github-repo-architect/monorepo-structure commit e3993e19b0

Frequently asked questions

npx skillmds@latest add vamseeachanta/github-repo-architect-monorepo-structure-2