projects

Aggregate ApexYard projects from registry and display health metrics in Markdown.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/AAbdulghany/fms --skill projects-aabdulghany
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: projects
Source: https://github.com/AAbdulghany/fms/tree/main/.claude/skills/projects
Command: npx skills add https://github.com/AAbdulghany/fms --skill projects-aabdulghany

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Show a complete, up-to-date view of every ApexYard project, including status, current branch, open PRs, and open issues, to enable quick portfolio health assessment.

Core Features & Use Cases

  • Reads the apexyard.projects.yaml registry at the ops repo root and iterates the project registry to collect per-project data.
  • Generates a consolidated Markdown table listing each project, its status, branch, PRs, issues, and last commit.
  • Supports portfolio governance, sprint planning, and cross-repo coordination by surfacing bottlenecks and priorities at-a-glance.

Quick Start

Run the /projects command to display a live table of all ApexYard projects with health indicators.

Frequently Asked Questions about projects

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

FAQPage Schema
How do I check project portfolio health across multiple GitHub repositories?

To check portfolio health across multiple GitHub repositories, the Skill aggregates data from the apexyard.projects.yaml registry to display project status, current branch, open PRs, and open issues for quick assessment.

How do I generate a status report for all projects in a YAML registry?

To generate a status report from a YAML registry, the Skill reads apexyard.projects.yaml, iterates the project registry, and queries GitHub PRs and issues while extracting branch and last commit data to produce a consolidated Markdown table.

What is the best way to track open PRs and issues for cross-repo coordination?

The best way to track open PRs and issues for cross-repo coordination is to generate a consolidated Markdown table listing each project, its status, branch, PRs, issues, and last commit to surface bottlenecks and priorities at-a-glance.

Do I need a specific YAML file to display project health metrics?

Yes, you need the apexyard.projects.yaml registry file at the ops repo root, as the Skill requires reading this registry to iterate and collect per-project data for portfolio governance and sprint planning.

Can I extract local and remote workspace branch data for sprint planning?

Yes, you can extract branch and last commit data from local or remote workspaces while querying GitHub PRs and issues, allowing you to surface bottlenecks and support sprint planning across multiple repos.