
Claude Activity
- Updated April 16, 2026
- jodli/claude-activity
claude-activity is a Claude Code skill in the AI & Agent Building category. Logs your prompts and generates a local activity dashboard — know what you worked on.
Key points
- claude-activity
- AI & Agent Building
- AI-coding skill
Claude Activity by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add jodli/claude-activity/plugin install claude-activity@claude-activityAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 16, 2026 |
|---|---|
| Repository | jodli/claude-activity ↗ |
What it does
Logs your prompts and generates a local activity dashboard — know what you worked on.
README.md
claude-activity
A Claude Code plugin that logs your prompts and shows them in a local dashboard.
You work across multiple projects, have a meeting, come back, and can't remember what you were doing. claude --resume exists but doesn't give you a cross-project overview. This plugin does.
What it looks like

- Last Touched — one line per project, most recent first
- Timeline — prompts grouped by day, filterable by project or search
- Peek popover — click any entry to see the full exchange: prompt, response, tool calls, duration
- Session hover — hover to highlight all prompts from the same session
- Resume — copies
cd "<project>" && claude --resume "<session>"to clipboard - Keyboard shortcuts —
j/knavigate,/search,rresume,?help
Install
- In Claude Code, run
/plugins - Select Add Marketplace and enter
git@github.com:jodli/claude-activity.git - Install the
claude-activityplugin
Usage
Open the dashboard:
/claude-activity:dashboard
The dashboard auto-refreshes every 10 seconds. No server, no build step.
Opting out
To exclude a project from logging:
touch .claude-activity-ignore
Opt-out is not retroactive — existing entries remain.
Requirements
- Claude Code
jq>= 1.6
License
MIT