logics-connector-figma/SKILL.md
Connect Figma to the Logics workflow: list pages and nodes, export node images, and import a Figma node reference into `logics/backlog/` as a new `item_###_*.md`.
npx skillsauth add alexago83/cdx-logics-kit logics-connector-figmaInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
FIGMA_TOKEN_PAT (Figma Personal Access Token). Use header X-Figma-Token: $FIGMA_TOKEN_PAT.FIGMA_FILE_KEY (default fileKey).python logics/skills/logics-connector-figma/scripts/figma_list_pages.py \
--file-key "$FIGMA_FILE_KEY"
python logics/skills/logics-connector-figma/scripts/figma_export_node.py \
--file-key "$FIGMA_FILE_KEY" --node-id "1744:4185" --format png --scale 2 \
--out "output/figma/weekly.png"
python logics/skills/logics-connector-figma/scripts/figma_to_backlog.py \
--file-key "$FIGMA_FILE_KEY" --node-id "1744:4185" \
--export --image-out-dir "output/figma"
data-ai
Generate Logics workflow Mermaid blocks with a deterministic fallback that stays compatible with the flow manager.
testing
Fixture skill used to validate Logics kit package parsing.
testing
--- name: fixture-invalid-skill description: invalid: yaml frontmatter sample --- # Fixture Invalid Skill This fixture intentionally violates the SKILL frontmatter contract.
development
Plan workstreams/roadmap from Logics backlog and tasks. Use when Codex should generate a `logics/ROADMAP.md` grouping items into Now/Next/Later/Done based on priority and progress.