بنقرة واحدة
cm-status
Show current coding-agent activity. By default shows current project only. Use "all" to see all projects.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Show current coding-agent activity. By default shows current project only. Use "all" to see all projects.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | cm-status |
| description | Show current coding-agent activity. By default shows current project only. Use "all" to see all projects. |
| allowed-tools | mcp__plugin_cman_cman__*, mcp__cman__* |
Show an overview of current Claude Code, Pi Coding Agent, and Codex 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_memorymcp__plugin_cman_cman__list_pi_sessions with limit=10mcp__plugin_cman_cman__list_codex_sessions with limit=10Then 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
| # | Agent | Title | Project | When | CLI Resume |
|---|-------|-------|---------|------|------------|
| 1 | Claude | {title} | {project} | {relative_time} | `cd {cwd} && claude --resume {session_id}` |
| 2 | Pi | {title} | {project} | {relative_time} | `cd {cwd} && pi --session {session_id}` |
| 3 | Codex | {title} | {project} | {relative_time} | `cd {cwd} && codex resume {session_id}` |
### Memory Overview
- {project}: {count} files
- `{full_path_to_file_1}`
- `{full_path_to_file_2}`
cd path.~/.claude/projects/-Users-.../memory/filename.md) for each file listed in the data.