library-build-sync

Solid

Use when creating or updating JavaScript/TypeScript libraries in this monorepo; require building the library first and then running yarn in `_templates/react_template` so the template picks up the latest local library version.

Web & Frontend 70 stars 3 forks Updated 1 months ago

Install

View on GitHub

Quality Score: 70/100

Stars 20%
62
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
57
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Library Build Sync ## When to use - You created or changed a JS/TS library in `packages/*`. - You need `_templates/react_template` to use the latest library build. ## Required workflow 1. Build the changed library (or all libraries) with `yarn build`. 2. After build is complete, run `yarn` inside `_templates/react_template`. 3. Continue normal Turborepo flow (`yarn build`, `yarn start`, tests). ## Command examples - Single library: - `cd packages/<library-name>` - `yarn build` - `cd ../../_templates/react_template` - `yarn` - Full repo libraries: - `cd /Users/m1max/IdeaProjects/infinitylooplabs/Platform` - `yarn build:libs` - `cd _templates/react_template` - `yarn` ## Guardrails - Do not skip library build before installing in React template. - Do not skip `yarn` in `_templates/react_template` after library changes. - If several libraries changed, finish all builds first, then run one `yarn` in `_templates/react_template`. ## Response requirement - If this skill is used, the final assistant message must end with a short note confirming usage. - Use this exact line at the end: `Библиотеки засинхронизированны`.

Details

Author
InfinityLoopLabs
Repository
InfinityLoopLabs/Blank_Platform
Created
5 years ago
Last Updated
1 months ago
Language
TypeScript
License
None

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Featured

sync-skills

(project) Use when a skill in skills/ has its name or description changed, or is added or removed — syncs README.md, settings.json, and hal_dotfiles.json

114 Updated yesterday
vinta
Web & Frontend Solid

creating-bookmarklets

Creates browser-executable JavaScript bookmarklets with strict formatting requirements. Use when users mention bookmarklets, browser utilities, dragging code to bookmarks bar, or need JavaScript that runs when clicked in the browser toolbar.

123 Updated today
oaustegard
Web & Frontend Solid

xcode-build-benchmark

Benchmark Xcode clean and incremental builds with repeatable inputs, timing summaries, and timestamped `.build-benchmark/` artifacts. Use when a developer wants a baseline, wants to compare before and after changes, asks to measure build performance, mentions build times, build duration, how long builds take, or wants to know if builds got faster or slower.

743 Updated 1 months ago
AvdLee
AI & Automation Solid

sync

Fast save-point: sync all session-context files and MEMORY.md with current progress. Zero questions, zero delay. Use when user says /sync, save progress, save state, sync context, or /sync --full for capability inventory.

87 Updated 4 weeks ago
anombyte93
Web & Frontend Solid

aberdeen

Expert guidance for building reactive UIs with the Aberdeen library. Covers element creation, reactive state management, efficient list rendering, CSS integration, routing, transitions, and optimistic updates.

105 Updated 5 days ago
vanviegen