list-active

Render a hierarchical project roster with last activity timestamps from workspace data.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/chaletteholdings/command-room-releases-2710 --skill list-active
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-active
Source: https://github.com/chaletteholdings/command-room-releases-2710/tree/main/command-room/skills/list-active
Command: npx skills add https://github.com/chaletteholdings/command-room-releases-2710 --skill list-active

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a zero-interaction, up-to-date roster of all projects in the workspace, displaying canonical names, aliases, and the most recent activity to reduce manual searching for leadership.

Core Features & Use Cases

  • Renders the full org tree with projects and their last-activity timestamps for quick scanning.
  • Resolves and displays aliases to help identify projects by alternate names.
  • Supports hierarchical nesting of sub-projects under parents to present a clear workspace view.

Quick Start

List all projects in the workspace with their last activity.

Frequently Asked Questions about list-active

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

FAQPage Schema
How do I list all workspace projects with their last activity timestamps?

To list workspace projects with last activity, you can render a compact org-by-org roster that computes timestamps from events.jsonl and nests subprojects hierarchically for quick scanning and onboarding.

What is the best way to view a hierarchical project roster for onboarding?

Viewing a hierarchical project roster for onboarding involves rendering an org tree that nests subprojects under parents and resolves aliases from aliases.json to display canonical names alongside recent activity.

How do project aliases work when displaying an org tree?

Project aliases work by resolving alternate names from aliases.json to canonical names during rendering, helping leadership identify projects across the workspace hierarchy without manual searching.

Can I include archived projects when checking last activity across the workspace?

You can include archived projects when checking last activity by requesting them specifically, allowing the roster to render both active and archived project timelines alongside the org tree.

What data files are needed to compute last activity for a project roster?

Computing last activity for a project roster requires entities.json for project structure, events.jsonl for activity timestamps, and aliases.json for alternate name resolution to generate the complete hierarchical view.

Does this project roster tool require manual interaction to update workspace status?

No, the project roster tool provides a zero-interaction workspace status by automatically computing last activity timestamps and rendering the full org tree, reducing manual searching for leadership.