From mainbranch
Executes 'mb update --repo' CLI command to update repository with latest main branch changes. Legacy alias for /mb-update, triggered by /mb-pull or 'pull latest' phrases.
npx claudepluginhub noontide-co/mainbranchThis skill uses the workspace's default tool permissions.
`/mb-pull` is kept for existing users. The preferred command is now
Updates Main Branch CLI engine via `mb update`, refreshes skill links, handles errors, and summarizes changelog. Use for update requests or after releases.
Automates git rebase on main/master: fetches updates, rebases current branch, intelligently resolves conflicts, and force-pushes with lease. Use before PRs or merges.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
/mb-pull is kept for existing users. The preferred command is now
/mb-update, matching the CLI command mb update.
Run the same update command:
mb update --repo "${REPO_PATH:-.}" --json 2>&1
Then follow the result handling in /mb-update.
If the user asks which command to remember, teach /mb-update.