cds-code

Installation
SKILL.md

CDS Code Skill

On every request

Before responding, determine what the user needs:

Coding — the user wants to create new UI or make visual changes to existing UI with CDS → follow the Coding Workflow.

Review — the user explicitly asks to audit, review, or check existing code for CDS adherence → read guidelines/code-review.md and follow it instead.

Out of scope — the user wants non-visual work such as business logic, data handling, analytics, navigation wiring, tests, generated code, or refactoring → do not follow this skill's coding or review workflows.

Default in-scope work to coding. Only treat the user's request as a review or audit if the intent is explicit. Building or updating UI is the primary use case for this skill.

Initialization

Run this once per session, before doing anything else.

Run the discovery script: scripts/discover-cds-packages.sh

Installs
44
Repository
coinbase/cds
GitHub Stars
493
First Seen
Apr 5, 2026
cds-code — coinbase/cds