Agent skill

ask-question

Draft a technical research question and send to ChatGPT for investigation

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ask-question-johnnymo87-workstation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: ReadGlobGrepBash
Path: skills/analysis/ask-question-johnnymo87-workstation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

Help me draft a technical research question about a problem I've encountered, then send it to ChatGPT for research. **Arguments:** $ARGUMENTS - If first word is `draft`: Only write the question file, skip sending to ChatGPT - Otherwise: Write question, send to ChatGPT, read answer, and discuss **Key Principle: Curiosity over confidence.** The goal is to get useful research, not to sound smart. Be explicit about what we know vs. what we're guessing. Wrong assumptions waste ChatGPT's reasoning on the wrong problem. **Process:** 1. **Understand the problem context** - If topic provided, research it in the current codebase - Look at recent errors, code changes, or discussions in our conversation - Identify the specific technical issue (error message, unexpected behavior, architectural question) 2. **Gather environmental context** - Check language/framework versions (package.json, build.gradle, pom.xml, MODULE.bazel, etc.) - Identify relevant dependencies and their versions - Note any monorepo or build system constraints 3. **Create minimal reproduction** - Extract the specific code that demonstrates the problem - Remove project-specific details that aren't relevant - Include configurat

What's inside
Ships with 1 file
  • metadata.json
Commands it runs
ask-question -f /tmp/research-{topic-slug}-question.md \
More from claude-skill-registry
All skills →
About this skill
What does the ask-question skill do?

Draft a technical research question and send to ChatGPT for investigation

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ask-question-johnnymo87-workstation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going