一键导入
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