スキル一覧に戻る
Motoki0705

agents-consult

by Motoki0705

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

SKILL.md


name: agents-consult description: Consult multiple LLM providers via src.agents.scripts.consult to get approach suggestions before implementing changes. Use when you need design options, risk checks, or alternative solutions for a task in this repo, especially before complex work.

Agents Consult

Overview

Use this skill to ask multiple LLM providers for implementation approaches before you start coding.

Quick start

Run the consult script with a clear prompt.

uv run python -m src.agents.scripts.consult 'task.prompt=Propose improvements for BLCS generate_dataset.'

Common options

Use the approach-oriented system prompt when you want structured design guidance.

uv run python -m src.agents.scripts.consult system_prompt=approach 'task.prompt=...'

Disable a provider to avoid specific models.

uv run python -m src.agents.scripts.consult claude.enable=false 'task.prompt=...'

Output

Expect a multi-provider summary with sections like:

Sub-agent Consultation Results
[CLAUDE] ...
[CODEX] ...

スコア

総合スコア

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

レビュー

💬

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