Feynman paper-writing

Turn research findings into a polished paper-style draft with sections, equations, and citations. Use when the user asks to write a paper, draft a report, write up findings, or produce a technical document from collected research.

install
source · Clone the upstream repo
git clone https://github.com/getcompanion-ai/feynman
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/getcompanion-ai/feynman "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/paper-writing" ~/.claude/skills/getcompanion-ai-feynman-paper-writing && rm -rf "$T"
manifest: skills/paper-writing/SKILL.md
source content

Paper Writing

Run the

/draft
workflow. The slash command expands the full workflow instructions in the active session; do not try to read a relative prompt-template path from the installed skill directory.

Agents used:

writer
,
verifier

Output: paper draft in

papers/
.