You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: Context7 was migrated from SessionStart hooks to Skills for better token efficiency. See the lessons learned doc for the evolution and comparison.
353
353
354
+
### Vendor-Synced Skills (Read-Only)
355
+
356
+
Skills in `plugins/*/skills/` that contain a `SYNC.md` file are vendor-synced and **must not be modified directly** — changes will be overwritten on the next `bun run skills:sync`.
357
+
```bash
358
+
# Check before editing
359
+
cat plugins/<plugin>/skills/<skill>/SYNC.md
360
+
```
361
+
Skip any code review suggestions targeting vendor-synced skill files.
362
+
354
363
## Development Standards
355
364
356
365
Read these documents **only when relevant to the current task** — do not load them all upfront:
0 commit comments