agents
✓LLM を使用して AI エージェントとワークフローを構築するためのパターンとアーキテクチャ。ツールの使用、複数ステップの推論、自律的な意思決定、LLM 主導のタスクのオーケストレーションを含むシステムを設計するときに使用します。
SKILL.md
Agents are systems where LLMs dynamically direct their own processes and tool usage. This skill covers when to use agents vs workflows, common architectural patterns, and practical implementation guidance.
| Control flow | Predefined code paths | LLM determines next step | | Predictability | High - deterministic steps | Lower - dynamic decisions | | Complexity | Simpler to debug and test | More complex, harder to predict | | Best for | Well-defined, repeatable tasks | Open-ended, adaptive problems |
Key principle: Start with the simplest solution. Use workflows when the task is predictable; use agents when flexibility is required.
LLM を使用して AI エージェントとワークフローを構築するためのパターンとアーキテクチャ。ツールの使用、複数ステップの推論、自律的な意思決定、LLM 主導のタスクのオーケストレーションを含むシステムを設計するときに使用します。 ソース: itsmostafa/llm-engineering-skills。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/itsmostafa/llm-engineering-skills --skill agents- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-11
- 更新日
- 2026-02-18
クイックアンサー
agents とは?
LLM を使用して AI エージェントとワークフローを構築するためのパターンとアーキテクチャ。ツールの使用、複数ステップの推論、自律的な意思決定、LLM 主導のタスクのオーケストレーションを含むシステムを設計するときに使用します。 ソース: itsmostafa/llm-engineering-skills。
agents のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/itsmostafa/llm-engineering-skills --skill agents インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/itsmostafa/llm-engineering-skills
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-11