From overmind-plugin
View Overmind status and team activity. Triggers when user says: 'overmind status', 'show overmind', 'team activity', 'memory report', 'overmind 현황', '팀 활동'
How this skill is triggered — by the user, by Claude, or both
Slash command
/overmind-plugin:overmind-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the current Overmind status: recent team events, active users, and statistics.
Show the current Overmind status: recent team events, active users, and statistics.
overmind_pull MCP tool to get recent events:overmind_pull(
repo_id="<derived from git remote>",
exclude_user="<current user>",
limit=20
)
Present the results to the user in a readable format:
If the user wants detailed statistics, direct them to the dashboard:
http://localhost:7777/dashboard
npx claudepluginhub whyjp/overmind --plugin overmind-pluginChecks worldai-workstreams team agents and summarizes status, commits, and beads. Useful for monitoring agent progress and getting periodic status updates.
Shows a single-screen work status dashboard with task state, epic progress, knowledge flywheel health, and recent activity. Useful for getting oriented or deciding next actions.
Displays team status dashboard with active members, live sessions, recent inbox, and summaries using claude-view MCP tools. Activates on 'team status' or activity queries.