self-learning
エージェントの自己学習機能。実行トレースをキャプチャし、洞察を抽出し、エージェントの動作を適応させます。複雑なタスクの完了後、エージェントが繰り返し発生する問題に遭遇した場合、または時間の経過とともにワークフローを最適化するために使用します。オーケストレーター、ワーカー、レビューアーなどのマルチエージェント システムにとって重要です。
SKILL.md
Enables agents to learn from their execution history by capturing traces, extracting actionable insights, and adapting behavior. Transforms raw execution patterns into reusable knowledge structures that improve future performance.
| Success Patterns | Approaches that consistently work | "Loading context.md before task start reduces errors by 40%" | | Failure Patterns | Recurring causes of failures | " Skipping lspdiagnostics leads to type errors in production" | | Efficiency Patterns | Ways to complete tasks faster | "Reading multiple files in parallel reduces context load time" |
| Coordination Patterns | Best practices for multi-agent work | "Orchestrator spawning 2 workers instead of 3 reduces merge conflicts" | | Knowledge Gaps | Information that should have been available | "Project lacks centralized error handling documentation" |
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/gotar/opencode-config --skill self-learning- カテゴリ
- </>開発ツール
- 認証済み
- —
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
self-learning とは?
エージェントの自己学習機能。実行トレースをキャプチャし、洞察を抽出し、エージェントの動作を適応させます。複雑なタスクの完了後、エージェントが繰り返し発生する問題に遭遇した場合、または時間の経過とともにワークフローを最適化するために使用します。オーケストレーター、ワーカー、レビューアーなどのマルチエージェント システムにとって重要です。 ソース: gotar/opencode-config。
self-learning のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/gotar/opencode-config --skill self-learning インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/gotar/opencode-config