benxmy

Manager Update — Communication skill for Claude Code

Communication community

Generate a focused 2-5 topic update for a weekly manager 1:1. Pulls from workboard, yap log, Webex, email, and meeting history.

How to install Manager Update

Installs to ~/.claude/skills/benxmy-claude-skills-manager-update/SKILL.md

Terminal
mkdir -p ~/.claude/skills/benxmy-claude-skills-manager-update && curl -fsSL https://raw.githubusercontent.com/benxmy/claude-skills/HEAD/skills/manager-update.md -o ~/.claude/skills/benxmy-claude-skills-manager-update/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Manager Update does


name: manager-update description: Generate a focused 2-5 topic update for a weekly manager 1:1. Pulls from workboard, yap log, Webex, email, and meeting history. Writes approved topics to a shared OneDrive doc. user-invocable: true allowed-tools:

  • Read(~/.claude/projects//memory/)
  • Glob(~/.claude/projects//memory/meetings/)
  • Read(~/yap-log.md)
  • Bash(cd ~/Projects/webex-agent:*)
  • Bash(~/.config/claude-graph/bin/msgraph *)
  • Bash(~/projects/.venvs/docx/bin/python *)
  • Ba

Alternatives in Communication

  • HolaOS — Open-source agentic workspace enterprises can make their own 10.9k ★
  • Find Discussions — Find discussions about a specific topic across Slack channels 113 ★
  • Whats New — Draft a "What's New" Discord community update across backend, frontend & infra for a time window 107 ★

Full documentation available on GitHub

View Source Repository