Skip to content

v2.3.0 - Cleaner Install + Multi-LLM Support

Latest

Choose a tag to compare

@DogInfantry DogInfantry released this 11 Jul 08:31

Cleaner Install + Multi-LLM Support

Simpler plugin install

The plugin dropped its placeholder suffix — install name is now just management-consultant:

/plugin marketplace add DogInfantry/management-consulting-forge
/plugin install management-consultant

Already installed the -B1 name from v2.2.0? It auto-migrates via a renames entry in marketplace.json on your next /plugin marketplace update — no action needed.

Now works across LLMs, not just Claude

The skill is model-agnostic markdown, and this release wires it into the major agent tools so it loads automatically when you open the repo:

Tool File
Claude Code (plugin) .claude-plugin/
Claude Code (repo-local, no install) CLAUDE.md
Codex, Cursor, Windsurf, Amp, Cline AGENTS.md
Gemini CLI GEMINI.md
GitHub Copilot .github/copilot-instructions.md
Ollama (local models) Modelfile (lite persona)
Any other LLM attach skill/SKILL.md

Ollama note: the Modelfile bakes the consultant persona + method into a system prompt (ollama create management-consultant -f Modelfile). It's a lite build — it does not embed the full 129-module reference library; attach skill/SKILL.md + skill/references/* for deep specialist work.

Also

  • Repo renamed to management-consulting-forge (old URLs auto-redirect).
  • README now leads with a one-command Install section.

Strictly additive — no skill content changed. See INSTALL.md for all methods.