Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

laboratory

laboratory contient 6 skills collectées depuis stellar, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
6
Stars
110
mis à jour
2026-04-22
Forks
120
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

commit-progress
Développeurs de logiciels

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.

2026-04-22
component-guide
Développeurs de logiciels

Guide for building React components using @stellar/design-system and project SCSS conventions. Invoke when creating new components or reviewing component code.

2026-04-22
figma-to-code
Concepteurs web et d'interfaces numériques

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.

2026-04-22
react-rerender-mental-models
Développeurs de logiciels

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 actually helps.

2026-04-22
zustand-store-patterns
Développeurs de logiciels

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.

2026-04-22
test-changed
Analystes en assurance qualité des logiciels et testeurs

Run e2e and unit tests related to files changed on the current branch. Use after making code changes to verify nothing is broken.

2026-03-23