local-build-reminder
SolidRemind the user to rebuild OMC after editing TypeScript when running from a local fork. Triggered automatically by the AI whenever it notices it (or the user) just changed a src/**/*.ts file in an OMC dev install.
AI & Automation 36,273 stars
3296 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Local Build Reminder
**Always-on reminder for OMC fork development.** When OMC is running in local
mode (HUD shows `[OMC#X.Y.ZL]` with an `L` suffix), Claude Code loads compiled
JavaScript from `dist/` — NOT TypeScript source from `src/`. Edits to `.ts`
files are invisible to the running plugin until `npm run build` regenerates
`dist/`.
## When to invoke this skill
The AI should mention this reminder whenever **any of these** happens:
1. The user (or the AI itself) just edited `src/**/*.ts` in this repo.
2. The user asks "why isn't my change working?" / "I edited X but it does the same" after a TS edit.
3. The user is about to restart Claude Code and the working tree has TS edits with no rebuild.
4. The user runs an OMC command and expects new behavior tied to a TS edit.
## What to say
Surface one clear sentence followed by the exact command. Don't repeat the
reminder on every turn — once per "round" of TS editing is enough. Example:
> Heads up: you edited `src/...`. Run `npm run build` before restarting
> Claude Code — `dist/` won't reflect the change otherwise.
If multiple TS files were edited in a row, just remind once at the end.
## When NOT to remind
- The user only edited `.mjs` / `.cjs` / `.md` / `.json` — those load directly
from disk, no build needed.
- The user is in a Claude Code session that isn't running OMC locally
(no `L` in the HUD).
- A `tsc --watch` / `npm run dev:full` is already running in the background
— those rebuild automatically on s...
Details
- Author
- Yeachan-Heo
- Repository
- Yeachan-Heo/oh-my-claudecode
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
omc-setup
Install or refresh oh-my-claudecode for plugin, npm, and local-dev setups from the canonical setup flow
36,273 Updated today
Yeachan-Heo AI & Automation Listed
reminder
Manage Claude Code reminders (add, list, remove). Use when the user says "remind me", "reminder", or "/reminder".
0 Updated yesterday
JeremieSamson AI & Automation Listed
omc-default
Configure OMC in local project (.claude/CLAUDE.md)
6 Updated today
mazenyassergithub