Sync Validate banner
Leoyang183 Leoyang183

Sync Validate

Development community

Description

--- name: sync-validate description: Validate Claude MCP schema and target capability compatibility before syncing --- Validate MCP server definitions from Claude Code against target agent capabilities. ## Arguments The user may pass target names: `/sync-validate codex opencode` If no targets are specified, validate all targets (gemini, codex, opencode, kiro, cursor, kimi, vibe, qwen, amp, cline, windsurf). Optional flags: - `--skip-oauth` — ignore OAuth-only servers from validation - `--fix

Installation

Installs to ~/.claude/skills/leoyang183-sync-agents-settings-sync-validate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leoyang183-sync-agents-settings-sync-validate && curl -fsSL https://raw.githubusercontent.com/Leoyang183/sync-agents-settings/HEAD/commands/sync-validate.md -o ~/.claude/skills/leoyang183-sync-agents-settings-sync-validate/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository