mcpbeat

Consult Claude

tobihagemann/consult-claude

Consult Claude Code for second opinions, brainstorming, or difficult debugging from Codex. Use when the user asks to \"consult claude\", \"ask claude\", \"get claude's opinion\", \"brainstorm with claude\", or \"discuss with claude\".

327 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
398
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/tobihagemann/turbo --skill consult-claude

The instruction itself

5 sections, as written by the author

Consult Claude

Use Claude Code as an external collaborator from Codex. Unlike $peer-review, this skill is conversational and exploratory.

Step 1: Define the Question

State:

  • What problem needs input
  • What has already been tried
  • What files, commands, plans, or error messages matter
  • What kind of answer is useful: hypotheses, tradeoffs, concrete fix, or review

Step 2: Run $claude-print Skill

Run the $claude-print skill with the assembled question. Default to read-only permissions.

For follow-up questions, include Claude's previous answer and the new evidence gathered since then.

Step 3: Synthesize

Summarize the useful parts of Claude's response. Cross-reference suggestions with the repository before acting.

Then call update_plan to mark this step completed and continue with the next step of the active workflow.

Rules

  • Claude's answer is advisory.
  • Do not apply a suggestion until it has been checked against the actual codebase.
  • Keep each Claude turn focused on one question.

How to use it

Copy the folder

Take tobihagemann/consult-claude from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.