cds-code
CDS Code Writing Skill
Contents
- Part 1: Initialization | Follow these steps once per session, before you write any code
- Part 2: Workflow | Follow these steps for all frontend coding tasks
Part 1: Initialization
Perform the following operations only once per session, after the skill is activated.
Prepare CDS documentation
For any CDS documentation needs, you will need to use either of the following tools. If neither are available you may let the user know but still continue on with the task as documentation is helpful but not required.
- Activate the
cds-docsskill OR... - If the
cds-docsskill is not configured, try calling the CDS MCP serverlist-cds-routestool.
More from coinbase/cds
cds-docs
|
6feature-planner
A guided workflow for non-technical contributors (designers, PMs) to describe a feature idea and produce a detailed technical implementation plan for an engineer. Invoke manually with /feature-planner.
3ktlo
Instructions to fetch assigned Linear issues in the current cycle and potentially kick off a development session.
2dev.cds-mobile
USE THIS when asked to work on a new or existing (MOBILE) CDS React component in packages/mobile
2git.repo-manager
Instructions to manage a local cache of GitHub repositories. This would typically done in cases where the user want to perform research/analysis on a repository. Invoke whenever you need to clone a repo that isn't present locally, bring an existing clone up to date, or remove a repo from the cache. This skill handles only the mechanical filesystem/git operations — not research, analysis, or anything about the repo's contents.
2dev.cds-web
USE THIS when asked to work on a new or existing (WEB) CDS React component in packages/web
2