From academic-writer
Quick edit of a single section — rewrite, expand, cut, fix citations, or adjust style. Faster than full article edit.
npx claudepluginhub yodem/academic-writer --plugin academic-writerThis skill uses the workspace's default tool permissions.
A fast, focused edit for a single section of an article. Use this instead of `/academic-writer:edit` when you know exactly which section needs work.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
A fast, focused edit for a single section of an article. Use this instead of /academic-writer:edit when you know exactly which section needs work.
cat .academic-helper/profile.md
Load the full styleFingerprint — edits must maintain the researcher's voice.
Ask:
"Which section do you want to edit? Give me the section title, number, or paste the text."
If the article is in a file:
python3 -c "import docx; d=docx.Document('FILE_PATH'); [print(p.text) for p in d.paragraphs]"
Parse the target section and all surrounding sections (needed for repetition checking and transition context).
Ask:
"What should I change in this section?"
Common edit types:
Use the Agent tool to spawn a section-writer subagent with the full pipeline (draft → style compliance → Hebrew grammar → repetition check → citation audit).
Pass as prompt: the section (title, current text, edit instructions, suggested sources), sectionIndex, thesis, styleFingerprint, citationStyle, runId, tools, priorSectionTexts (text of adjacent sections for repetition awareness).
If the researcher wants to expand with new evidence, first use the Agent tool to spawn research subagents in parallel — call the Agent tool multiple times in a single response:
Then feed results to the section-writer.
Use the Agent tool to spawn an auditor subagent for each paragraph. Pass as prompt: the paragraph text, runId, sectionIndex, paragraphIndex, tools.
Apply fixes, re-audit until all pass.
styleFingerprintrepresentativeExcerpts as targetsShow the revised section with a change summary:
Section "[title]" — revised:
[Full revised text with footnotes]
Changes:
- Paragraph 2: [what changed]
- Paragraph 4 (new): [added with citations from X, Y]
- Citations: [N] verified, [N] corrected
Skills applied:
- Style compliance: avg [N]/5
- Hebrew grammar: [N] issues fixed
- Repetition: [N] instances resolved
- Citation audit: [N] claims verified
Would you like me to export the full updated article as .docx?
echo '{"type":"step_started","nodeId":"edit_section_N"}' | cognetivy event append --run RUN_ID
On completion:
echo '{"type":"step_completed","nodeId":"edit_section_N","paragraphsEdited":N,"citationsVerified":N,"styleScore":"N/5"}' | cognetivy event append --run RUN_ID