agentsclimarketplace

Consult claude

Skill tobihagemann/turbo/codex/skills/consult-claude

A composable dev process for agentic coding harnesses, packaged as modular skills. Turbo has sibling editions for Claude Code and Codex.

Install
npx -y skills add tobihagemann/turbo --skill consult-claude

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

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

SKILL.md

1.3 KB, 224 tokens by cl100k_base, as published. Nobody here has run it

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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.