project-manager

Scan user-defined project directories and report Git status and key build files.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/heydemoura/ai-skills-inventory --skill project-manager-heydemoura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-manager
Source: https://github.com/heydemoura/ai-skills-inventory/tree/main/skills/project-manager
Command: npx skills add https://github.com/heydemoura/ai-skills-inventory --skill project-manager-heydemoura

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps manage and understand the structure, dependencies, and status of multiple software projects, especially when working across them or needing to integrate them.

Core Features & Use Cases

  • Project Discovery: Scans a designated directory (~/code/) to identify all projects and their key characteristics.
  • Contextual Awareness: Provides Git status, identifies key files (build scripts, agent files), and reports disk usage for each project.
  • Memory Integration: Guides the AI on how to store and retrieve project-specific knowledge in agent memory for long-term context.
  • Use Case: When asked "What projects do I have?" or "How do I add a new module to the API project?", this skill provides the necessary overview and guidance.

Quick Start

Run the project scan script to get a live snapshot of all projects.

Frequently Asked Questions about project-manager

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

FAQPage Schema
How do I manage and track Git status across multiple software projects?

To manage and track Git status across multiple software projects, this Skill scans a designated directory like ~/code/ to report live Git status, identify key build files, and provide a structural overview of every project.

What is the best way to get a live snapshot of all my codebase projects?

Getting a live snapshot of all your codebase projects is done by running a project scan script that detects agent files, reports disk usage, and identifies key build scripts across your entire workspace.

How do I add a new module to an existing API project workspace?

To add a new module to an existing API project workspace, this Skill provides contextual awareness of the project structure and retrieves project-specific knowledge from agent memory to guide the integration.

Can I use this project management tool to store long-term context for my codebase?

Yes, you can use this project management tool to store long-term context for your codebase by integrating with agent memory, which persists project-specific knowledge for future retrieval during cross-project integration.

Does this project discovery tool work without external dependencies?

Yes, this project discovery tool works without external dependencies, relying solely on its internal scripts component to scan your local directory and detect project structures, agent files, and Git status.