Tree banner
Yanick-mj Yanick-mj

Tree

Development community

Description

--- name: 'tree' description: 'Show story hierarchy as ASCII tree (optional: focus on one story)' allowed-tools: ['Bash'] --- # /mb:tree Display the story parent/child hierarchy in the current mb project. ## Usage ``` /mb:tree # Render full tree /mb:tree STU-46 # Render with STU-46 marked as "← me" ``` ## Process ```bash python3 "${MB_DIR:-.claude/mb}/scripts/v2_1/tree.py" $ARGUMENTS ``` Show the output verbatim. If output is "No stories found.", remind the user that storie

Installation

Installs to ~/.claude/skills/yanick-mj-mb-framework-tree/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yanick-mj-mb-framework-tree && curl -fsSL https://raw.githubusercontent.com/Yanick-mj/mb-framework/HEAD/commands/tree.md -o ~/.claude/skills/yanick-mj-mb-framework-tree/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository