Track and manage projects with git status via dashboard and tool.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add espennilsen/pi --skill pi-projects --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pi Projects?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/espennilsen-pi-projects)More formats (shields.io, HTML) on the badges page.
---
name: pi-projects
description: Track and manage projects with git status via dashboard and tool.
---
## Pi Projects Extension
Auto-discovers git repos and provides a tracking dashboard.
### Setup
Install the extension, then access:
- Web dashboard at `/projects` via pi-webserver
- `/projects` command for quick status
- `projects` tool for the LLM
### Configuration (settings.json)
```json
{
"pi-projects": {
"devDir": "~/Dev",
"autoScan": true
}
}
```
- **devDir**: Primary directory to scan for projects (default: ~/Dev)
- **autoScan**: Auto-discover repos on startup
### Tool Actions
- `projects list` — Show all projects with git status
- `projects scan` — Rescan directories
- `projects hide --path /path` — Hide a project from the dashboard
- `projects unhide --path /path` — Restore a hidden project
- `projects sources` — List scan directories
- `projects sources --path /new/dir` — Add a scan directory
### Web Dashboard Features
- Card and table views with search/filter/sort
- Git status: branch, last commit, dirty count, ahead/behind
- Manage modal: add scan directories, hide/show projects
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!