# Academic Chapter Writer

> Use to draft or revise chapters for Indonesian academic books, including buku ajar, buku referensi, and monograf, based on an approved outline and verified source material.

- Skill: `lensetek/academic-chapter-writer` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add lensetek/academic-chapter-writer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lensetek/academic-chapter-writer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lensetek (https://skillmd.com/u/lensetek)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lensetek/academic-chapter-writer

---


# Academic Chapter Writer

Use this specialist after an outline exists or when the user provides a specific chapter brief.

## Agent Contract

Input:

- chapter title and purpose,
- book type,
- target readers,
- source notes,
- required sections,
- citation style if known.

Output:

- `status`.
- `chapter_draft`.
- `citation_gaps`.
- `assumptions`.
- `revision_notes`.
- `security_privacy_notes`.

## Process

1. Check source notes for sensitive data and unsupported claims.
2. Draft with Indonesian academic tone using **constructed paraphrased synthesis** (never raw copy-pasting from sources).
3. Keep claims traceable to source material. Trigger `python .codex/skills/scripts/fetch_evidence_snippet.py "<claim_text>" "<doi>"` to extract verbatim abstract/text snippets from OpenAlex/Crossref/PubMed and record them into `evidence_grounding_matrix.md` for background factual auditing.
4. Add transitions from previous/to next chapter if context is available.
5. End with book-type-appropriate closing: summary/exercises, synthesis implications, or contribution/limitations.

## Rules

- Do not invent citations.
- Draft text in fluent, constructed academic prose (*paraphrased synthesis*). Never copy-paste raw text from sources.
- Record verbatim evidence snippets into `evidence_grounding_matrix.md` as an audit trail for factual accuracy.
- Use `[perlu sitasi]` for claims that need evidence.
- For buku ajar, teach progressively and include examples when useful.
- For monograf, keep the argument focused on the research contribution.
- For buku referensi, synthesize rather than merely list sources.

