← Back to list

profile-schema-sync
by davidruzicka
Universal MCP server that generates MCP tools for any OpenAPI 3.x specification.
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: profile-schema-sync description: Update profile structure and keep TypeScript types, generated Zod schemas, and JSON Schema in sync. Use when adding or changing profile fields or validation rules.
Profile schema sync
When to use
- Adding or changing any profile field
- Adjusting validation rules for profiles
- Updating profile-related documentation or tests
Steps
- Update the profile types in src/types/profile.ts.
- Run npm run generate-schemas to refresh src/generated-schemas.ts.
- Manually update profile-schema.json to match the TypeScript types.
- Update profile validation tests in src/profile-loader.test.ts.
- Update docs/PROFILE-GUIDE.md if the change is user-facing.
- Remove any completed item from TODO.md.
Checks and tests
- Run
npm run typecheckbefore finishing. - Run
npm test. - Run
npm run validatefor any changed profile.
Notes
- Missing fields in generated schemas break runtime validation.
- Do not duplicate validation rules that already exist in canonical docs.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon