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.
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.
Shows a workflow dashboard with current state, recent activity, and suggested next actions. Aggregates state from AgentOps CLI tools (ao, bd) and git.