southleft

49 mods across 8 repositories, 2.8k stars between them.

southleft/figma-console-mcp-skills

Skill Claude CodeCodex

Scan generated/authored HTML for accessibility violations with axe-core (Deque) running over JSDOM — structural and semantic rules: ARIA attributes and roles, accessible names, alt text, form labels, heading order, landmarks, semantic HTML, tabindex, duplicate IDs, lang attribute, and 50 more. Use on the CODE side of…

77 16d ago A 200 tokens original MIT

southleft/figma-console-mcp-skills

Skill Claude CodeCodex

Bootstrap a complete design-token system in Figma in one atomic step — create a variable collection, its modes (e.g. Light/Dark), and every variable with per-mode values together. Use when starting a token system from scratch: triggers 'set up design tokens in Figma', 'create a token collection with light and dark…

77 16d ago A 124 tokens original MIT

figma-slides

27

southleft/figma-console-mcp-skills

Skill Claude CodeCodex

Author Figma Slides presentations — list/create/duplicate/reorder/delete slides, read the slide grid, add text and shapes to a slide, set slide background color, set or read slide transitions (dissolve, slide-from, push-from, smart-animate), focus a slide, and toggle skip. Use when the user wants to build or edit a…

77 16d ago A 164 tokens original MIT

southleft/figma-console-mcp-skills

Skill Claude CodeCodex

List a Figma file's version history, snapshot the file at any past version, and diff two versions (added/removed/renamed pages plus deep per-component changes). Use when the user wants to inspect Figma history — triggers: 'list Figma versions', 'what versions does this file have', 'show version history', 'snapshot…

77 16d ago A 181 tokens original MIT

southleft/linkedin-mcp

Instructions file

Instructions for southleft/linkedin-mcp, covering linkedin mcp - development guide, messaging / dm system, how it works, key files and messaging tools.

39 28d ago A 1,045 tokens original MIT

linkedin

30

southleft/linkedin-mcp

MCP server Claude CodeCodexCursor +2

LinkedIn MCP server with auth and posting tools. Runs locally from the linkedin-mcp Python package. Needs 2 environment variables to run.

39 28d ago A tokens not measured original MIT

southleft/skills-for-figma

Skill Claude CodeCodex

Analyze a Figma COMPONENTSET as a state machine for code generation — extract variant axes (state/size/etc.), map state variants to CSS pseudo-classes (hover→:hover, focus→:focus-visible, disabled→:disabled, error→[aria-invalid]), and compute per-variant visual diffs (only what changes per state). Use when generating…

13 3mo ago A 180 tokens original MIT

annotations-figma

33

southleft/skills-for-figma

Skill Claude CodeCodex

Read and write designer annotations on Figma nodes — node-level design specs that pin properties (fills, width, fontSize, etc.) and carry plain or markdown notes. Use when the user wants to document or inspect interaction specs, animation timings, easing, accessibility requirements, or implementation notes attached…

13 3mo ago A 145 tokens copy · 92% MIT

southleft/skills-for-figma

Skill Claude CodeCodex

Organize a Figma COMPONENTSET's variants into a clean, labeled grid — rows and columns derived from the variant properties, with row labels on the left, column headers on top, and a titled white container. Use when a variant set is a messy pile and you want a presentable, documentation-ready layout — triggers…

13 3mo ago A 160 tokens copy · 95% MIT

southleft/skills-for-figma

Skill Claude CodeCodex

Deep accessibility scorecard for a single Figma component or component set — state coverage (default/hover/focus/disabled/error/active/loading), focus-indicator quality and contrast, non-color state differentiation, target size, annotation completeness, and color-blind simulation (protanopia/deuteranopia/tritanopia)…

13 3mo ago A 195 tokens copy · 97% MIT

build-slides-figma

36

southleft/skills-for-figma

Skill Claude CodeCodex

Author Figma Slides presentations — list/create/duplicate/reorder/delete slides, read the slide grid, add text and shapes to a slide, set slide background color, set or read slide transitions (dissolve, slide-from, push-from, smart-animate), focus a slide, and toggle skip. Use when the user wants to build or edit a…

13 3mo ago A 166 tokens copy · 95% MIT

southleft/skills-for-figma

Skill Claude CodeCodex

Compare a Figma node's actual specs against a code spec (the values your component renders) and get a 0–100 parity score, a list of discrepancies, and fix suggestions. Use to detect design-to-code DRIFT: triggers 'check design parity', 'does my code match the Figma', 'compare this component to the design', 'is my…

