Commit a logical unit of work with a descriptive message. Invoke after completing a meaningful chunk (component created, store wired, tests passing) to maintain small, reviewable commits.
Langue du texte source : anglais
Menu
SkillsMP a collecté 6 skills depuis stellar/laboratory. Ouvrez un skill pour examiner sa source et ses détails.
Affichage de 6 skills collectés sur 6.
Commit a logical unit of work with a descriptive message. Invoke after completing a meaningful chunk (component created, store wired, tests passing) to maintain small, reviewable commits.
Langue du texte source : anglais
Guide for building React components using @stellar/design-system and project SCSS conventions. Invoke when creating new components or reviewing component code.
Langue du texte source : anglais
Bridge Figma MCP output to Stellar Lab code conventions. Invoke after calling get_design_context to translate Figma's reference code into project-appropriate components, classes, and patterns.
Langue du texte source : anglais
Correct mental models for React re-renders and memoization. Use this skill when writing, reviewing, or optimizing React components to avoid common misconceptions about performance. Debunks the myth that "props cause re-renders" and teaches when memoization…
Langue du texte source : anglais
Reference for the two Zustand store patterns in Stellar Lab — main store (querystring) and transaction flow store (sessionStorage). Invoke when creating store slices, debugging hydration, or deciding where state belongs.
Langue du texte source : anglais
Run e2e and unit tests related to files changed on the current branch. Use after making code changes to verify nothing is broken.
Langue du texte source : anglais