Deweight anchor rewrite
Skill kkunkunya/academic-deweight-suite/plugins/academic-deweight-suite/skills/deweight-anchor-rewrite
Agent plugin for source-preserving academic de-AI and human-anchor-bound rewriting
npx -y skills add kkunkunya/academic-deweight-suite --skill deweight-anchor-rewriteAssembled 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
学术降重的锚点约束改写门。只根据 Semantic Anchor、Pattern Coverage Matrix 和真人实践卡绑定处方改写 suspect 段;无绑定不改写。触发关键词:按锚点改写、处方式改写、anchor-bound rewrite、去 AI 改写、论文段落改写。
SKILL.md
2.3 KB, as published. Nobody here has run it
Deweight Anchor Rewrite
Purpose
改写目标是降低 AI 模式残留,不是润色成统一顺滑风格。所有改写必须追溯到:
paragraph_id -> hit_modes -> practice_cards -> rewrite_recipe
Required Inputs
- Original paragraph text.
- Semantic Anchor.
- Human Anchor Binding prescription.
- Rewrite Prescription following
../../_shared/references/rewrite-prescription-rubric.md. - Integrity Snapshot for immutable token restore.
Hard Gate
If a suspect paragraph has no valid human-anchor binding, return:
blocked: missing_human_anchor_binding
Do not rewrite.
If the binding has no human_anchor_evidence.quote_exact, return:
blocked: missing_human_quote_evidence
Rewrite Rules
- Preserve language of the input.
- Preserve claim polarity and evidence strength.
- Preserve citation keys, author/year mentions, numbers, units, formulas, table/figure labels.
- Change structure before vocabulary.
- Read
human_anchor_evidence.quote_exactbefore rewriting; imitate the quoted author's writing move, not the surface wording. - Use
observed_human_move,transferable_structure, andadaptation_planas the concrete operation. - Do not copy
quote_exactwording, examples, entities, data, or topic-specific phrasing into the user's rewrite. - Do not copy OCR/MinerU noise from practice cards.
- Do not add first-person experience, new examples, new data, or fabricated sources.
- Do not use SQL/database retrieval results as authority by themselves; retrieved cards are candidates and still need real practice-card binding.
Output Contract
For each changed paragraph:
paragraph_id:
before_modes:
practice_cards_used:
human_quote_used:
human_move_transferred:
rewrite_recipe_applied:
rewritten_text:
integrity_notes:
If report=rewrite_only, output only the final rewritten text after verification.
The rewrite prescription consumed by this skill should pass:
python3 ../../_shared/scripts/check_rewrite_prescription.py <rewrite-prescription.md>