🕒
AutomationTypeScript

Recap

by noluyorAbi

Recap is an Automation skill for Claude Code, published by noluyorAbi in claude-code-recap.

16 stars2 forkson noluyorAbi/claude-code-recapAdded 2026/07/16+45% in starsRepository updated 2026/07/15
agent-skillsagentic-codinganthropicclaudeclaude-codeclaude-code-marketplaceclaude-code-pluginclaude-code-skillclaude-code-skillsclaude-skillsclicoding-agentdeveloper-productivitydeveloper-toolsiterm2local-firstpython-clisession-historysession-resumeterminal
Install in seconds
Install Recap
Copy Recap into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/noluyorAbi/claude-code-recap/tree/main/skills/recap ~/.claude/skills/recap

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/noluyorAbi/claude-code-recap.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/recap/SKILL.md in noluyorAbi/claude-code-recap
Installs to
~/.claude/skills/recap
Collection
The only skill cataloged from this repository
Category
Automation2226 skills

What Recap does

Show recent Claude Code sessions across all projects, making it easy to pick up where you left off. Provides project paths, summaries, and resume commands, and can reopen all sessions in new terminal tabs.

Recap is cataloged under Automation on DirSkills. Recap comes from a repository tagged agent-skills, agentic-coding, anthropic, claude and claude-code.

Documentation

README

recap: re-entry radar for Claude Code sessions

One command, full overview of recent sessions across every project on this machine. Built for the post-reboot moment: which projects, what was each session about, and the exact command to jump back in.

How to run it

Personal or project install (the skill directory is on disk next to this file):

python3 ~/.claude/skills/recap/recap.py [flags]

Plugin install (Claude Code exports the plugin root):

python3 "$CLAUDE_PLUGIN_ROOT/skills/recap/recap.py" [flags]

Nothing to install beyond Python 3 (stdlib only, no third-party packages).

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Recap

  • How does Recap compare to other Automation skills?

    Recap ranks #2206 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Recap against them. Open each page to compare what they document and how they install.