From session-scout
List all Claude Code projects with session counts and last modified dates, or view all sessions for a specific project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/session-scout:projects-sscThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<references>
/projects-ssc # List all projects with session counts
/projects-ssc <project> # Show all sessions for the <project> project
Run the Appropriate Command
<if condition="no-arguments">
<action>List all projects.</action>
<command language="bash" tool="Bash">python3 "${CLAUDE_PLUGIN_ROOT}/scripts/sesh.py" projects</command>
</if>
<if condition="project-name-provided">
<action>List all sessions for that project.</action>
<command language="bash" tool="Bash">python3 "${CLAUDE_PLUGIN_ROOT}/scripts/sesh.py" search "" --project "<PROJECT_NAME>"</command>
</if>
Format and Display Results
Format the output according to the rules in `references/output-format.md`.
Offer Next Actions
When showing the project list, tell the user they can drill into any project by running `/projects-ssc ` to see its sessions.
npx claudepluginhub brennacodes/brenna-plugs --plugin session-scoutShows dashboards summarizing Claude Code projects with sessions, branches, contributions, and activity stats. Activates on 'project overview', 'show project X', or similar queries.
Shows overview of Claude Code activity: active plans, recent sessions, and memory files. Defaults to current project; use 'all' for all projects.
Unified session management for Claude Code: list active sessions, check inbox, and broadcast messages across sessions. Explicit /session invocation only.