Project Management
LLPM helps you manage multiple projects with AI-powered assistance.
Adding Projects
Using Slash Commands
/project add "My Project" "owner/repo" "/path/to/project" "Project description"Parameters:
- Name: Display name for your project
- GitHub Repository: Format
owner/repo - Local Path: Absolute path to project directory
- Description: Brief project description
Using Natural Language
You can also add projects conversationally:
Add a project called "My API" linked to github.com/myorg/my-api at ~/projects/my-apiThe AI will understand your intent and create the project.
Listing Projects
View all configured projects:
/project listThis displays:
- Project ID
- Name
- GitHub repository
- Local path
- Description
- Active status
Switching Projects
Change the active project context:
/project switch <project-id>The active project affects:
- Which repository AI tools interact with
- Default context for GitHub operations
- Project-specific skill loading
Removing Projects
Remove a project from LLPM (does not delete files):
/project remove <project-id>Current Project
View details of the active project:
/projectThis shows:
- Project name and description
- Linked GitHub repository
- Local directory path
- Project-specific settings