mb-pull

Redirect legacy /mb-pull requests to the /mb-update workflow.

35|6|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/noontide-co/mainbranch --skill mb-pull
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mb-pull
Source: https://github.com/noontide-co/mainbranch/tree/main/.claude/skills/mb-pull
Command: npx skills add https://github.com/noontide-co/mainbranch --skill mb-pull

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill replaces the legacy /mb-pull usage with the current /mb-update pathway to preserve behavior for users on older prompts.

Core Features & Use Cases

  • Alias compatibility: Redirects /mb-pull requests to the up-to-date /mb-update workflow.
  • Seamless migration: Enables users to continue using familiar language while engaging the current update process.
  • Use Case: When a user types /mb-pull, the system performs the same update as /mb-update and returns identical results.

Quick Start

Ask the agent to perform the legacy /mb-pull, which runs the same mb update workflow.

Frequently Asked Questions about mb-pull

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update my repository using the mb-pull workflow?

When you use mb-pull, it redirects to the mb-update workflow and runs mb update --repo . --json. This ensures older prompts remain compatible while executing the exact same update logic and returning identical results as the current pathway.

What is the difference between mb-pull and mb-update?

There is no functional difference between mb-pull and mb-update. The mb-pull command acts purely as a legacy alias, routing requests directly to the mb-update workflow to execute the same underlying update command and results handling.

Do I need to migrate my old prompts from mb-pull to mb-update manually?

You do not need to manually migrate old prompts from mb-pull to mb-update. The alias automatically intercepts the legacy language and seamlessly applies the current mb update workflow, preserving behavior without requiring prompt modifications.

Can I use mb-pull to pull latest changes with the old Main Branch language?

Yes, you can use mb-pull to pull latest changes using the old Main Branch language. It explicitly recognizes this legacy phrasing and maps it directly to the current mb update invocation for your local repository.