Claude Code plugin marketplace

/toolkit

A personal collection of Claude Code plugins. Built as a hobby by Vincent Lauriat.

View on GitHub
claude code
> /plugin marketplace add vincentlauriat/toolkit

Free & open source · Claude Code plugin marketplace

Plugins

One plugin, for now.

audit-report

Generate exhaustive audit dossiers on any company, product, technology, or market — like a strategy consulting firm.

  • --depth quick|full
  • --lang en|fr
  • --mode parallel|sequential|solo
  • --swot
  • --esg
  • --rh
  • --brief
  • --watch
  • --app-mode
audit-report — examples
> /audit-report Apple
> /audit-report "marché des LLM" --lang fr
> /audit-report OpenAI --depth full --swot --esg
> /audit-report Notion --depth quick --brief

# output
audit-openai/
  00_RESUME_EXECUTIF.md   01_HISTORIQUE.md
  02_MARCHE.md            03_TECHNIQUE.md
  04_TARIFICATION.md      05_CONCURRENCE.md
  06_FINANCIER.md         07_FUTUR.md
  08_ESG.md               09_SWOT.md
  RAPPORT_COMPLET.md      _factcheck.md
  _data.json  _sources.json  _manifest.json

What an audit contains

Up to 10 Markdown sections, plus machine-readable artifacts.

Each run produces a structured audit-{subject}/ folder. The optional dimensions (ESG, SWOT, HR) are only generated when you ask for them.

  1. History
  2. Market
  3. Technical
  4. Pricing
  5. Competition
  6. Financials
  7. Future outlook
  8. ESG
  9. SWOT
  10. HR

Alongside the Markdown: _data.json · _sources.json · _manifest.json — so the dossier stays machine-readable.

Install

Two commands inside Claude Code.

install
# 1. add the marketplace
> /plugin marketplace add vincentlauriat/toolkit

# 2. install the plugin — or browse them all with /plugin
> /plugin install audit-report@vincentlauriat-toolkit