Noconvert banner
sunlesshalo sunlesshalo

Noconvert

Development community

Description

Toggle the md-convert hook on or off for this session. ## Steps 1. Check if `.claude/.noconvert` exists in the project root 2. If it **exists** (hook is currently OFF): - Delete `.claude/.noconvert` - Confirm: "md-convert hook is now ON — PDFs and documents will be converted to markdown." 3. If it **does not exist** (hook is currently ON): - Create an empty `.claude/.noconvert` file - Confirm: "md-convert hook is now OFF — Claude Code will read files natively (including PDF visio

Installation

Installs to ~/.claude/skills/sunlesshalo-claude-code-md-hook-noconvert/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sunlesshalo-claude-code-md-hook-noconvert && curl -fsSL https://raw.githubusercontent.com/sunlesshalo/claude-code-md-hook/HEAD/commands/noconvert.md -o ~/.claude/skills/sunlesshalo-claude-code-md-hook-noconvert/SKILL.md

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

Full documentation available on GitHub

View Source Repository