-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Dr3wgarner edited this page May 2, 2026
·
2 revisions
A free, open-source library of Claude Code agents purpose-built against the Smartsheet MCP server. Each Power Tool turns a common project management task into a sentence you type instead of an hour you click through.
Six Power Tools across two packs.
Foundation pack
-
bottleneck-scanner(READ) — finds overloaded people across your portfolio, reads discussion threads for context -
reassignment-helper(WRITE) — moves one person's work to another across every sheet they touch, previews before writing -
engagement-cloner(CREATE) — clones a project sheet's structure into a new engagement, flags client-specific fields
Daily Cadence pack
-
risk-scanner(READ) — scans active projects for schedule, blocker, and owner-gap signals -
standup-prep(READ) — pre-meeting brief, top items grouped RISK / BLOCKERS / WATCH -
status-comms-writer(DRAFT) — turns any Power Tool's output into a Slack update, status email, or escalation
```bash
npm install -g @anthropic-ai/claude-code
git clone https://github.com/smartsheet/cli-agent-power-tools claude mcp add --transport http smartsheet https://mcp.smartsheet.com claude ```
Then type:
Who's the bottleneck across my active projects?
Read the launch post: Introducing CLI Power Tools for Smartsheet.
MIT licensed. PRs welcome.