sup

Aggregate session memo and Git activity into a concise status report.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/obenland/dotfiles --skill sup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sup
Source: https://github.com/obenland/dotfiles/tree/main/claude/.claude/skills/sup
Command: npx skills add https://github.com/obenland/dotfiles --skill sup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly establish the current development context by collating session memo and repository activity.

Core Features & Use Cases

  • Read the latest session memo, report on uncommitted work, and summarize recent commits.
  • Provide a brief status overview suitable for standup updates and quick triage.
  • Use case: before a sprint meeting, generate a snapshot of the work-in-progress and recent changes.

Quick Start

Ask the AI to fetch the latest session memo and show uncommitted changes plus recent commits for the current project.

Frequently Asked Questions about sup

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

FAQPage Schema
How do I get a quick git status summary for uncommitted changes?

To get a quick git status summary, the Skill aggregates uncommitted work and recent commits into a concise 5-10 line report. It reads local filesystem data to provide a brief status overview suitable for standup updates and quick triage.

Can I generate a development context snapshot from a session memo?

Yes, you can generate a development context snapshot by collating the session memo and repository activity. The Skill reads the local .claude/_NEXT_SESSION_MEMO.md file and runs git log to establish the current development context.

What's the best way to prepare a standup update from recent git commits?

The best way to prepare a standup update is to summarize recent commits and uncommitted work in a single repository. This Skill produces a brief status overview by aggregating your last session memo with current git activity.

Does generating a repository status report require local filesystem access?

Yes, generating a repository status report requires local filesystem access. The Skill needs to read the .claude/_NEXT_SESSION_MEMO.md file and execute git status and git log commands locally to produce the report.

How do I check uncommitted changes and recent commits in a single repository?

You can check uncommitted changes and recent commits by running the Skill in your current project directory. It aggregates git status and git log outputs with your session memo to produce a concise snapshot of work-in-progress.