askill
pi-projects

pi-projectsSafety 95Repository

Track and manage projects with git status via dashboard and tool.

13 stars
1.2k downloads
Updated 2/25/2026

Package Files

Loading files...
SKILL.md

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)

{
  "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

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

70/100Analyzed 3/2/2026

A reasonably well-structured skill for tracking git projects via dashboard and CLI. Provides setup, configuration, and tool actions but is tightly coupled to a specific personal 'pi' system. Lacks troubleshooting info and detailed LLM tool integration examples. Tags and clear section structure provide some reusability value despite being platform-specific.

95
75
50
60
70

Metadata

Licenseunknown
Version-
Updated2/25/2026
Publisherespennilsen

Tags

llm