スキル一覧に戻る
do-ops885

skin-tone-detection

by do-ops885

Dermatology GOAP Orchestrator

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: skin-tone-detection description: Classifies patient skin tone using Fitzpatrick/Monk scale with Gemini 3 Flash and outputs confidence score license: MIT compatibility: opencode metadata: audience: developers workflow: clinical-pipeline

What I do

I classify patient skin tone using the Fitzpatrick (I-VI) and Monk (1-10) scales. I use Gemini 3 Flash for classification and return a confidence score that determines downstream calibration decisions.

When to use me

Use this when:

  • An image has been verified and needs skin tone classification
  • You need to determine the appropriate fairness calibration threshold
  • Confidence score is needed for safety routing decisions

Key Concepts

  • Fitzpatrick Scale: I-VI classification (very fair to darkest)
  • Monk Scale: 1-10 numerical skin tone representation
  • Confidence Score: 0-1 float determining if standard or safety calibration applies
  • Threshold: 0.65 - below this triggers safety calibration

Source Files

  • services/vision.ts: Vision model integration
  • types.ts: FitzpatrickType enum

Code Patterns

  • Use Gemini 3 Flash API for classification
  • Return confidence with classification result
  • Route to Safety-Calibration-Agent if confidence < 0.65

Operational Constraints

  • All inference must return confidence score (0-1)
  • If low confidence, MUST route through Safety-Calibration-Agent
  • Store fitzpatrick_type in WorldState for downstream agents

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です