Back to list
do-ops885

lesion-detection

by do-ops885

Dermatology GOAP Orchestrator

0🍴 0📅 Jan 25, 2026

SKILL.md


name: lesion-detection description: Classifies skin conditions including Melanoma and Basal Cell Carcinoma using TF.js MobileNetV3 license: MIT compatibility: opencode metadata: audience: developers workflow: clinical-pipeline

What I do

I classify skin conditions using TensorFlow.js with MobileNetV3. I identify patterns consistent with various skin conditions including Melanoma, Basal Cell Carcinoma (BCC), and other dermatoses. I return confidence scores for each classification.

When to use me

Use this when:

  • Feature extraction is complete and you need lesion classification
  • You need confidence scores for risk assessment
  • You're identifying potential areas of concern in skin images

Key Concepts

  • MobileNetV3: TF.js model for skin condition classification
  • Confidence Score: 0-1 probability for each condition
  • Lesion Types: Melanoma, BCC, Actinic Keratosis, etc.
  • lesions_detected: State flag after detection complete

Source Files

  • services/vision.ts: Lesion detection implementation
  • types.ts: AnalysisResult interface with lesions array

Code Patterns

  • Load MobileNetV3 model via TF.js
  • Run inference on feature vectors
  • Return array of detected lesions with confidence and risk levels

Operational Constraints

  • MUST use tf.tidy() or explicit dispose() for all tensors
  • Confidence scores required for all detections
  • High-risk detections trigger elevated scrutiny in downstream

Score

Total Score

50/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon