Agent skill · AI & Agents

re

Explicit extra-research mode. Use only when the user says `/re` or clearly asks for a research-heavy pass before coding. This skill should bias Codex toward more source-checking and justification without replacing its normal orchestration.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill re --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/re/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

# Re Use this as a light override, not a rigid workflow. Keep Codex's default orchestration and only add extra diligence where it matters. ## Defaults - Inspect the local codebase first. - Do research in 3 passes when the task is genuinely research-heavy: 1. Plan 3-6 sub-questions. 2. Retrieve sources for each sub-question and follow 1-2 second-order leads when useful. 3. Synthesize only after resolving conflicts and gaps that could change the conclusion. - Use Context7 first for version-sensitive library or framework behavior. - Use native `web` first for current information. - Use Jina only when native `web` is not enough for long pages, PDFs, or parallel page reads. - Only cite sources retrieved in the current workflow, and label any inference that is not directly supported by those sources. - If sources conflict, state the conflict explicitly instead of averaging them into one answer. - If a search result is empty, partial, or suspiciously narrow, retry with a broader query, alternate wording, or a second source before concluding there is no answer. - Compare options only when there is a real tradeoff. - Implement once the decision is clear. - Run the smallest relevant verifica

What's inside
Steps it walks through
  1. Defaults
  2. Avoid
  3. Large Tasks
  4. Finish
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the re skill do?

Explicit extra-research mode. Use only when the user says `/re` or clearly asks for a research-heavy pass before coding. This skill should bias Codex toward more source-checking and justification without replacing its normal orchestration.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill re --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