Agent skill
template-sync-check
Verify that all 4 Convex template locations are in sync (CLAUDE.md Rule 6)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/template-sync-check
SKILL.md
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:
- Whether all 4 locations were already in sync
- Which files (if any) had drift and between which locations
- Whether
pnpm sync-templateswas run and whether it resolved the drift - Any files that could not be reconciled automatically
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?