agents-consult | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / agents-consult

agents-consult

maintained by Motoki0705

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

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] ...

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated 5 months ago
tools tools productivity tools

Related Skills

ui-ux-pro-max
chevron_right
ai-sdk

ai-sdk

vercel
star 22.3k
chevron_right
planning-with-files
chevron_right
ui-skills
chevron_right
agent-browser
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.