Project Files
DOCUMENTATION.md
This plugin provides Tools for LM Studio that allow the model to validate and generate OpenCode command files (.md files with YAML frontmatter).
Validation Tools:
validate_command_file: Validate a single command file from disk.validate_command_text: Validate raw command content provided in chat.validate_command_directory: Validate all command files in a directory.Generation Tool:
generate_command: Generate a new command file based on description.You can configure the plugin in LM Studio's plugin settings:
defaultCommandsPath: Absolute path to scan for command files.severityFilter: Minimum severity level for validation reports (error, warning, info).showFixes: Toggle automatic fix suggestions.cd apps/command-validator
"C:\Programy\Local\Lmstudio\bin\lms.exe" dev
"C:\Programy\Local\Lmstudio\bin\lms.exe" dev --install