بنقرة واحدة
template-sync-check
Verify that all 4 Convex template locations are in sync (CLAUDE.md Rule 6)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Verify that all 4 Convex template locations are in sync (CLAUDE.md Rule 6)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Complete and archive spec
Pre-spec exploration and research
Initialize spec with PRD
Generate detailed spec from PRD
Apply tests - development mode
Create tests from spec scenarios
| name | template-sync-check |
| description | Verify that all 4 Convex template locations are in sync (CLAUDE.md Rule 6) |
| user-invocable | false |
You are checking that the 4 required Convex template locations are identical, as required by CLAUDE.md Rule 6.
The 4 locations that must stay in sync:
packages/cli/templates/default/convex/ — CANONICAL SOURCEpackages/cli/dist/default/convex/templates/default/convex/convex/Follow these steps:
Step 1: List files in all 4 directories
Compare the file listings across all locations. Note any files present in some locations but missing in others.
Step 2: Diff files that exist in all locations
For each file in the canonical source (packages/cli/templates/default/convex/), diff it against the other 3 copies. Flag any content differences.
Step 3: Fix drift if found
If any differences are detected (missing files or content drift), run:
pnpm sync-templates
Then re-run the diffs to confirm all 4 locations are now identical.
Step 4: Report findings
Report clearly:
pnpm sync-templates was run and whether it resolved the drift