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

react-native-livechart

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

수집된 skills
3
Stars
158
업데이트
2026-07-15
Forks
7
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

publish-library
소프트웨어 개발자

Publish the react-native-livechart library to npm from this monorepo. Use this whenever the user wants to publish, ship, or release the package to npm — including the first-ever publish — or asks how publishing works here. Covers the workspace-scoping gotcha (a bare `npm publish` targets the Expo example app, not the library), the `private: false` gate, the source-shipping/prepack model, dry-run verification, and the required post-publish steps (push, tag, and a GitHub Release). Trigger even if the user just says "push it to npm", "can we publish now", or "ship the package" without naming the skill. For deciding a version bump + CHANGELOG first, see the update-library skill.

2026-07-15
skia-paths
소프트웨어 개발자

Use when building or changing Skia paths in this repo — anything touching SkPath, PathBuilder, per-frame path construction in worklets/useDerivedValue, drawSpline, the `.reset()` + ping-pong path-pool pattern, or the react-native-skia path-migration (immutable SkPath / PathBuilder). Covers the installed 2.6.4 mutable API, the PathBuilder API, the static path factories, the worklet per-frame patterns, and how the repo's useChartPaths pool/ping-pong optimization maps onto the new model. Trigger on "Skia path", "SkPath", "PathBuilder", "build a path each frame", "migrate path building", or a Skia upgrade.

2026-07-15
update-library
소프트웨어 개발자

Cut and release a NEW version of the react-native-livechart library: choose the semver bump, update the version field, update the CHANGELOG, verify, then publish. Use this whenever the user wants to release a new version, bump the version, ship an update/patch/minor/major, publish changes since the last release, or "cut a release" of the package — even if they don't name the skill. This skill owns the versioning + changelog decisions; for the npm publish mechanics themselves it hands off to the publish-library skill.

2026-07-15