@jonlatane/run-tamagui
BRun or rebuild the local Tamagui/Next.js frontend (frontends/tamagui). Use when the user wants to start the Tamagui dev server or rebuild it standalone.
Install
agr install @jonlatane/run-tamagui --target claudeWrites 1 file into .claude/skills/, pinned to git-cf5dc215.
- .claude/skills/run-tamagui/SKILL.md
Document
name: run-tamagui description: Run or rebuild the local Tamagui/Next.js frontend (frontends/tamagui). Use when the user wants to start the Tamagui dev server or rebuild it standalone.
Jonline's Tamagui frontend lives in frontends/tamagui (Tamagui + Next.js) and is driven through its own Makefile.
Running the dev server
cd frontends/tamagui && make run_dev_server
- Runs
yarn web, a Next.js dev server. - Serves on port 3000 locally.
- The user often has this running themselves already — it's fine to kill and restart it.
Rebuilding
cd frontends/tamagui && make rebuild_fe
- Runs
yarn tsc && yarn build && yarn web:prod:build(withNODE_OPTIONS=--max-old-space-size=8192). make upgrade_tamaguirunsyarn upgrade:tamaguithenrebuild_fe.- Protos:
yarn protos(invoked by the rootmake protostarget — see therebuild-protosskill).
Prefer the backend-driven workflow for checking changes
Tamagui is noticeably slower and more painful to iterate with than Elm. Unless the user specifically wants the standalone Next.js dev server, prefer validating changes through the Rust backend instead, via the run-backend skill's:
cd backend && make rebuild_tamagui_and_run
This rebuilds the Tamagui FE and serves it from the Rust server (ports 80/8000), which is generally a more reliable way to check a change end-to-end.
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicensecopyleft/unknown — index-and-link only
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-cf5dc21563842026-07-31