Commands Reference

Commands Reference

LLPM provides slash commands for quick access to features.

Help

Use /help to display available commands.

Use help as a sub-command to display help for a specific command.

/project help
/model help

Note: Command help is implemented as a help sub-command (for example, /project help).

Slash Commands Overview

CommandDescription
/helpDisplay available commands
/exitExit LLPM
/clearClear chat history
/projectProject management
/deleteDelete notes or projects
/githubGitHub operations
/modelAI model management
/skillsSkills system

Project Commands

CommandDescription
/projectShow current project
/project listList all projects
/project add <name> <repo> <path> <desc>Add a new project
/project switch <id>Switch active project
/project remove <id>Remove a project

GitHub Commands

CommandDescription
/github listList your repositories
/github search <query>Search GitHub repositories

Model Commands

CommandDescription
/modelShow current model and provider status
/model listList available models
/model switch <provider/model>Switch to a different model
/model providersShow configured providers

Skills Commands

CommandDescription
/skills listList all discovered skills
/skills test <name>Preview skill content
/skills enable <name>Enable a skill
/skills disable <name>Disable a skill
/skills reloadRescan skill directories
/skills reinstallReinstall from repository

Delete Commands

CommandDescription
/delete note <id>Delete a note
/delete project <id>Delete a project
/delete note <id> --forceDelete a note without confirmation
/delete project <id> --forceDelete a project without confirmation

--force (or -f) bypasses the confirmation step.