← ClaudeAtlas

clickuplisted

ClickUp ticket creation, modification, and workspace management with enforced quality standards. Creates consistent tickets using Connextra user stories, evidence-only descriptions, fuzzy list aliases, first-name teammate resolution, bug-keyword type inference, priority-keyword inference, duplicate detection, idempotent create, and preview-and-edit confirmation. Includes a two-step onboarding wizard, persistent user config + memory files, and a stale-config reminder. Use when the user types /clickup, /clickup --auto, /clickup --onboard, /clickup --memory, /clickup --status, /clickup --workspace, or says "create a ticket", "add to backlog", "put in ClickUp", "make a task", "file a bug in ClickUp", "create a ClickUp task", or references a ClickUp list, task, or workflow.
SashaMarchuk/claude-plugins · ★ 0 · Data & Documents · score 75
Install: claude install-skill SashaMarchuk/claude-plugins
# /clickup Universal skill for creating and managing ClickUp tickets. Enforces consistent title + description conventions so every teammate writes the same way. Onboarding builds a personal config; memory captures learned preferences. ## Step 1: Parse $ARGUMENTS | Flag | Mode | Details | |---|---|---| | (none) | Interactive ticket create | `references/modes.md#default` | | `--auto` | Silent create with defaults | `references/modes.md#auto` | | `--onboard` | Full wizard (identity + workspace) | `references/modes.md#onboard` | | `--onboard identity` | Re-run shared identity wizard only | `references/modes.md#onboard-identity` | | `--onboard workspace` | Re-run clickup-local wizard only | `references/modes.md#onboard-workspace` | | `--memory [add\|list\|remove\|clear]` | Manage learned patterns | `references/modes.md#memory` | | `--status` | Config health check (both files) | `references/modes.md#status` | | `--workspace` | Switch active ClickUp workspace | `references/modes.md#workspace` | | `--reload` | Reconcile config.lists with workspace state | `references/modes.md#reload` | | `--reload --mode=incremental` | Force incremental even on large diff | `references/modes.md#reload` | | `--reload --mode=full` | Force route to onboard-workspace with archive carry-forward | `references/modes.md#reload` | **Precedence on conflict:** `--onboard` > `--status` > `--memory` > `--workspace` > `--reload` > `--auto` > default. Flag arguments are space-separated (`--onboard identity`, no