From mimirs
Researches web solutions, alternatives, and competitors for project decisions, then persists findings with a recommendation via checkpoints. Use when choosing a library, comparing tools, or deciding build vs. adopt.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mimirs:scoutThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: a sourced recommendation for a project decision — and it persists. Web research evaporates; the point of this skill is that the comparison and the *why* land in mimirs memory, so a later session recalls "we evaluated X vs Y and picked Y" instead of re-researching. Where `research` answers a question from the codebase and `deep-research` writes a generic report, scout weighs external optio...
Goal: a sourced recommendation for a project decision — and it persists. Web research evaporates; the point of this skill is that the comparison and the why land in mimirs memory, so a later session recalls "we evaluated X vs Y and picked Y" instead of re-researching. Where research answers a question from the codebase and deep-research writes a generic report, scout weighs external options against this project and records the verdict.
search/read_relevant for what we already use (stack, existing deps, conventions) so the recommendation actually fits. A fast option that doesn't match the stack is not a real option.WebSearch for solutions, competitors, alternatives, and prior art. Cast wide first, then narrow to the serious contenders.WebFetch the primary sources (docs, repos, release notes) for the specifics that decide it: features, tradeoffs, maturity, license, last release / activity, and known issues. Prefer source over summaries.read_relevant the code it would touch.create_checkpoint (type decision) with the comparison, the choice, and why — this is the durable record; stamp the date and the versions you checked, since web facts go stale. annotate a file only when a finding pins to specific code (a CVE on the import site, a deprecated API on the call site) — not for general option notes, which have no file to anchor to.Finish: the recommendation with its tradeoffs and source links, and confirm it's saved as a checkpoint (with date + versions) so a future session can recall the decision. Flag findings likely to age out.
npx claudepluginhub thewinci/mimirs --plugin mimirsConducts structured multi-source research with epistemic rigor, verifying claims and synthesizing findings into actionable recommendations. For decision-support investigation, not casual browsing.
Systematically analyzes technical decisions (library selection, architecture, implementation approach) with multi-source research and synthesized recommendations.
Analyzes technical decisions like library selections, architecture patterns, and stack choices via multi-agent research, tradeoffs, and two-part executive reports.