Agent skill

research-report-weizhena-deep-research-skills-2

Summarize deep research results into markdown report, cover all fields, skip uncertain values.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-report-weizhena-deep-research-skills-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: ReadWriteGlobBashAskUserQuestion
Path: skills/analysis/research-report-weizhena-deep-research-skills-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Research Report - Summary Report ## Trigger `/research-report` ## Workflow ### Step 1: Locate Results Directory Find `*/outline.yaml` in current working directory, read topic and output_dir config. ### Step 2: Scan Optional Summary Fields Read all JSON results, extract fields suitable for TOC display (numeric, short metrics), e.g.: - github_stars - google_scholar_cites - swe_bench_score - user_scale - valuation - release_date Use AskUserQuestion to ask user: - Which fields to display in TOC besides item name? - Provide dynamic options list (based on actual fields in JSON) ### Step 3: Generate Python Conversion Script Generate `generate_report.py` in `{topic}/` directory, script requirements: - Read all JSON from output_dir - Read fields.yaml to get field structure - Cover all field values from each JSON - Skip fields with values containing [uncertain] - Skip fields listed in uncertain array - Generate markdown report format: Table of contents (with anchor links + user-selected summary fields) + Detailed content (by field category) - Save to `{topic}/report.md` **TOC Format Requirements**: - Must include every item - Each item displays: number, name (anchor link), user-selected su

What's inside
Steps it walks through
  1. Trigger
  2. Workflow
  3. Step 1: Locate Results Directory
  4. Step 2: Scan Optional Summary Fields
  5. Step 3: Generate Python Conversion Script
  6. Step 4: Execute Script
  7. Output
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research-report-weizhena-deep-research-skills-2 skill do?

Summarize deep research results into markdown report, cover all fields, skip uncertain values.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-report-weizhena-deep-research-skills-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going