Operate lpm-managed projects through the lpm CLI: start or stop projects and services, inspect logs and agent status, wait for readiness, run actions, and duplicate projects into standalone copies or create linked Git worktrees. Use when the user asks to operate or inspect lpm runtime state. LPM_PROJECT_NAME selects the default project after the skill triggers; it is not a trigger by itself. For editing YAML configuration, use lpm-config.
$npx -y skills add gug007/lpm --skill lpm-cliInstalls into the current project.
Run `npx skills use "https://github.com/gug007/lpm" --skill "gug007/lpm/lpm-cli"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gug007/lpm" that are relevant to the current task. Run `npx skills add "https://github.com/gug007/lpm"` and select the relevant skills, then follow their instructions.