A clean, opinionated meta-skill for turning broad questions into one structured, evidence-backed answer.
This repository is intentionally small and easy to maintain: one skill, one deterministic router, one clear release history.
Ultimate Research helps you handle broad, messy, or multi-domain questions without guessing. It routes the query through a mandatory core, pulls in specialist skills only when they add value, and merges the result into one structured answer.
- Developers who want faster research with less noise
- AI power users who care about structured synthesis
- Anyone who wants a research assistant that asks one clarifying question instead of hallucinating
- GitHub repo: https://github.com/Nemesis0017/ultimate-research
- ClawHub skill: https://clawhub.ai/nemesis0017/ultimate-research
- Speed: keep routing deterministic and minimal
- Quality: use the smallest useful skill set, then synthesise once
- Reliability: never invent facts; ask when the query is too vague
README.md
SKILL.md
scripts/ultimate_research.py
references/routing.md
CHANGELOG.md
- The skill file is the source of truth for behaviour.
- The router script is a deterministic aid, not a replacement for judgement.
- The repository is designed to be easy to review, easy to extend, and easy to publish.