abstract-writing

Drafts and audits academic paper abstracts against a seven-sentence structure and counted word budget.

Updated Oct 7, 2022
One-click install
npx skills add https://github.com/tamagusko/linux-cfg --skill abstract-writing-tamagusko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: abstract-writing
Source: https://github.com/tamagusko/linux-cfg/tree/main/dotfiles/claude/skills/abstract-writing
Command: npx skills add https://github.com/tamagusko/linux-cfg --skill abstract-writing-tamagusko

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Writing a paper abstract that is complete, within the venue word limit, and free of vague claims is hard to do consistently. This Skill provides a structured four-layer workflow for drafting an abstract from a manuscript or reviewing an existing one, backed by a Python script that produces real word counts and hard-check results instead of estimates. ## Core Features & Use Cases - Seven-role spine drafting: Builds the abstract from tagged sentences covering topic, question, gap, idea, execution, results, and impact before any prose is written. - Counted audit script: scripts/abstract_audit.py enforces length floors and ceilings, per-element word budgets, keyword coverage, title alignment, and hard checks for signposting, AI vocabulary, em-dashes, vague quantifiers, and outward references. - Review mode: Diagnoses an existing abstract against the same layers and delivers a rewrite with side-by-side audits, without editing the manuscript. - Use Case: A researcher finishing a transportation engineering paper asks for an abstract; the Skill drafts seven tagged sentences from the results, merges them into a 150-word paragraph, and runs the audit script against main.tex to verify keywords and budget. ## Quick Start Ask the assistant to draft or review the abstract for your paper using the abstract-writing skill, pointing it at your manuscript file and venue word limit.

Frequently Asked Questions about abstract-writing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write an abstract for a research paper?

Draft seven tagged sentences first: topic, question, gap, idea, execution, results, and impact. Merge them into one paragraph within the word limit, then run the audit script to verify length, budget shares, and keyword coverage.

How long should a paper abstract be?

This Skill targets 150 words with a floor of 100 and a ceiling of 250. A lower venue limit replaces the ceiling, and the audit script fails the abstract if it exceeds the ceiling or falls under the floor.

How do I check if my abstract is good before submission?

Run abstract_audit.py on the tagged abstract with your manuscript's .tex file. It reports word counts per element, hard failures like signposting or vague quantifiers without numbers, keyword status, and title alignment.

Can the skill review an existing abstract instead of writing one?

Yes. Review mode maps the original onto the seven roles, runs the checklist and script on it, then delivers a rewrite with both audits side by side. The manuscript itself is never edited during a review.

What mistakes cause an abstract to fail the audit?

Hard failures include exceeding the word ceiling, vague quantifiers without a number in the sentence, signposting phrases, AI vocabulary, em-dashes, future tense on the work, outward references, missing keywords, and empty spine roles.