agentsclimarketplace

Scholarflow review response

Skill zhoy0409-debug/scholarflow-skills/skills/scholarflow-review-response

Use when a researcher needs reviewer responses, rebuttals, revision plans, or response tables drafted and audited with evidence-backed replies and clear manuscript-change mapping.From its SKILL.md

Install
npx -y skills add zhoy0409-debug/scholarflow-skills --skill scholarflow-review-response

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

  • 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.

SKILL.md

1.2 KB, 246 tokens by cl100k_base, as published. Nobody here has run it

Reviewer Response — Router

Do not answer from memory, and do not answer from this file. The actual logic lives in static/ and references/. This file only decides which fragments to load for the request in front of you. Loading them is not optional.

Routing protocol

1. Load the core layer

Read manifest.yaml. Then Read every file it lists under always_load:

  • static/core/stance.md
  • static/core/workflow.md

These carry the default stance, workflow, and output format for every job in this skill.

2. Do the work

This skill has no axes. Apply the core layer directly. If required input is missing, write a placeholder and list it under Assumptions or missing inputs:do not invent it.

3. Open references/ only on demand

references/ is a deep library, not a default. Opening all of it wastes the context you need for the actual work.

The manifest's references.on_demand table says which file answers which question. Consult it, then Read only that file.

What ships with it: 18 files

40.8 KB alongside SKILL.md

agents/

Keep looking

Skills are one crate of 326,144. 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.