From 6ff5f9a4876fc94857962a3e55dddb9814051d01 Mon Sep 17 00:00:00 2001 From: felipe171281-bit Date: Mon, 10 Aug 2026 23:14:40 -0300 Subject: [PATCH] Fix subject-verb agreement in remotion-create SKILL.md "Node.js and Git" is a compound subject, so it takes "are" rather than "is". Applied the same fix to the embedded REFERENCE.md copy under remotion-best-practices so both stay consistent. Co-Authored-By: Claude Sonnet 5 --- skills/remotion-best-practices/remotion-create/REFERENCE.md | 2 +- skills/remotion-create/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/remotion-best-practices/remotion-create/REFERENCE.md b/skills/remotion-best-practices/remotion-create/REFERENCE.md index 3a58fe2..1007854 100644 --- a/skills/remotion-best-practices/remotion-create/REFERENCE.md +++ b/skills/remotion-best-practices/remotion-create/REFERENCE.md @@ -10,7 +10,7 @@ If this is not the next task, see [Remotion Best Practices](../SKILL.md) ## Scaffold a project If a project already exists, skip this. -Ensure Node.js and Git is installed, and the current folder is appropriate for starting a new project. +Ensure Node.js and Git are installed, and the current folder is appropriate for starting a new project. Scaffold one using: diff --git a/skills/remotion-create/SKILL.md b/skills/remotion-create/SKILL.md index 5e59289..7b8bcd2 100644 --- a/skills/remotion-create/SKILL.md +++ b/skills/remotion-create/SKILL.md @@ -10,7 +10,7 @@ If this is not the next task, see [Remotion Best Practices](../remotion-best-pra ## Scaffold a project If a project already exists, skip this. -Ensure Node.js and Git is installed, and the current folder is appropriate for starting a new project. +Ensure Node.js and Git are installed, and the current folder is appropriate for starting a new project. Scaffold one using: