An LM Studio plugin that helps you create, scaffold, build, and package other LM Studio plugins.
npm install npm run build lms dev
plan_plugin — Create an implementation plan for a new pluginscaffold_plugin — Generate a baseline plugin project structurelist_files — List workspace filesread_file / write_file / patch_file / delete_path — File operationsvalidate_manifest — Check manifest.json for errorsrun_command / build_project — Run npm commands in the workspacezip_project — Package the workspace into a ZIP for distributionwrite_manifest — Overwrite manifest.json fields| Setting | Default | Description |
|---|---|---|
workspaceRoot | plugin dir | Path where plugin files are managed |
maxFileBytes | 250000 | Max file size for reads/writes |
allowNetworkInstall | true | Allow npm install in generated projects |