From cc2c93f57ab3eed2915f25f1980b655380fe25d6 Mon Sep 17 00:00:00 2001 From: Krzysztof Rodak Date: Fri, 20 Mar 2026 05:45:24 +0100 Subject: [PATCH] Add cup (ClickUp CLI for AI agents) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4a46b1..472cefc 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Over 150 production-ready plugins that extend Claude Code with domain-specific c | [create-worktrees](plugins/create-worktrees/) | Git worktree management for parallel development workflows | | [cron-scheduler](plugins/cron-scheduler/) | Cron job configuration and schedule validation | | [css-cleaner](plugins/css-cleaner/) | Find unused CSS and consolidate stylesheets | +| [cup](https://github.com/krodak/clickup-cli) | ClickUp CLI for AI agents with task management, sprints, and time tracking | | [data-privacy](plugins/data-privacy/) | Data privacy implementation with PII detection and anonymization | | [database-optimizer](plugins/database-optimizer/) | Database query optimization with index recommendations and EXPLAIN analysis | | [dead-code-finder](plugins/dead-code-finder/) | Find and remove dead code across the codebase |