From cman
Shows overview of Claude Code activity: active plans, recent sessions, and memory files. Defaults to current project; use 'all' for all projects.
npx claudepluginhub laiso/cman --plugin cmanThis skill is limited to using the following tools:
Show an overview of current Claude Code activity.
Shows dashboards summarizing Claude Code projects with sessions, branches, contributions, and activity stats. Activates on 'project overview', 'show project X', or similar queries.
Searches and summarizes past Claude Code sessions, plans, and memory across all projects. Handles recaps by time period, keyword searches, and provides resume commands. (Deprecated: use /remember)
Manages Claude Code sessions via /session: lists active sessions, checks inbox for cross-session messages, broadcasts to all. Delegates initialization, memory, state to sub-skills.
Share bugs, ideas, or general feedback.
Show an overview of current Claude Code activity.
First, gather data by calling these tools in parallel:
mcp__plugin_cman_cman__list_plansmcp__plugin_cman_cman__list_sessions with limit=10 and exclude_subagents=truemcp__plugin_cman_cman__list_memoryThen use the results to generate the output.
$ARGUMENTS contains all: Show entries from all projects.To determine the current project, use the last component of the current working directory. Filter plans, sessions, and memory by matching the project/cwd path.
## Status
### Active Plans
| # | Plan | Sessions | Project |
|---|------|----------|---------|
| 1 | {title} | {count} | {project} |
### Recent Sessions
| # | Title | Project | When | CLI Resume | Interactive |
|---|-------|---------|------|------------|-------------|
| 1 | {title} | {project} | {relative_time} | `cd {cwd} && claude --resume {session_id}` | `/resume {session_id}` |
### Memory Overview
- {project}: {count} files
- `{full_path_to_file_1}`
- `{full_path_to_file_2}`
cd path.cd path and session ID from the data to build cd {cwd} && claude --resume {session_id}. Use the ~ short path shown in the data. Never omit the session ID./resume {session_id} for all sessions.~/.claude/projects/-Users-.../memory/filename.md) for each file listed in the data.