with one click
plasma
plasma contains 6 collected skills from salute-developers, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Верстать продуктовые Figma-макеты на готовых компонентах SDDS/Plasma. Использовать, когда нужно реализовать страницу, экран приложения, форму, dashboard, widget, layout section или feature view по Figma, опираясь на sdds-mcp как источник актуальной информации о компонентах, props, variants, tokens, темах и примерах. Не использовать для создания или правки компонентов самой дизайн-системы.
Сравнивать компоненты Plasma с точными нодами Figma, править существующие компоненты и создавать новые компоненты с нуля по существующему дизайну. Использовать, когда нужно изучить Figma-макет, сравнить его с существующим компонентом, реализовать новый компонент по Figma, добавить стили/токены/stories/тесты или исправить расхождения между компонентами Plasma и Figma-макетами.
Create an API type-check test for a component. Use when asked to create, generate, or write an API test for a component. Example - "создай api-test для Checkbox", "api-test Switch".
Migrate a Cypress component test from packages/plasma-b2c to the new pattern in packages/plasma-new-hope. Trigger when user asks to rewrite, migrate, or port a component test to plasma-new-hope style. Example "перепиши тесты для ComponentName по новому паттерну", "migrate ComponentName test to new-hope".
Remove old component tests and Cypress snapshots by component name. Trigger when user asks to delete, remove, or clean up old tests or screenshots for a component. Example "удали старые тесты для ComponentName", "remove old tests for DateTimePicker".
Migrate component Storybook stories to the new format using a shared get{Component}Stories factory from @salutejs/plasma-sb-utils, and update all final packages. Use when asked to migrate/refactor stories for a component.