projects

Query and consolidate INAV project status data from INDEX.md and COMPLETED_PROJECTS.md.

4|2|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/sensei-hacker/inav-claude --skill projects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: projects
Source: https://github.com/sensei-hacker/inav-claude/tree/main/.claude/skills/projects
Command: npx skills add https://github.com/sensei-hacker/inav-claude --skill projects

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes and simplifies the process of tracking INAV project statuses, making it easy to monitor progress and manage tasks without manual updates.

Core Features & Use Cases

  • View Active Projects: Quickly list all projects currently in progress.
  • Filter by Status: See projects categorized by their status (e.g., 'In Progress', 'Completed', 'Backburner').
  • Detailed Project Info: Access specific project summaries and associated TODO lists.
  • Use Case: A project manager wants to quickly review all "in progress" tasks to assess team workload, or a developer needs to check the detailed status and remaining tasks for their assigned project.

Quick Start

Show me all active INAV projects.

Frequently Asked Questions about projects

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

FAQPage Schema
How do I consolidate project status data from multiple markdown files?

This Skill queries and consolidates INAV project status data dispersed across INDEX.md and COMPLETED_PROJECTS.md into a single unified view. It retrieves statuses, priorities, assignees, dates, and locations without manual aggregation or updates.

Can I filter projects by status to see what's in progress versus completed?

Yes. The Skill lists projects categorized by status—such as 'In Progress', 'Completed', or 'Backburner'—so you can quickly isolate active work, assess team workload, and identify bottlenecks without scanning raw files.

How do I get detailed project information including assigned tasks and timelines?

Access specific project summaries and associated TODO lists through detailed project info retrieval. The Skill outputs priorities, assignees, dates, and locations alongside status, giving full context for any project in one query.

What commands does the project tracking tool support?

The Python 3.7+ tool at claude/projects/project_manager.py provides list, show, and stats commands. List displays all projects, show retrieves details for a specific project, and stats generates counts and summary metrics across your portfolio.

Can I generate statistics and counts across all INAV projects?

Yes. The stats command outputs summary metrics—project counts, status breakdowns, and aggregate data—drawn from both active and completed project files, enabling quick portfolio-level assessment without manual tallying.