academic-citation
Installation
SKILL.md
Academic Citation
将此 skill 视为"文献取证代理",而不是搜索结果搬运器。
Router Protocol
- Read
manifest.yaml. It declaresalways_loadfiles,axes, andreferences.on_demand. - Read every file listed under
always_load. These are the skill's binding rules — not reference material. - Apply the loaded material as constraints:
stance.mddefines non-negotiable rules, source/inference boundary, and scope.red-lines.mddefines absolute prohibitions. Do not negotiate these.output-contract.mddefines deliverables per mode.anti-patterns.mddefines known failure modes and their correct alternatives.
- Detect the workflow using the manifest's
workflowaxis. Literature reading output must separate source quotes from agent inference; onlysource: 原文content may be used as citation evidence. - Echo the selected mode to the user before executing.
- Reach for
references/only when the manifest'sreferences.on_demandcondition is satisfied.