Academic writing plugin with 6 agents, 15 skills, and TypeScript hooks for citation-verified article generation.
npx claudepluginhub yodem/academic-writerAI-first academic writing assistant for Humanities researchers. Produces rigorously cited, style-matched academic articles as .docx files.
No description available.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
AI-first academic writing assistant for Humanities researchers. Writes rigorously cited, style-matched articles and exports them as .docx files.
From the folder where you do your research:
claude plugin install academic-writer --scope project
If you get "marketplace not found", register it first:
claude plugin marketplace add ~/.claude/plugins/marketplaces/academic-writer
/academic-writer:init
One-time setup. You'll be asked for:
past-articles/)Your profile is saved to .academic-writer/profile.json and loaded automatically.
/academic-writer:write
You do (conversational):
Plugin does (automated):
7. Writes all sections in parallel — each paragraph through an 8-step pipeline (draft → style → grammar → academic language → language purity → anti-AI → repetition → citation audit)
8. Synthesizes for coherence and style
9. Generates the תקציר (abstract)
10. Runs 6-dimension self-review scorecard
11. Exports as .docx
| Command | What it does |
|---|---|
/academic-writer:write | Write a new article |
/academic-writer:init | One-time setup: profile, citation style, style fingerprint |
/academic-writer:ideate | Brainstorm research questions with 5W1H and gap analysis |
/academic-writer:learn | Scan new past articles and update your style fingerprint |
/academic-writer:review | Score a completed article on 6 quality dimensions |
/academic-writer:present | Generate conference outlines, journal abstracts, book chapter proposals |
/academic-writer:research | Research a topic using your indexed sources |
/academic-writer:edit | Edit a previously written article |
/academic-writer:edit-section | Quick edit of a single section |
/academic-writer:update-field | Change your field of study |
/academic-writer:update-tools | Add or remove integrations |
/academic-writer:health | Check all integrations and profile status |
/academic-writer:help | Show plugin info |
All integrations are optional. Choose which to enable during /academic-writer:init.
| Tool | What it does | Setup |
|---|---|---|
| Candlekeep | Cloud document library for source PDFs | github.com/CandleKeepAgents/candlekeep-cli |
| NotebookLM | AI-powered source Q&A, audio overviews, study guides | github.com/jacob-bd/notebooklm-mcp-cli |
| Cognetivy | Workflow audit trail | Built-in, no setup needed |
your-research-folder/
├── past-articles/ ← Drop your published papers here (PDFs or DOCXs)
├── .academic-writer/
│ ├── profile.json ← Your profile (auto-created)
│ ├── research-brief.md ← Output from /academic-writer:ideate
│ └── logs/ ← Session logs
├── .cognetivy/ ← Workflow audit trail
└── articles/ ← Output .docx files
"No profile found" — run /academic-writer:init first.
"Candlekeep not detected" — install the CLI:
brew tap CandleKeepAgents/candlekeep && brew install candlekeep-cli
ck auth login
Articles won't export to .docx — install the Python dependency:
pip install python-docx
Plugin behaves strangely after an update — clear the cache and reinstall:
rm -rf ~/.claude/plugins/cache/academic-writer
claude plugin install academic-writer --scope project
Source files live in src/ — never edit plugins/ directly (it is generated by npm run build and committed to git).