---
id: gh-nature-shared
name: "nature-shared"
url: https://skills.yangsir.net/skill/gh-nature-shared
author: yuan1z0825
domain: ai-skill-platform-ecosystem
tags: ["shared-references", "skill-dependency", "nature-ecosystem", "knowledge-base", "support-package"]
install_count: 8600
rating: 4.50 (120 reviews)
github: https://github.com/yuan1z0825/nature-skills/tree/main/skills/nature-shared
---

# nature-shared

> Nature 技能系列的共享支持包，提供核心定义、论文类型分类、伦理规则和术语表等公共参考材料，供多个 nature-* 技能按需加载，避免重复维护，确保一致性与可维护性。

**Stats**: 8,600 installs · 4.5/5 (120 reviews)

## Before / After 对比

### 共享参考材料维护效率

**Before**:

在没有共享支持包时，每个 Nature 技能需要独立维护同一份核心定义、术语表和格式规范，导致重复劳动和内容不一致。开发者不得不手动同步多个技能间的参考材料，容易出错且耗时。

**After**:

此技能集中管理公共参考材料，各技能按需引用一份权威来源，确保定义统一、更新及时。开发者只需维护单一副本，减少了团队协作中的认知负荷和合并冲突。

| Metric | Before | After | Change |
|---|---|---|---|
| 重复内容维护数量 | 5份 | 1份 | -80% |
| 每次同步平均耗时 | 30分钟 | 5分钟 | -83% |

## Readme

# Nature Shared References

Use this package only as a dependency of another installed Nature skill.

- Load the exact referenced file; do not preload the whole package.
- Treat `core/` and `journal-formats/` as shared definitions, not standalone workflows.
- Return to the requesting skill for task logic, output format, and final QA.


---

# `nature-shared/` - nature-* 技能的共享支持包

这个目录是一个可安装但不应单独触发的支持包。它保存多个 `nature-*` 技能共同依赖的公共定义与参考材料，避免在不同技能目录中重复维护同一套内容。安装整套技能时，它会与其他技能一起被发现和更新。

同级技能会通过 `manifest.yaml` 中的相对路径引用这里的文件，例如：

```yaml
always_load:
  - ../nature-shared/core/reader-workflow.md
```

## 当前内容

| 文件 | 使用方 |
|---|---|
| `core/reader-workflow.md` | `nature-polishing`, `nature-writing` |
| `core/paper-type-taxonomy.md` | `nature-polishing`, `nature-writing` |
| `core/ethics.md` | `nature-polishing`, `nature-writing` |
| `core/terminology-ledger.md` | `nature-polishing`, `nature-writing`, `nature-reader`, `nature-paper2ppt` |
| `journal-formats/nat-comms.md` | `nature-polishing`, `nature-writing` |

## 什么时候把文件放到这里

只有当**两个或更多技能**需要复用同一份内容时，才把文件放入 `nature-shared/`。如果内容只服务于一个技能，应保留在该技能自己的 `static/` 或 `references/` 目录中。

## 什么时候保持技能内局部内容

共享层只放**定义和参考材料**，例如论文类型分类、读者工作流、伦理规则或术语表。具体技能如何诊断、起草、修改或输出结果，仍应保留在各自的 `static/fragments/` 中。多个技能可以复用同一套论文类型分类，但在其上执行不同的任务逻辑。

## 与其它技能的关系

`nature-shared/` 不是独立工作流，而是被其他 `nature-*` 技能按需读取的公共依赖包。

---
*Source: https://skills.yangsir.net/skill/gh-nature-shared*
*Markdown mirror: https://skills.yangsir.net/api/skill/gh-nature-shared/markdown*