一键导入
ati-ollie-child
ati-ollie-child 收录了来自 lightspeedwp 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Extract a color palette from a Figma variables table node and replace the settings.color.palette array in a theme.json file. Use when updating or syncing a WordPress theme.json palette from Figma color variables.
Extract border radius presets from a Figma Variables documentation node and update WordPress theme.json settings.border.radiusSizes (6.9 schema). Use when syncing radius presets from Figma and preserving labels/slugs.
Extract shadow tokens from a Figma Variables documentation node and update WordPress theme.json shadow presets (6.9 schema). Use when the user provides a Figma node with shadow variables and wants theme.json presets updated.
Extract spacing tokens from a Figma variables table node and replace the settings.spacing.spacingSizes array in a theme.json file. Use when syncing WordPress theme spacing scales from Figma.
Extract multiple style variations (color palettes + typography font families) from a Figma variables table node into individual WordPress theme.json style variation files. Use when syncing styles from Figma into /styles variation JSON files, including font downloads and fontFace entries.
Extract typography tokens (font sizes, font families, line heights) from a Figma variables table node and replace settings.typography + custom line-height properties in a WordPress theme.json (6.9 schema). Use when syncing a theme’s typography presets from Figma.
Convert Figma designs into ls-theme WordPress block patterns with strict semantic token mapping, dark-token parity, reuse-or-create style workflow, Phosphor icon mapping into Icon Block markup, CSS-versus-GSAP motion routing, mandatory use of the theme-color-token-enforcer skill for created patterns or styles, and mandatory use of the wordpress-gsap skill whenever GSAP is required.
Audit or fix semantic colour token usage in a WordPress block theme. Use when checking a file, folder, or glob for raw colours, direct preset-colour references, missing settings.custom.color tokens, missing styles/dark.json token parity, or WCAG AA contrast issues. Reuse an existing semantic custom colour token where possible; otherwise create matching theme.json and styles/dark.json token paths and replace authored usage with semantic custom colour tokens, while preserving existing shared non-colour token families such as custom typography font-weight variables.
Fix WordPress theme preset references by scanning the theme sequentially, detecting orphaned var:preset and --wp--preset tokens, and replacing them with the closest matching slugs defined in theme.json. Use when theme.json variable names change and existing patterns/styles/templates still reference old slugs.
Audit a WordPress block theme and fill out theme.json as completely as possible without overwriting existing config. Use when scanning a theme, theme.json, style variations, styles/presets files, templates, patterns, and block.json supports to identify missing block configuration, infer sensible additions, present an approval-first plan, and then apply additive minimal edits.