figma.audit-connect
Task: Audit Figma Code Connect Mapping
Audit the specificed Figma Code Connect mapping file.
ALWAYS refresh your memory of the React Code Connect documentation here: https://developers.figma.com/docs/code-connect/react/
Inputs
You will be provided with a name or path to a Figma Code Connect mapping file.
Code Connect files (.figma.tsx) are colocated with their corresponding components in this repo, typically within the component's local __figma__ directory.
Search for the mapping file and end your task if you cannot find it.
Within the current mapping file:
- Study all the property mappings defined in
props: { ... }of the code connect mapping file. - Study the figma variants covered (indicated by use of
variant: { ... })- variants should be defined as separate
figma.connectcalls with the same component.
- variants should be defined as separate
More from coinbase/cds
cds-code
|
10cds-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.
2