Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

laboratory

laboratory에는 stellar에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
6
Stars
110
업데이트
2026-04-22
Forks
120
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

commit-progress
소프트웨어 개발자

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
소프트웨어 개발자

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
웹·디지털 인터페이스 디자이너

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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