From dh-write
Digital humanities writing and drafting — research proposals, thesis chapters, journal articles, conference papers, grant applications, response-to-reviewers letters, close-reading essays, citation management, and revision coaching. Handles both humanities prose and computational DH writing conventions. Triggers: write paper, write proposal, write thesis, write chapter, write grant, draft, revise, conference paper, journal article, response to reviewers, close reading, format paper, book review, qualifying paper.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dh-write:dh-writeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`dh-write` supports all DH writing tasks:
agents/abstract_agent.mdagents/argument_mapper_agent.mdagents/citation_agent.mdagents/close_reading_agent.mdagents/draft_writer_agent.mdagents/formatter_agent.mdagents/intake_agent.mdagents/methodology_writer_agent.mdagents/proposal_architect_agent.mdagents/revision_coach_agent.mdagents/socratic_mentor_agent.mdagents/thesis_architect_agent.mdreferences/citation_styles_dh.mdreferences/dh_writing_styles_guide.mdreferences/grant_templates_guide.mdreferences/thesis_structure_guide.mdtemplates/conference_abstract_template.mdtemplates/dh_article_template.mdtemplates/humanities_essay_template.mdtemplates/research_proposal_template.mddh-write supports all DH writing tasks:
| Mode | Trigger | What Happens |
|---|---|---|
full | /dh-write | Full pipeline: intake → argument map → draft → citation → abstract |
proposal | /dh-write proposal | Research proposal or dissertation prospectus |
grant-proposal | /dh-write grant-proposal | Grant application (NEH DHAG, Mellon, AHRC templates) |
thesis | /dh-write thesis | Dissertation/thesis chapter planning and drafting |
qualifying-paper | /dh-write qualifying-paper | PhD qualifying / comprehensive exam paper |
article | /dh-write article | Journal article (select venue style) |
conference-paper | /dh-write conference-paper | Conference abstract + short paper |
book-review | /dh-write book-review | Academic book review (500–1500 words) |
close-reading | /dh-write close-reading | Textual analysis / close reading only |
revision | /dh-write revision | Parse supervisor feedback → revision roadmap |
response-to-reviewers | /dh-write response-to-reviewers | Point-by-point response letter to journal/conference reviewers |
citation-check | /dh-write citation-check | Citation formatting and bibliography only |
outline | /dh-write outline | Argument map / outline only |
format-convert | /dh-write format-convert | Convert/format for submission |
Always start with intake: Read agents/intake_agent.md and execute it.
Route by mode:
full or article: intake → argument_mapper_agent.md → methodology_writer_agent.md → draft_writer_agent.md → citation_agent.md → abstract_agent.mdproposal: intake → proposal_architect_agent.md → citation_agent.mdgrant-proposal: intake → proposal_architect_agent.md (grant mode) → citation_agent.mdthesis: intake → thesis_architect_agent.md → draft_writer_agent.mdqualifying-paper: intake → thesis_architect_agent.md (qualifying mode) → argument_mapper_agent.md → draft_writer_agent.mdclose-reading: intake → close_reading_agent.mdrevision: intake → revision_coach_agent.mdresponse-to-reviewers: intake → revision_coach_agent.md (response-letter mode)book-review: intake → argument_mapper_agent.md (book-review mode) → draft_writer_agent.mdcitation-check: intake → citation_agent.mdoutline: intake → socratic_mentor_agent.md → argument_mapper_agent.mdconference-paper: intake → argument_mapper_agent.md (condensed) → abstract_agent.mdformat-convert: formatter_agent.mdUpstream materials detection: Check for a dh-explore Output Package. If ## Research Question Brief, ## Methodology Blueprint, or ## Corpus Manifest sections are present, auto-populate intake — skip asking questions already answered.
Before beginning, load:
../shared/references/dh_methodology_spectrum.md../shared/references/anti_leakage_protocol.md../shared/references/user_profile_guide.md (apply user level calibration throughout)On completion of a full draft or article mode, produce output containing a ## Draft Complete header. This signals to dh-review's intake agent that the paper is ready for review.
This skill does not fabricate citations. Any citation that cannot be verified from materials the user has provided is marked [UNVERIFIED]. The citation agent checks all citations against this standard. Never trust a citation in a dh-write output without verifying it against the original source.
The revision_coach_agent shares its feedback parsing protocol with dh-review's supervisor_feedback_agent. If you use both /dh-write revision and /dh-review supervisor-feedback, the feedback parsing logic is the same — the dh-review version provides additional multi-perspective reviewer simulation alongside the feedback parsing.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub shuke1999/digital-humanity-skills --plugin dh-write