Write academically rigorous Abstract and Keywords sections for theses, dissertations, undergraduate papers, graduation theses, journal-style papers, research...
Coding
Abstract Logic Writer
Try itwrite, critique, score, compare, and revise english academic abstracts for ai, systems, and computer science papers using computable symbolic rules, lightwei...
What it does
write, critique, score, compare, and revise english academic abstracts for ai, systems, and computer science papers using computable symbolic rules, lightwei...
The skill document
Abstract Logic Writer
Overview
Use symbolic discourse constraints and a lightweight ontology to draft or critique English academic abstracts. Treat abstract writing as a constrained mapping from propositions to an ordered sentence sequence, not as free-form style imitation.
Core workflow
- Build a proposition set
P = {background, status, motivation, challenge, idea, technique, evidence}from the user's notes. - Choose the shortest valid role chain whose image still contains
motivation,challenge, andidea. The default 4-5 sentence chain isM -> C -> I -> T -> E, with optionalbackgroundorstatusprepended. - For each sentence, write a micro-structure
general -> specification -> consequence/purpose. Do not place a narrow detail before its governing concept. - Load
references/computable-rules.mdas the primary specification. Loadreferences/lexeme-typing.mdandassets/lexeme_types.jsonwhen verb-noun fit is uncertain. - If the domain terminology is sparse or unstable, load
references/ontology-bootstrap.mdand optionally run:python scripts/ontology_bootstrap.py --domain "..." --terms "term a,term b" --outdir ./ontology_out - Before finalizing, run:
python scripts/abstract_lint.py draft.txtfor rule diagnostics, and runpython scripts/abstract_score.py draft.txtorpython scripts/abstract_score.py before.txt --compare after.txtwhen a formal score or pairwise comparison is needed.
Drafting discipline
- Assign each sentence exactly one primary discourse role.
- Never output a sentence that only labels a condition without causal or purposive load. Reject patterns like
X is a challenge.unless the sentence continues with cause, consequence, or operational relevance. - When introducing a new concept
x, attach motivation, purpose, or consequence within the same sentence or an adjacent sentence. - When explaining a mechanism, state what it enables, stabilizes, reduces, or preserves.
- Prefer typed predicate selection over idiomatic guesswork. Example:
traffic grows,demand increases,applications develop,systems evolve,accuracy improves,continuity is maintained. - Avoid common AI-sounding markers. Do not use the em dash or
Unlikeunless the user explicitly asks to preserve source wording. - Do not end with a generic recap sentence. The last sentence must carry evidence, operational implication, or measured outcome.
Output modes
1. Draft from notes
Return:
- an optional symbolic plan when the source notes are underspecified,
- the final abstract,
- concise lint notes only when there are nontrivial tradeoffs.
2. Critique or rewrite an existing abstract
Return:
- a violation list keyed to the symbolic predicates in
references/computable-rules.md, - a repaired abstract,
- the smallest possible set of lexical substitutions when the main issue is verb-noun mismatch.
3. Produce negative examples
Use references/negative-examples.md.
Generate intentionally flawed rewrites that violate one or more named predicates such as summary_only, selection_mismatch, scope_inversion, or forbidden_marker.
Label each negative example with the violated rules. Do not present it as recommended style.
Resource map
README.md: GitHub-facing quick start and repository guide.references/computable-rules.md: formal sentence and discourse constraints.references/lexeme-typing.md: upper ontology for noun classes and verb selection.references/ontology-bootstrap.md: domain ontology construction and download workflow.references/negative-examples.md: contrastive negative examples and rule tags.references/source-abstract-corpus.md: raw domain corpus supplied by the user.scripts/abstract_lint.py: heuristic checker for role order, banned markers, and selection mismatches.scripts/abstract_score.py: formulaic scorer and comparator for one or two abstract fragments.scripts/ontology_bootstrap.py: generate a seed ontology or download a public ontology file.assets/discourse_rules.json: machine-readable role order, forbidden patterns, and score weights.assets/lexeme_types.json: machine-readable lexeme typing rules.examples/: before-and-after fragments for quick scoring demos.evals/: sample scoring outputs for repository documentation.
Working defaults
When the user does not provide all paper details, infer the missing low-risk connective tissue from the available propositions and state the assumptions briefly. Keep the prose compact, domain-accurate, and hierarchy-aware. Prioritize logical fit over rhetorical flourish.
Related skills
Rewrite English prose sentence by sentence into a more academic version using the bundled AWL/NAWL vocabulary list. Use when the user asks to academicize, po...
Guided academic paper writing: IMRaD section drafting, citation lookup from Zotero, iterative revision.
12-agent academic paper writing pipeline. 11 modes (full/plan/outline/revision/revision-coach/abstract/lit-review/format-convert/citation-check/disclosure/rebuttal-audit). 6 paper types, 5 citation formats, bilingual abstracts, LaTeX/DOCX-via-Pandoc/PDF output. Style Calibration + Writing Quality Check + Anti-Patterns with IRON RULE markers. Triggers: write paper, academic paper, guide my paper, parse reviews, audit my rebuttal, check my response draft, AI disclosure, 寫論文, 學術論文, 引導我寫論文, 審查意見, 評估回覆, 논문 작성, 초록 작성, 논문 수정, 논문 계획을 도와줘, 심사 의견 반영, 답변서 점검, AI 사용 고지.
Author a NEW, complete, spec-compliant paper (essay/thesis chapter/literature review/课程论文) from a requirement (word-count/citation-style/sections) and/or a topic-选题. Use for "write me a paper on…", "写一篇…的学术论文", "turn a brief into a paper". NOT to proofread/summarize/humanize/fact-check an EXISTING paper (→ siblings).
AI-writing fingerprint diagnosis for Chinese text. Use when Codex needs to inspect a draft for overly smooth, formulaic, generic, or authorless writing patte...