activity

Aggregate team sessions, handoffs, questions, quests, and PRs into a 72-character TUI dashboard.

275|17|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/egregore-labs/egregore --skill activity-egregore-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: activity
Source: https://github.com/egregore-labs/egregore/tree/main/.claude/skills/activity
Command: npx skills add https://github.com/egregore-labs/egregore --skill activity-egregore-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill surfaces recent team activity and outstanding work so users can quickly catch up without sifting through git history, PRs, or scattered notes. It consolidates sessions, handoffs, questions, quests, PRs, and todo trends into a single concise view tuned for rapid orientation and next actions.

Core Features & Use Cases

  • Unified Activity Feed: Aggregates my sessions, team sessions, handoffs, questions, quests, PRs, and check-ins into a 72-character TUI dashboard for immediate scanning.
  • Mode-aware Data Sources: Supports connected and local modes with explicit fallbacks when the graph is offline and special handling for local-only environments.
  • Actionable Items & Workflows: Highlights pending handoffs and questions, surfaces open PRs and quests, and enables recording focus and resolving handoffs in connected mode.
  • Use Case: Run when returning from time away to see what changed today, resolve a pending handoff, prioritize reviewable PRs, or choose what to focus on next.

Quick Start

Ask the assistant: /activity to render a compact dashboard of sessions, handoffs, quests, questions, and PRs.

Frequently Asked Questions about activity

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

FAQPage Schema
How do I get a quick team status summary of recent sessions and open PRs?

You can generate a team status summary by aggregating sessions, handoffs, quests, and open PRs into a compact 72-character TUI dashboard. This allows you to immediately scan recent activity and catch up without sifting through git history.

What is the best way to catch up on pending handoffs and questions after returning from time away?

Catching up on pending handoffs and questions requires a unified activity feed that highlights outstanding work. A consolidated dashboard surfaces pending items, open PRs, and todo trends to help you prioritize reviewable work and choose what to focus on next.

Can I use a local dashboard to track team activity when the graph is offline?

You can track team activity locally when the graph is offline because the dashboard supports connected and local modes with explicit fallbacks. This mode-aware design provides special handling for local-only environments.

How do I resolve a pending handoff and record my current focus in connected mode?

To resolve a pending handoff and record your current focus in connected mode, use the dashboard's actionable workflows. These workflows highlight pending items and enable recording focus while honoring graph write conventions.

Does the activity dashboard require fetching data via shell scripts?

The activity dashboard requires fetching JSON data via the bin/activity-data.sh shell script. This script provides the raw team activity data needed to format the dashboard with mode-aware fallbacks and proper topic display.