Skip to content

Install

Inside Claude Code, in any project:

/plugin marketplace add elwizard33/qa-my-app
/plugin install qa-catalog@qa-my-app
/reload-plugins

That’s it — the plugin is installed at user scope (available in every repo) and active in your current session.

  1. /plugin marketplace add elwizard33/qa-my-app registers this repo’s marketplace.json with your Claude Code install. No plugins are installed yet — Claude Code just learns the catalog exists. (docs)

  2. /plugin install qa-catalog@qa-my-app installs the qa-catalog plugin from the qa-my-app marketplace at user scope by default. To install at project scope so teammates pick it up automatically, run /plugin instead and press Enter on qa-catalog in the Discover tab — you’ll get scope options. (docs)

  3. /reload-plugins activates the new plugin without restarting Claude Code.

Verify it loaded by opening the plugin manager with /plugin and looking at the Installed tab — you should see QA My App with skills init, scan, sync, status, run, run-all. Errors (if any) show up under the Errors tab.

If you’ve cloned the repo and want to test changes without publishing, launch Claude Code with the --plugin-dir flag instead:

Terminal window
claude --plugin-dir /path/to/qa-my-app

The local copy takes precedence over any installed marketplace version for that session. (docs)