PostToolUse
01Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing check-file.js. From oubakiou/mdxg-redline.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing check-file.js. From oubakiou/mdxg-redline.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Instructions file CodexOpenCode
Instructions for oubakiou/mdxg-redline, a project described as: Inline review tool for MDXG markdown — capture highlighted comments and export them as structured JSON for LLM agents.
Instructions file
Instructions for oubakiou/mdxg-redline, a project described as: Inline review tool for MDXG markdown — capture highlighted comments and export them as structured JSON for LLM agents.
Skill Claude CodeCodex
Run the standard markdown review loop end-to-end with the mdxg-redline CLI: send a markdown document to a human reviewer, wait (via Bash polling) for the feedback.json they export, then apply their location-aware inline comments back into the markdown and revise it. Always use this skill when the user wants…
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing check-file.js. From oubakiou/md2idx.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Instructions file CodexOpenCode
Instructions for oubakiou/md2idx, a project described as: md2idx — Markdown to indexed JSON. Slice big docs with jq, feed LLMs only what they need.
Instructions file
Instructions for oubakiou/md2idx, a project described as: md2idx — Markdown to indexed JSON. Slice big docs with jq, feed LLMs only what they need.
Skill Claude CodeCodex
Read a large Markdown file efficiently using md2idx: first fetch the numbered index (table of contents), then retrieve only the sections relevant to the current task — instead of loading the entire file into context. Use this skill whenever asked to read, analyze, summarize, or answer questions about a Markdown file…