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.
Scanned 5/30/2026
Install via CLI
openskills install ComeOnOliver/skillshub---
name: re
description: 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.
---
# 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 verification commands before finishing.
## Avoid
- Do not force phases.
- Do not produce long research reports unless the user asked for them or the task materially benefits.
- Do not ask extra questions if local context is already enough.
- Do not delegate work just because this skill is active.
## Large Tasks
For long tasks, optional scratch notes can live in `/tmp/re-research/<slug>/`.
If useful, keep a short `decisions.md` with:
- key findings
- rejected options
- remaining risks
- pending verification
## Finish
Keep the final response compressed:
- decision
- source-backed justification
- key sources or citations when they materially matter
- code or config changed
- tests run
- remaining unknowns
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Interview, source-challenge, verify, save, and ADR-gate fuzzy coding requests into Codex-ready implementation specs. Use when a feature, bugfix, refactor, migration, repo-wide change, or architecture task needs user-verified requirements, source-backed decisions, durable architecture decisions, acceptance criteria, validation commands, rollout notes, saved spec/ADR files, and a Codex execution prompt. Do not use when already fully specified or when the user wants direct implementation now.
Use when a repo needs CodeGraph plus ast-grep for Codex MCP setup, exploration, impact analysis, structural search, or safe refactor planning.