The skills run on Boom’s MCP tools, and the plugin below sets that
server up for you at
https://www.useboom.ai/mcp. You sign in with your normal
Boom login the first time Claude connects, so there’s no API key to create or
store. Already connected Boom by hand? Keep that same URL, and Claude Code
treats the two as one server rather than loading Boom’s tools twice.Options 1 and 2 below need a terminal or Claude Code. Option 3 works from the
Claude app with no terminal at all.
Install
Pick the path that matches how you use Claude.1. One command (recommended)
npx skills add? The installer finds those
older copies, which never update, and moves them into a backup folder, so you
don’t end up running each skill twice.
Then start Claude Code. The first time, it asks you to confirm installing the
marketplace and the plugin, and to approve Boom’s MCP server. Sign in to Boom
when the window opens, and the skills show up as boom:<skill-name>.
Prefer to set it up by hand?
Prefer to set it up by hand?
The installer only writes these two keys, so you can paste them yourself:Use whichever settings file fits, the syntax is the same in all:
autoUpdate is the line that matters. Marketplaces other than Anthropic’s own
arrive with auto-update off, so setting it is what keeps you current. Claude
Code then refreshes the marketplace in the background shortly after each session
starts, and either offers you /reload-plugins or picks up the new version on
your next launch.2. From the /plugin menu, no files to edit
Prefer menus? Everything below happens inside Claude Code (terminal, desktop app,
VS Code, or JetBrains):
- Type
/pluginin the chat and press Enter to open the plugin manager. - Go to Marketplaces → Add marketplace and enter
BOOM-TML/skills. - Go to Discover, find the Boom plugin, and click Install (choose “just me” or “this project”).
- Back under Marketplaces, open boom and choose Enable auto-update, so new skills reach you on their own. If a settings file already sets it, the menu shows it as fixed there.
- Run
/reload-plugins(or restart). The skills appear asboom:<skill-name>.
3. The Claude app (claude.ai, desktop, mobile)
The Claude app doesn’t read plugin marketplaces, so there’s no auto-update here. You upload the skills you want, one at a time, and Claude can do most of the work:-
Ask Claude, in a chat with code execution available:
Get the
launch-initiativeskill from github.com/BOOM-TML/skills and give me a ZIP I can upload as a skill. The ZIP’s root must be the skill folder itself. - Download the ZIP it hands back.
- Open Customize → Skills → Add and upload it.
Uploaded skills are private to your account, and the feature needs code
execution enabled. To hand them to a whole team at once, an admin provisions
them under organization settings (Team and Enterprise).Connect the MCP tools too, or the skills will have nothing to call.
The skills
Ten of them, and you don’t type their names: Claude picks the right one from what you ask.Related
Use MCP
Connect Boom to Claude, Cursor, or any AI tool.
Authentication
API keys for scripts and server-to-server calls.