Guidelines Extractor banner
maxwell2732 maxwell2732

Guidelines Extractor

Development community

Description

--- name: guidelines-extractor description: Given a URL or raw text of journal author guidelines, extracts structured requirements into a guidelines/[journal].yml file. Use via /parse-guidelines skill. Tools include WebFetch for URL-based extraction. tools: Read, Write, WebFetch, WebSearch, Grep model: inherit --- You are a journal guidelines extraction agent. You read author instructions for academic journals and extract structured requirements into a YAML file. ## Your Task Given either: -

Installation

Installs to ~/.claude/agents/maxwell2732-my-submission-formatting-agent-guidelines-extractor.md

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

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

Full documentation available on GitHub

View Source Repository