Leaderboard/Writing/humanities-writing-companion
Last commit on July 13, 2026·Created on May 9, 2026

tizzy916/humanities-writing-companion

A thinking partner for scholars in fields where prose is the primary argument.
Combined rank
#556
across all skills
In Writing
#24
category rank
Stars
413
+3.0% in last 7d
Forks
45
+2.3% in last 7d
Watchers
18
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

Designed for researchers in history, philosophy, literature, and the arts, this skill supports the full lifecycle of academic writing. It assists with sharpening research questions, mapping literature, and drafting dissertation chapters while maintaining the author's original voice.

The companion provides structured critique through a four-layer review process and devil's-advocate simulations to prepare authors for reviewer comments and thesis defenses. It also includes utilities for auditing in-draft citations to prevent hallucinations.

WHO IT'S FOR
Humanities scholars
sharpening research questions and mapping literature
PhD candidates
drafting and critiquing dissertation chapters
Academic writers
performing adversarial reviews of scholarly prose
Bilingual researchers
writing academic drafts in English and Chinese
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Claude Code user-level installation with Git

Installs: User-level installation of the complete humanities-writing-companion repository. · Claude Code

Before you start
  • Claude Code
  • Git
  • Python 3 for the included Python scripts
  • zsh and grep for the included shell scripts
  1. Run this complete command block in a terminal. It clones the repository into Claude Code's user-level skills directory and makes the included shell scripts executable.

    git clone https://github.com/tizzy916/humanities-writing-companion.git \
      ~/.claude/skills/humanities-writing-companion
    
    chmod +x ~/.claude/skills/humanities-writing-companion/scripts/*.sh
  2. Start a new Claude conversation—not a terminal session—and ask “What skills do you currently have loaded?” Confirm that humanities-writing-companion appears. If it does not, confirm that ~/.claude/skills/humanities-writing-companion/SKILL.md exists and restart Claude Code.

scripts/README.zh.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Turn a broad humanities topic into a focused research question

Uses humanities-writing-companion

  • A broad topic or research interest
  • The relevant humanities discipline
  • The intended type of scholarly text
Use the humanities-writing-companion skill to sharpen my broad interest into a focused research question. My topic is [TOPIC], my humanities discipline is [DISCIPLINE], and the text I ultimately want to produce is [ARTICLE, CHAPTER, ESSAY, OR OTHER FORMAT]. Start with a small first result: identify the central tension and propose a focused question for me to react to. Replace each bracketed placeholder with my information.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Review one paragraph without erasing the author's voice

Uses humanities-writing-companion

  • One paragraph of scholarly prose
  • The humanities discipline
  • The claim the paragraph is intended to establish
Use the humanities-writing-companion skill to review the paragraph pasted below. My discipline is [DISCIPLINE], and the paragraph is trying to establish [INTENDED CLAIM]. Diagnose the most important argument-through-prose issue, suggest a revision, and explain the reason while preserving my voice. Replace the bracketed placeholders and paste the paragraph after the prompt.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Generate practical ways past a writing bottleneck

Uses humanities-writing-companion

  • The section or argument where writing is blocked
  • A brief description of the blockage
  • A short summary or outline of existing material
Use the humanities-writing-companion skill. I'm stuck on [SECTION OR ARGUMENT]. The blockage is [BRIEF DESCRIPTION], and what I already have is [SHORT SUMMARY OR OUTLINE]. Give me five ways to unblock the writing, then recommend the smallest next move. Replace each bracketed placeholder with my context.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026