← スキル一覧に戻る

learning
by do-ops885
Dermatology GOAP Orchestrator
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: learning description: Updates local AgentDB vector store with new case patterns while monitoring for bias introduction license: MIT compatibility: opencode metadata: audience: developers workflow: clinical-pipeline
What I do
I update the vector store with the new case pattern for future RAG retrieval. I monitor the update for potential bias introduction and ensure diverse demographic representation in stored patterns.
When to use me
Use this when:
- Recommendations are generated and you need to update the knowledge base
- You're storing this case for future similar case retrieval
- You need to ensure the vector store remains bias-free
Key Concepts
- Vector Store Update: Add new embedding to AgentDB
- Bias Monitoring: Check for demographic skew in stored patterns
- Case Pattern: Embedding + metadata for future retrieval
- learning_updated: State flag after update complete
Source Files
services/agentDB.ts: Vector store operationstypes.ts: ReasoningPattern interface
Code Patterns
- Generate embedding for the current case
- Store with demographic metadata and outcomes
- Validate demographic diversity in storage
Operational Constraints
- Must maintain demographic diversity in vector store
- Monitor for bias drift over time
- Log all updates for audit trail
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です