Writing Medical logo

Writing Medical

CommunityPopular
Norman-bury
writing-medical

Use when writing medical, biological, or clinical research papers - provides IMRaD structure and reporting guidelines

Overview

PublisherNorman-bury
Repositoryresearch-writing-skill
Skill namewriting-medical
Stars
3.2K
Forks
214
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by Norman-bury on GitHub. Read the source before you install it.

Installation

Install the Writing Medical AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/Norman-bury/research-writing-skill.git /tmp/research-writing-skill
mkdir -p .claude/skills
cp -r /tmp/research-writing-skill/skills/writing-medical .claude/skills/writing-medical
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Writing Medical in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Writing Medical on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Writing Medical is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

医学写作专项

本技能针对医学、生物、临床研究类论文的写作特点,提供专项指导。

一、医学论文特点

与其他学科的区别

方面医学论文一般理工科
结构严格IMRAD + 报告规范IMRAD
伦理必须说明伦理审批视情况
统计要求详细统计方法基本统计
报告需遵循特定报告指南无强制要求
注册临床试验需预注册无要求

常见医学论文类型

  • 随机对照试验(RCT):药物/治疗效果评估
  • 队列研究:长期随访观察
  • 病例对照研究:回顾性分析
  • 横断面研究:某时点调查
  • 系统综述/Meta分析:文献综合分析
  • 病例报告:罕见病例描述

二、报告规范指南

研究类型报告规范核心要求
随机对照试验CONSORT流程图、随机化方法、盲法、ITT分析
观察性研究STROBE研究设计、参与者、变量、偏倚
系统综述PRISMA搜索策略、筛选流程、质量评估
诊断准确性STARD参考标准、盲法、2×2表
病例报告CARE时间线、诊断推理、随访
动物研究ARRIVE样本量、随机化、盲法

三、医学写作规范

伦理声明

必须包含的内容:

本研究经[医院名称]伦理委员会批准(批准号:XXX-XXX-XXX),
所有参与者均签署知情同意书。本研究遵循《赫尔辛基宣言》原则。

临床试验注册:

本试验已在中国临床试验注册中心注册(注册号:ChiCTR-XXX-XXXXXXXX)。

统计方法描述

标准模板:

统计分析使用SPSS 26.0(IBM Corp., Armonk, NY, USA)进行。
计量资料以均数±标准差(x̄±s)表示,组间比较采用独立样本t检验;
计数资料以例数(百分比)表示,组间比较采用χ²检验。
P<0.05为差异有统计学意义。

结果报告格式

连续变量:

  • 正态分布:均数±标准差,如 45.3±12.7岁
  • 非正态分布:中位数(四分位距),如 23.5(15.2-38.7)

分类变量:

  • 例数(百分比),如 156例(62.4%)

统计检验结果:

  • t检验:t=2.45, P=0.016
  • 卡方检验:χ²=8.32, P=0.004
  • 回归分析:OR=2.35, 95%CI: 1.42-3.89, P=0.001

表格规范

基线特征表示例:

特征试验组(n=50)对照组(n=50)P值
年龄(岁)45.3±12.744.8±11.90.842
男性, n(%)28(56.0)25(50.0)0.548
BMI(kg/m²)24.2±3.123.8±2.90.498

四、医学术语规范

P值报告

  • P<0.001:直接写 P<0.001
  • 0.001≤P<0.05:写精确值,如 P=0.023
  • P≥0.05:写精确值,如 P=0.156
  • 避免写 P=0.000,应写 P<0.001

数字规范

  • 小数点后保留位数一致
  • 百分比保留1位小数
  • P值保留3位小数
  • 置信区间保留2位小数

五、医学论文检查清单

伦理与注册

  • 伦理批准号已注明
  • 知情同意已说明
  • 临床试验已注册(如适用)
  • 利益冲突已声明

报告规范

  • 已选择正确的报告规范
  • 已完成对应的Checklist
  • 流程图已包含(如需要)

统计方法

  • 统计软件已注明
  • 统计方法与数据类型匹配
  • 样本量计算已说明

结果呈现

  • 效应量+置信区间
  • P值格式正确
  • 表格格式规范

六、常用资源

报告规范网站

临床试验注册

Frequently asked questions

What does the Writing Medical AI skill do?

Use when writing medical, biological, or clinical research papers - provides IMRaD structure and reporting guidelines

Why use Writing Medical on TypingMind?

Because you install it once and use it with any model. Writing Medical is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Writing Medical in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/Norman-bury/research-writing-skill/tree/main/skills/writing-medical. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Writing Medical?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Writing Medical?

As many as you like. As long as a model supports skills, you can use Writing Medical with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Writing Medical AI skill free?

Yes. It is published on GitHub by Norman-bury under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