agentsclimarketplace

Research plus

Skill leek/agent-skills/skills/research-plus

Personal collection of agent skills for Claude

Install
npx -y skills add leek/agent-skills --skill research-plus

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Investigate a question against high-trust primary sources and capture the findings as a cited Markdown file, run as a background subagent so the main session keeps working. Use when the user wants a topic researched, docs or package facts gathered, reading legwork delegated, or a wayfinder-plus research ticket resolved.

SKILL.md

1.9 KB, as published. Nobody here has run it

Research Plus

Spin up a background subagent to do the research, so the main session keeps working while it reads. In Claude Code that is the Agent tool run in the background — Explore for read-only source sweeps, general-purpose when the research needs web fetches or other tool calls. In harnesses without subagents, do the research inline and say so.

The subagent's job:

  1. Investigate the question against primary sources — official docs, package source (vendor/ for Composer, node_modules/ for npm), specs, first-party APIs — never a secondary write-up of them. Follow every claim back to the source that owns it. In a Laravel project with Boost, prefer the search-docs MCP tool over web search for framework and package questions — it returns version-pinned ecosystem docs.
  2. Write the findings to a single Markdown file, citing each claim's source — a URL, a file path, or package@version.
  3. Save it where the repo already keeps such notes; match the existing convention. If there is none, put it somewhere sensible (.scratch/research/<slug>.md is a fine default) and say where.

The final report back to the main session is the answer plus the file path — not a re-paste of the whole document.

Wayfinder integration

When resolving a wayfinder-plus research ticket, commit the findings file to a throwaway research/<ticket-slug> branch and post the answer with a pointer to that branch as the ticket's resolution comment, then close the ticket. Research tickets are the one type a charting session may fire in parallel — one subagent per ticket, one branch each.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.