clickup-sdk-patterns
Installation
SKILL.md
ClickUp Typed Client Patterns
Overview
Keep application code independent of transport details without presenting an ungoverned third-party wrapper as an official SDK.
Prerequisites
- Pinned official v2 and v3 OpenAPI documents or reviewed endpoint schemas
- A server-side HTTP runtime, validation library, and test framework
- Auth, Workspace, timeout, retry, redaction, and observability policies
Tool Discipline
Use Read, Glob, and Grep to inspect the repository, adapters, configuration names, tests, and evidence. Use WebFetch only for current official ClickUp documentation. Use Write or Edit after confirming the target file, Workspace boundary, and requested mode.