Skip to content

Commit 99744de

Browse files
committed
Clean imported skill files
1 parent 47ffd29 commit 99744de

10 files changed

Lines changed: 1 addition & 10 deletions

File tree

plugins/datasite/skills/bulk-qa-answers/SKILL.md

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,4 +250,3 @@ Reconnect via Settings → Extensions → Datasite. Resume from the last complet
250250

251251
**`updateContent` or `createContent` returns a permissions error**
252252
The user's Datasite account may not have Editor permissions on this project. Ask them to check their role in Datasite project settings.
253-

plugins/datasite/skills/document-quality-check/SKILL.md

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,4 +475,3 @@ Reconnect via Settings → Extensions → Datasite. Resume from the last complet
475475

476476
**`updateContent` or `createContent` returns a permissions error**
477477
The user's Datasite account may not have Editor permissions on this project. Ask them to check their role in Datasite project settings.
478-

plugins/datasite/skills/gap-analysis/SKILL.md

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,4 +342,3 @@ Reconnect via Settings → Extensions → Datasite. Resume from the last complet
342342

343343
**`updateContent` or `createContent` returns a permissions error**
344344
The user's Datasite account may not have Editor permissions on this project. Ask them to check their role in Datasite project settings.
345-

plugins/datasite/skills/irl-tracker/SKILL.md

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,3 @@ Reconnect via Settings → Extensions → Datasite. Resume from the last complet
348348

349349
**`updateContent` or `createContent` returns a permissions error**
350350
The user's Datasite account may not have Editor permissions on this project. Ask them to check their role in Datasite project settings.
351-

plugins/datasite/skills/launch-readiness-orchestrator/SKILL.md

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,3 @@ Reconnect via Settings → Extensions → Datasite. Resume from the last complet
312312

313313
**`updateContent` or `createContent` returns a permissions error**
314314
The user's Datasite account may not have Editor permissions on this project. Ask them to check their role in Datasite project settings.
315-

plugins/datasite/skills/risk-analysis-audit/SKILL.md

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,4 +379,3 @@ Reconnect via Settings → Extensions → Datasite. Resume from the last complet
379379

380380
**`updateContent` or `createContent` returns a permissions error**
381381
The user's Datasite account may not have Editor permissions on this project. Ask them to check their role in Datasite project settings.
382-

plugins/datasite/skills/smart-file-renaming/SKILL.md

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,3 @@ Reconnect via Settings → Extensions → Datasite. Resume from the last complet
247247

248248
**`updateContent` or `createContent` returns a permissions error**
249249
The user's Datasite account may not have Editor permissions on this project. Ask them to check their role in Datasite project settings.
250-

plugins/datasite/skills/vdr-index-setup/SKILL.md

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,3 @@ Reconnect via Settings → Extensions → Datasite. Resume from the last complet
253253

254254
**`updateContent` or `createContent` returns a permissions error**
255255
The user's Datasite account may not have Editor permissions on this project. Ask them to check their role in Datasite project settings.
256-

plugins/midpage/skills/cite-check/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,3 @@ not a gap to fill.
186186
incorrect, never "correct" a page number; the cover page says so.
187187
- Be explicit about what a tool confirmed versus what needs the attorney's judgment. This
188188
skill flags; it does not bless.
189-

plugins/render/skills/render-postgres/references/backup-and-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ On **paid** plans that include it, **point-in-time recovery** lets you restore t
1313
For full logical exports you control:
1414

1515
- **`pg_dump`** — flexible; use for migrations and archives.
16-
- **Custom format (recommended for larger DBs):**
16+
- **Custom format (recommended for larger DBs):**
1717
`pg_dump -Fc` produces a compressed custom archive suitable for **`pg_restore`** with parallel restore options.
1818

1919
For databases **under ~2 GB**, **Render `psql`** (Dashboard/shell access where enabled) is often enough for ad hoc work and smaller dumps; validate size and timeout limits before relying on it for large datasets.

0 commit comments

Comments
 (0)