Sync Schemas — Development skill for Claude Code
Find JSONL/settings fields seen on disk that strict Zod schemas don't allow, and add them as optional.
How to install Sync Schemas
Installs to ~/.claude/commands/motlin-claude-code-plans-sync-schemas.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/motlin/claude-code-plans/HEAD/.claude/commands/sync-schemas.md -o ~/.claude/commands/motlin-claude-code-plans-sync-schemas.md Restart Claude Code, or start a new session, for it to be picked up.
What Sync Schemas does
description: Find JSONL/settings fields seen on disk that strict Zod schemas don't allow, and add them as optional.
We have several "Schema against disk" vitest tests that walk `~/.claude/` and validate real files against our strict Zod schemas. When Claude Code (or settings, or hooks) starts emitting a new field, those tests fail with `unrecognized_keys`. The fix is always the same shape: add the field as `.optional()` (or a union branch) to the right schema. See commit `9cb1b41` fo
Alternatives in Development
- Generic Extract Skill — You are an Autonomous 3D Technical Artist Agent 14.1k ★
- Claude Peers MCP — Allow all your Claude Codes to message each other ad-hoc 1.9k ★
- StatsPAI — StatsPAI is the first Agent-native Python library for causal inference and applied econometrics — unified API 302 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Allow Asks
Review the permission-prompt log, propose allow-rule patterns, and append approved ones to ~/.claude/settings.
Wp Cpt
Custom post type builder — registers a CPT and generates its fields, archive, single, optional teaser query-se
Wato Discover And Run Tools
Find the connector tools a Wato team has approved, fetch their input schemas, and execute them through the gov
Agent Fix Bug
A strict brief that makes a coding agent find the root cause of a bug, fix it minimally, and prove it is fixed
Harnessmeter
A profiler for your agentic harness. Price every line of CLAUDE.md, every skill, subagent and MCP tool schema
Reset Discovery
description: Deliberate, narrow reset of seen-job state only
Related Agents
Drupal Site Builder
Drupal site builder for configuring content types, fields, taxonomy, menus, paragraphs, and search. Use for co
Schema Architect
Translates OpenAPI specifications into Drizzle ORM schemas and Zod validation schemas. Use when generating dat
Type Safety Reviewer
TypeScript type safety reviewer. Looks for any, unsafe casts, missing Zod schemas at boundaries, type assertio