Back to list
davidruzicka

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

  1. Update the profile types in src/types/profile.ts.
  2. Run npm run generate-schemas to refresh src/generated-schemas.ts.
  3. Manually update profile-schema.json to match the TypeScript types.
  4. Update profile validation tests in src/profile-loader.test.ts.
  5. Update docs/PROFILE-GUIDE.md if the change is user-facing.
  6. Remove any completed item from TODO.md.

Checks and tests

  • Run npm run typecheck before finishing.
  • Run npm test.
  • Run npm run validate for 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