📑
WritingJavaScript

Research Report Templates

by OpenSenseNova

Research Report Templates is a Writing skill for Claude Code, published by OpenSenseNova in SenseNova-Skills.

4.9K stars364 forkson OpenSenseNova/SenseNova-SkillsAdded 2026/08/16Repository updated 2026/08/13
agentagent-skillsai-agentsai-assistantdata-analysisdocument-processingoffice-automationpresentation-slides
Install in seconds
Install Research Report Templates
Copy Research Report Templates into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/OpenSenseNova/SenseNova-Skills/tree/main/skills/sn-research-report ~/.claude/skills/sn-research-report

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/OpenSenseNova/SenseNova-Skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/sn-research-report/SKILL.md in OpenSenseNova/SenseNova-Skills
Installs to
~/.claude/skills/sn-research-report
Collection
One of 25 skills cataloged from this repository
Category
Writing1012 skills

What Research Report Templates does

Research Report Templates provides structured outlines for research reports, chosen by the reader's cognitive task and domain conventions. Use it to structure reports with appropriate sections, tables, and diagrams.

Research Report Templates is cataloged under Writing on DirSkills. Research Report Templates comes from a repository tagged agent, agent-skills, ai-agents, ai-assistant and data-analysis.

Documentation

README

sn-research-report(研究报告结构模板)

报告结构的决定因素是读者需要完成的认知任务,不是研究的信息领域。同一批信息,为做决策而读和为建立全貌而读,需要完全不同的组织方式。

模板选择

digraph select {
  "研究任务" [shape=doublecircle];
  "领域专属?" [shape=diamond];
  "主认知任务?" [shape=diamond];
  "学术综述" [shape=box];
  "医疗健康" [shape=box];
  "法律研究" [shape=box];
  "政策分析" [shape=box];
  "全景叙述" [shape=box];
  "对比选型" [shape=box];
  "实体调查" [shape=box];
  "时序追踪" [shape=box];

  "研究任务" -> "领域专属?";
  "领域专属?" -> "学术综述" [label="学术综述"];
  "领域专属?" -> "医疗健康" [label="医疗方案报告"];
  "领域专属?" -> "法律研究" [label="法律备忘录"];
  "领域专属?" -> "政策分析" [label="政策简报"];
  "领域专属?" -> "主认知任务?" [label="否"];
  "主认知任务?" -> "全景叙述" [label="了解全貌"];
  "主认知任务?" -> "对比选型" [label="比较/选择"];
  "主认知任务?" -> "实体调查" [label="深挖某对象"];
  "主认知任务?" -> "时序追踪" [label="还原事件"];
}

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Research Report Templates

  • What else does OpenSenseNova publish alongside Research Report Templates?

    Research Report Templates is one of 25 skills that DirSkills catalogs from OpenSenseNova/SenseNova-Skills, the repository it ships in. Its siblings there include Academic Research, China Market Search and Chinese Social Search. Each one is a separate skill with its own page in this directory, installs the same way Research Report Templates does, and is maintained by OpenSenseNova in that same repository. The rest of the collection is listed on the OpenSenseNova/SenseNova-Skills page.

  • How does Research Report Templates compare to other Writing skills?

    Research Report Templates ranks #156 by stars among the 1012 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Research Report Templates against them. Open each page to compare what they document and how they install.

More from OpenSenseNova/SenseNova-Skills

Research Report Templates is one of 25 skills cataloged on DirSkills from OpenSenseNova/SenseNova-Skills.

See all 25 skills
🎓
2w ago

Academic Research

Academic Research searches academic papers, reads full texts, and traces references and citations across sources like arXiv, Semantic Scholar, PubMed, and Wikipedia. Use it for literature review, related work discovery, and deep paper reading.
Automation
4.9K364
🔍
2w ago

China Market Search

China Market Search locates Chinese market, industry, macro, trade, procurement, and regulatory data from official free sources without registration or API keys. It uses a Python script for A-share disclosures and browser-based access to government databases.
Data
4.9K364
🔍
2w ago

Chinese Social Search

Chinese Social Search searches content on Chinese social platforms including Bilibili videos, Zhihu Q&A, and Douyin videos. Use it when research requires Chinese social media data; Xiaohongshu and Weibo fall back to browser-use on public web pages.
Automation
4.9K364
🎨
2w ago

Creative PPT

Creative PPT generates a presentation one full-page 16:9 PNG per slide, using LLM/VLM for text and T2I image generation with web image search fallback. Use it via sn-ppt-entry to turn a topic into creative, image-forward slides.
AI Engineering
4.9K364
🔍
2w ago

Deep Research

Deep Research orchestrates multiple specialist agents to conduct systematic research, fact-checking, competitive analysis, and report generation when a request requires cross-source verification or a detailed deliverable.
Data
4.9K364
🔍
2w ago

Developer Search

Developer Search queries GitHub, Stack Overflow, Hacker News, and HuggingFace to find code examples, issues, technical Q&A, discussions, and models. Use it when you need to locate code, answers, or model info across developer platforms.
AI Engineering
4.9K364