Summary
当系统提示需要设计引用格式、信息溯源机制、来源标注系统时调用。适用于文档问答、搜索增强生成(RAG)、代码引用、浏览器辅助等需要让用户追溯信息来源的场景。不适用于纯创作类输出(如故事、诗歌),不适用于无需溯源的常识问答,也不适用于注入防御(虽然两者都涉及内容可信度)。
kangarooking/system-prompt-skills
当系统提示需要设计引用格式、信息溯源机制、来源标注系统时调用。适用于文档问答、搜索增强生成(RAG)、代码引用、浏览器?
npx skills add kangarooking/system-prompt-skills --skill citation-system
当系统提示需要设计引用格式、信息溯源机制、来源标注系统时调用。适用于文档问答、搜索增强生成(RAG)、代码引用、浏览器辅助等需要让用户追溯信息来源的场景。不适用于纯创作类输出(如故事、诗歌),不适用于无需溯源的常识问答,也不适用于注入防御(虽然两者都涉及内容可信度)。
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
>- Add strict Nature/CNS citations to manuscript text by splitting long passages into citable s…
10.7K installsManage BibTeX citations for LaTeX papers. Harvest missing citations from a draft using Semantic…
1.8K installsComprehensive citation management for academic research. Search OpenAlex, PubMed, and Google Sc…
1.6K installsSearch and cite from local BibTeX/BibLaTeX .bib libraries, including Zotero exports. Use to fin…
1.4K installsComprehensive citation management for academic research. Search Google Scholar and PubMed for p…
1.3K installsThis skill provides reference guidance for citation verification in academic writing.
1.3K installsOther skills from kangarooking/system-prompt-skills · top by installs.
npx skills add kangarooking/system-prompt-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
5,980 B
SUMMARY.md
419 B
各厂商采用多样化的内联引用格式:Claude Web 使用 Markdown 锚点链接(
[text](<citation:comment:{id}>)),GPT-4o 文件搜索采用【msgidx:searchidx†source】,NotebookLM 实现逐句引用加段落索引[i],Warp 使用 XML 结构<citations><document>,Meta AI 实现实体标签【entity_hint-...】。核心模式:内联标记、引用保留规则、来源可审计响应。
【msgidx:searchidx†source】 格式引用。引用不是可选装饰,而是强制性输出组成部分。未找到引用时不得声称信息来源于文档。<citations><document> 元素,将引用与工具名隔离——引用指向文档本身而非工具调用过程,避免暴露内部实现。【source†Lline】、Markdown 锚点、或 XML 元素),明确定义每个字段含义(消息索引、搜索索引、行号范围),并编写格式示例。