projects

List registered Igris projects with slug, path, status, and last session date.

10|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/fiftynotai/igris-ai --skill projects-fiftynotai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: projects
Source: https://github.com/fiftynotai/igris-ai/tree/main/.claude/skills/projects
Command: npx skills add https://github.com/fiftynotai/igris-ai --skill projects-fiftynotai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a single command to discover and inspect all projects registered in the Igris centralized brain so users can quickly find project paths, statuses, and recent activity without manually locating databases or scanning directories.

Core Features & Use Cases

  • Project Listing: Query the Igris brain and return a sortable list of registered projects with slug, name, path, status, and last session date.
  • Status Filtering: Support optional filters to show only active or archived projects for maintenance, audits, or cleanup workflows.
  • Readable Output & Quick Actions: Format results as a Markdown table and surface cross-project quick actions such as the portfolio dashboard or detailed status commands.
  • Use Case: Run the skill to generate a cross-repository view before starting a refactor or to identify stale/archived repositories for archival.

Quick Start

Use the projects skill to list all active Igris-managed projects.

Frequently Asked Questions about projects

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all projects registered in the Igris centralized brain?

You can list Igris-managed projects by querying the SQLite knowledge database at ~/.igris/memory/knowledge.db to retrieve each project's slug, path, status, and last session date in a Markdown table.

Can I filter the Igris project list to show only active or archived repositories?

Yes, you can apply optional active or archived filters to the Igris project list, allowing you to generate targeted cross-project views for maintenance, audits, or cleanup workflows.

Do I need sqlite3 installed to query the Igris knowledge database?

Yes, sqlite3 is required for querying the SQLite knowledge database located at ~/.igris/memory/knowledge.db, and you must have read access to this database file to list the registered projects.

What is the best way to find stale projects across multiple Igris repositories?

The best way to find stale projects is to list all registered projects in the Igris brain and review their last session dates, allowing you to identify inactive repositories for archival.

What information does the Igris project dashboard display for each registered project?

The Igris project dashboard displays the project slug, name, path, current status, and the last session date, formatted as a readable Markdown table for quick cross-project inspection.