Agent skill
nsfc-bib-manager
NSFC 标书引用与 Bib 管理:新增/核验论文信息(题目/作者/年份/期刊/DOI)并写入 `references/ccs.bib` 或 `references/mypaper.bib`,保证不出现幻觉引用;用于用户要求"加引用/补参考文献/核对论文信息/写bibtex/更新.bib"。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/nsfc-bib-manager
Metadata
Additional technical details for this skill
- keywords
-
nsfc bibtex 参考文献 引用管理 文献核验 bib 文件
- triggers
-
[ "\u52a0\u5f15\u7528", "\u8865\u53c2\u8003\u6587\u732e", "\u6838\u5bf9\u8bba\u6587\u4fe1\u606f", "\u5199 bibtex", "\u66f4\u65b0 bib" ] - short description
- NSFC 标书引用与 Bib 管理
SKILL.md
引用与 Bib 管理器
目标:只引“可核验”文献,且通过 \\cite{...} 使用,不手写参考文献列表。
0) 规则(硬约束)
- 不凭记忆编造 DOI/卷期页码/作者列表;核验不到就先不加,并标注“待核验”。
- 新增条目优先写入
references/ccs.bib(通用文献);申请人已发论文写入references/mypaper.bib。 - 参考文献样式不动:不要改
references/reference.tex的\\bibliographystyle{bibtex-style/gbt7714-nsfc.bst}。
1) 工作流(每次新增引用都走)
- 明确要支持的“主张”是什么(避免为了凑数加文献)。
- 联网检索并核验元数据:优先用 MCP 的论文检索/出版方元数据(题目、年份、期刊、DOI)。
- 生成 BibTeX 条目并落库(只做最小增量改动)。
- 在对应
.tex中使用\\cite{key}引用(不手写条目)。
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?