clickup-reference-architecture

Featured

Production architecture for ClickUp API v2 integrations with layered design, custom fields, time tracking, goals, and two-way sync patterns. Trigger: "clickup architecture", "clickup design", "clickup project structure", "clickup custom fields", "clickup time tracking", "clickup goals API".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ClickUp Reference Architecture ## Overview Production-ready architecture for ClickUp API v2 integrations covering custom fields, time tracking, goals, and two-way sync with external systems. ## Architecture Layers ``` ┌──────────────────────────────────────────┐ │ Application Layer │ │ (Routes, Controllers, Webhooks) │ ├──────────────────────────────────────────┤ │ Service Layer │ │ (Business Logic, Orchestration) │ ├──────────────────────────────────────────┤ │ ClickUp Client Layer │ │ (API Wrapper, Types, Cache, Retry) │ ├──────────────────────────────────────────┤ │ Infrastructure │ │ (Queue, Cache, Monitoring, Secrets) │ └──────────────────────────────────────────┘ │ ▼ api.clickup.com/api/v2/ ``` ## Custom Fields API Custom fields let you extend tasks beyond built-in fields. Each field has a UUID and a type. ``` GET /api/v2/list/{list_id}/field Get accessible custom fields POST /api/v2/task/{task_id}/field/{field_id} Set custom field value DELETE /api/v2/task/{task_id}/field/{field_id} Remove custom field value ``` ### Custom Field Types and Value Formats | Type | `value` Format | Example | |------|---------------|---------| | `text` | string | `"Release v2.1"` | | `number` | number | `42` | | `money` / `currency` | number (in smallest unit) | `9999` (= $99.99) | | `date` | Unix ms timestamp | `1695000000...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

clickup-prod-checklist

Production readiness checklist for ClickUp API v2 integrations covering auth, rate limits, error handling, monitoring, and rollback. Trigger: "clickup production", "clickup go-live", "clickup launch checklist", "clickup prod ready", "deploy clickup to production".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clickup-migration-deep-dive

Migrate to ClickUp from other project management tools (Jira, Asana, Trello) or migrate data between ClickUp workspaces using API v2. Trigger: "migrate to clickup", "clickup migration", "jira to clickup", "asana to clickup", "trello to clickup", "clickup data migration", "move tasks to clickup", "clickup import".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clickhouse-reference-architecture

Production reference architecture for ClickHouse-backed applications — project layout, data flow, multi-tenant patterns, and operational topology. Use when designing new ClickHouse systems, reviewing architecture, or establishing standards for ClickHouse integrations. Trigger: "clickhouse architecture", "clickhouse project structure", "clickhouse design", "clickhouse multi-tenant", "clickhouse reference".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clickup-core-workflow-b

Manage ClickUp workspaces, spaces, folders, lists, and views via API v2. Use when creating project structures, organizing spaces and lists, or managing the ClickUp hierarchy programmatically. Trigger: "clickup space", "clickup folder", "clickup list", "clickup views", "create clickup space", "organize clickup workspace", "clickup hierarchy".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clickup-cost-tuning

Optimize ClickUp API usage costs through plan selection, request reduction, caching, and usage monitoring. Trigger: "clickup cost", "clickup billing", "reduce clickup usage", "clickup pricing", "clickup plan comparison", "clickup API usage".

2,266 Updated today
jeremylongshore