A marketplace of Claude Code plugins, by Krafter SAS.
Add the marketplace once, then install the plugins you want:
claude plugin marketplace add https://github.com/krafterio/claude-plugins
claude plugin install <plugin>@krafter --scope user| Plugin | Description |
|---|---|
| vue-lsp | Language server for Vue (.vue) single-file components. |
npm install # dev tooling: oxlint, oxfmt, tsc
npm run format # format (oxfmt)
npm run lint # lint (oxlint)
npm run check # type-check (tsc --noEmit, jsconfig)
npm run fcl # format + check + lintEach plugin bundles its own runtime dependencies (installed on first use); the root tooling above is for development only and is not shipped with the plugins.
MIT © Krafter SAS