lsst-sqre / migrate-styled-components-to-css-modules
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/migrate-styled-components-to-css-modules && curl -o .claude/skills/migrate-styled-components-to-css-modules/SKILL.md https://fastmcp.me/Skills/DownloadRaw?id=261
Project Skills
This skill will be saved in .claude/skills/migrate-styled-components-to-css-modules/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Step-by-step guide for migrating React components from styled-components to CSS Modules. Use this skill when converting styled-components to CSS Modules, refactoring legacy styled code, modernizing component styling, or preparing squared package components for the NO BUILD STEP architecture. Covers component conversion, design token usage, dynamic styles, testing updates, and both squared package and squareone app migration patterns.