Skip to content

Commit 0f4fbdd

Browse files
committed
docs(claude): add vendor-synced skills read-only warning
1 parent 1b62264 commit 0f4fbdd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,15 @@ Reference documentation: `docs/lessons-learned/context7.md`
351351

352352
**Note**: Context7 was migrated from SessionStart hooks to Skills for better token efficiency. See the lessons learned doc for the evolution and comparison.
353353

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+
354363
## Development Standards
355364

356365
Read these documents **only when relevant to the current task** — do not load them all upfront:

0 commit comments

Comments
 (0)