← ClaudeAtlas

cm-statuslisted

Show current Claude Code activity. By default shows current project only. Use "all" to see all projects.
kingbroskingbros41-a11y/cman · ★ 0 · Data & Documents · score 73
Install: claude install-skill kingbroskingbros41-a11y/cman
# Status Show an overview of current Claude Code activity. ## Instructions First, gather data by calling these tools in parallel: 1. `mcp__plugin_cman_cman__list_plans` 2. `mcp__plugin_cman_cman__list_sessions` with limit=10 and exclude_subagents=true 3. `mcp__plugin_cman_cman__list_memory` Then use the results to generate the output. ### Scope - Default: Show only entries matching the current working directory. - If `$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. ### Output format ``` ## 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}` ``` - Keep it scannable — tables for plans and sessions, bullet list for memory. - For the "Project" column, extract the last directory component from the `cd` path. - If there are no active plans, say "No active plans" instead of an empty table. - For the CLI Resume column: use the `cd` path and session ID from the data to build `cd