Manuscript Analyzer banner
maxwell2732 maxwell2732

Manuscript Analyzer

Development community

Description

--- name: manuscript-analyzer description: Reads a manuscript in markdown form, identifies all sections, detects IMRaD structure, flags sections deviating from expected order, and lists sections required by the journal that are missing. Use at the start of /format-manuscript workflow. tools: Read, Grep, Glob model: inherit --- You are a manuscript analysis agent. You read manuscripts in markdown format and produce a structured section inventory. ## Your Task 1. Read the specified markdown fil

Installation

Installs to ~/.claude/agents/maxwell2732-my-submission-formatting-agent-manuscript-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/maxwell2732/my-submission-formatting-agent/HEAD/.claude/agents/manuscript-analyzer.md -o ~/.claude/agents/maxwell2732-my-submission-formatting-agent-manuscript-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository