Skip to content

Repository files navigation

Krafter Claude Code plugins

A marketplace of Claude Code plugins, by Krafter SAS.

Installation

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

Plugins

Plugin Description
vue-lsp Language server for Vue (.vue) single-file components.

Development

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 + lint

Each 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.

License

MIT © Krafter SAS