13 3mo ago A 171 tokens copy · 91% MIT

southleft/skills-for-figma

Skill Claude CodeCodex

Add, edit, and delete Figma component properties (TEXT, BOOLEAN, INSTANCESWAP, VARIANT) on a COMPONENT or COMPONENTSET, and instantiate a component then set its instance properties. Use when authoring or wiring up a component's API in Figma — triggers: 'add a component property', 'add a boolean prop to this…

13 3mo ago A 159 tokens copy · 88% MIT

southleft/skills-for-figma

Skill Claude CodeCodex

Author FigJam boards with granular control — sticky notes (single + batch), connectors between nodes, shapes-with-text, sections, tables, code blocks, and auto-arrange — plus read back board contents and the connection graph. Use when the user wants to build or edit a FigJam board element-by-element. Triggers: 'add…

13 3mo ago A 169 tokens copy · 97% MIT

southleft/skills-for-figma

Skill Claude CodeCodex

Extract a single Figma component (or any node) as a full recursive tree to N levels deep — every child's layout, fills/strokes/effects, typography, resolved bound variables (token names + code syntax), INSTANCE mainComponent references, prototype reactions, and annotations. Use when you need maximum-fidelity data to…

13 3mo ago A 158 tokens original MIT

southleft/skills-for-figma

Skill Claude CodeCodex

One call to inventory an entire Figma design system — variables/tokens (grouped by collection + mode), components and component sets (with property definitions and per-variant visual specs), and styles (color/text/effect with resolved values). Use when you need the whole design-system picture before generating code or…

13 3mo ago A 160 tokens copy · 95% MIT

export-tokens-figma

42

southleft/skills-for-figma

Skill Claude CodeCodex

Export Figma variables to design token files in DTCG, CSS custom properties, Tailwind v4/v3, SCSS, TypeScript, JSON, Style Dictionary, or Tokens Studio. Use when the user wants to pull design tokens OUT of Figma into code — triggers: 'export tokens', 'export Figma variables', 'generate CSS variables from Figma', 'turn…

13 3mo ago A 146 tokens copy · 89% MIT

southleft/skills-for-figma

Skill Claude CodeCodex

Generate complete Markdown documentation for a Figma component — anatomy/layer tree, design tokens (colors, spacing, typography), states/variants matrix, accessibility notes, content guidelines, and optional code-parity + YAML frontmatter. Use when the user wants a docs page or handoff spec for a component or…

13 3mo ago A 150 tokens copy · 92% MIT

import-tokens-figma

44

southleft/skills-for-figma

Skill Claude CodeCodex

Push design tokens from code INTO Figma as variables — DTCG / tokens.json / a token object → Figma variable collections, modes, and values. Use when the user wants to sync tokens code→Figma: triggers 'import tokens into Figma', 'create Figma variables from my tokens.json / DTCG / Tailwind config', 'sync design tokens…

13 3mo ago A 141 tokens copy · 89% MIT

southleft/skills-for-figma

Skill Claude CodeCodex

Discover and import design tokens from SUBSCRIBED Figma team libraries into the current file. Use when the user wants to reuse tokens that live in a shared library: triggers 'list library variables', 'what tokens are in our shared library', 'import a variable from our design system library', 'pull in the brand color…

13 3mo ago A 107 tokens copy · 94% MIT

lint-design-figma

46

southleft/skills-for-figma

Skill Claude CodeCodex

Lint a Figma node tree for WCAG 2.2 accessibility AND design-system quality — contrast, target size, focus indicators, color-only signaling, hardcoded colors, missing text styles, detached components, and more. Use when the user wants a design-side audit BEFORE handoff: triggers 'lint this frame', 'check…

13 3mo ago A 220 tokens copy · 95% MIT

southleft/skills-for-figma

Skill Claude CodeCodex

Create, update, rename, delete, and organize Figma variables, collections, and modes — including fast batch create/update, setting scopes, code syntax, and adding theme modes. Use for incremental variable work: triggers 'create a variable', 'batch update variables', 'add a dark mode to my collection', 'rename this…

13 3mo ago A 135 tokens copy · 92% MIT

southleft/skills-for-figma

Skill Claude CodeCodex

Scan generated/authored HTML for accessibility violations with axe-core (Deque) running over JSDOM — structural and semantic rules: ARIA attributes and roles, accessible names, alt text, form labels, heading order, landmarks, semantic HTML, tabindex, duplicate IDs, lang attribute, and 50 more. Use on the CODE side of…

13 3mo ago A 200 tokens copy · 86% MIT