一键导入
beam-studio
beam-studio 收录了来自 flux3dp 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Camera calibration flows and camera data structures — fisheye parameter versions (V2/V3/V4), storage files, per-model dialog steps, SolvePnP and CheckPnP. Use when working on calibration dialogs under components/dialogs/camera/ or on cameraCalibrationApi.
Cypress E2E conventions for Beam Studio release-test automation under apps/web/cypress/ — spec layout, custom commands, and path-based gcode verification. Use when adding, updating, or debugging an E2E spec.
Keychain generator dialog — shape categories, Paper.js geometry operations, hole positioning by ray intersection, and the shape build pipeline. Use when working on components/dialogs/KeyChainGenerator/.
SVG transform recalculation — how recalculateDimensions() absorbs translate, scale, and rotate into element attributes. Use when changing element transforms, implementing resize or rotate, or debugging transform and undo/redo bugs on the canvas.
SVG text editing system — multi-line text, tspans, fitText, and text-on-path. Use when creating or modifying text elements under app/svgedit/text/, textedit/, textactions.ts, or the TextContentBlock panel.
Jest unit-test conventions for Beam Studio — spec layout, mocking patterns, and the shared __mocks__ inventory. Use when writing, updating, or debugging any *.spec.ts or *.spec.tsx file.