Tool banner
Yanick-mj Yanick-mj

Tool

Security community

Description

--- name: 'tool' description: 'Manage external tool catalog + RBAC (list, check, audit)' allowed-tools: ['Bash', 'Read'] --- # /mb:tool Three subcommands for mb's stage-aware tool governance. ## Usage ``` /mb:tool list # list tools in tools/_catalog.yaml /mb:tool check <agent> <tool> <action> # permission check (exit 0 if allowed) /mb:tool audit [N] # last N audit decisions (default 10) ``` ## Process Parse the first arg from `$ARGUMENTS` as

Installation

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

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

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

Full documentation available on GitHub

View Source Repository