Deweight intake anchor
Skill kkunkunya/academic-deweight-suite/plugins/academic-deweight-suite/skills/deweight-intake-anchor
Agent plugin for source-preserving academic de-AI and human-anchor-bound rewriting
npx -y skills add kkunkunya/academic-deweight-suite --skill deweight-intake-anchorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
学术降重的输入锚定门。用于生成 Integrity Snapshot 与 Semantic Anchor,锁定术语、引用、数字、公式、核心命题、段落功能和上下文依赖。触发关键词:文意锚定、Integrity Snapshot、Semantic Anchor、降重前锚定、不可变 token。
SKILL.md
2.0 KB, as published. Nobody here has run it
Deweight Intake Anchor
Purpose
在任何扫描或改写前,先锁定不可变事实和文意。后续步骤只能改“怎么说”,不能改“说什么”和“为什么说”。
Runtime References
- Workflow contract:
../../_shared/references/deweight-workflow-contract.md - Semantic Anchor schema:
../../_shared/references/semantic-anchor-schema.md - Copyable template:
../../_shared/references/templates/semantic-anchor-template.md - Deterministic check:
../../_shared/scripts/check_semantic_anchor.py
Required Outputs
Integrity Snapshot
Record all immutable tokens:
- terms and named methods.
- citations, citation keys, years, author names, page numbers.
- numbers, units, percentages, p values, sample sizes.
- equations, symbols, variable names, code identifiers, paths.
- table/figure labels.
Semantic Anchor
For each paragraph:
paragraph_id: P001
section:
status: normal | format-exempt
writing_function:
core_claim:
evidence_or_basis:
information_focus:
reader_takeaway:
context_dependency:
immutable_tokens:
claim_polarity:
evidence_strength:
format_exempt_reason:
Gates
- No paragraph may enter scan/rewrite without a
PxxxID. - If citation truth or numeric meaning is uncertain, mark
blocked: needs_source_check. - If a paragraph is a formula table, pseudo-code block, reference list, or pure metadata, mark it
format-exemptand explain why.
Output Style
Return structured Markdown tables or YAML-like blocks. Do not rewrite text in this skill.
Before handing off to scan or rewrite, the artifact should pass:
python3 ../../_shared/scripts/check_semantic_anchor.py <semantic-anchor.md>