From m2m-developer
Check out default branches and pull latest for all repos in the current workspace
npx claudepluginhub month2month/m2m-developer-plugin --plugin m2m-developerThis skill is limited to using the following tools:
Sync git repos to their default branches.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Guides TDD-style skill creation: pressure scenarios as tests, baseline agent failures, write docs to enforce compliance, verify with RED-GREEN-REFACTOR.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
Sync git repos to their default branches.
test -d .git)
ls -d */.git to find <dir>/.git entries)git remote show origin | grep 'HEAD branch'git checkout <default-branch>git pull origin <default-branch>After completing, show a summary table with columns: Repo, Branch, Status (e.g. "up to date", "X files changed", or error message).