Skip to content
Skill

consult-chatgpt

by majiayu000

AI Summary

Consult ChatGPT for a second opinion on debugging, architecture, or best practices questions. This skill implements caching to avoid redundant calls. The arguments should contain your consultation context. Structure it roughly as:

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "consult-chatgpt" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/consult-chatgpt && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/consult-chatgpt/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/consult-chatgpt/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/consult-chatgpt/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/consult-chatgpt/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Lightweight ChatGPT consultation for agents (cached, budgeted)

ChatGPT Consultation Broker

Consult ChatGPT for a second opinion on debugging, architecture, or best practices questions. This skill implements caching to avoid redundant calls. Arguments format: $ARGUMENTS The arguments should contain your consultation context. Structure it roughly as: • Goal: What you're trying to fix/understand (1-2 sentences) • Context: Runtime, key libraries, constraints • Evidence: Symptoms, snippets, observed vs expected behavior • Tried: What you've already attempted and results • Question: Specific questions you want answered You can provide this as free-form text - the skill will format it appropriately. ---

Step 1: Parse and Validate Input

Extract the following from the provided arguments: • goal: One sentence describing what you're fixing/understanding • context: Runtime versions, key libraries, constraints • evidence: Symptom description, minimal code snippet (max 60 lines), observed vs expected • tried: List of attempts and their results • question: Specific questions (ideally 1-3) If the input is too vague or missing critical components, ask for clarification before proceeding.

Step 2: Format the Question

Create a question file at /tmp/consult-chatgpt-question.md with this structure: `markdown

Goal

[goal - one sentence]

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 22d ago
Active
Adoption100+ stars on GitHub
530 ★ · Growing
DocsMissing or thin
Undocumented

GitHub Signals

Stars530
Forks83
Issues1
Updated22d ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code