agentsclimarketplace

Research

Skill latuconsinafr/claude-code-config/skills/research

The claude code config, tailored to myself, battle-tested (might inspires you)

Install
npx -y skills add latuconsinafr/claude-code-config --skill research

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

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 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

Use when you need to investigate an unfamiliar library, framework, architectural question, or technical decision — spawns the researcher agent which explores the codebase and searches external sources in parallel. Invoke before making technology choices or when the right approach is unclear.

SKILL.md

1.0 KB, 145 tokens by cl100k_base, as published. Nobody here has run it

Research

Spawn the researcher agent with the following task:

Research topic: $ARGUMENTS

The researcher agent will:

  1. Decompose the question into research angles
  2. Spawn the explorer agent for codebase context (existing patterns, constraints, stack)
  3. Search external sources in parallel (official docs, pitfalls, ecosystem notes)
  4. Correlate findings — flagging conflicts between external recommendations and the current codebase
  5. Return a structured report with [verified] / [inferred] / [speculative] confidence tags

Wait for the researcher agent to return its full report, then present it to the user without modification.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

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.