MCP server Claude CodeCodexCursor +2
MCP server "openai-tool2mcp" as configured in alohays/openai-tool2mcp. Runs locally from the openai-tool2mcp Python package.
MCP server Claude CodeCodexCursor +2
MCP server "openai-tool2mcp" as configured in alohays/openai-tool2mcp. Runs locally from the openai-tool2mcp Python package.
Agent Claude Code
Fact check. Compares every date, number, name and autonomy label on the slides against the sources the deck declares in deck.yml, checks the forbidden-term list is respected in spirit, and flags claims with no source. Use after content is drafted or before presenting.
Agent Claude Code
Holistic pedagogical review for slide decks. Checks narrative arc, prerequisite assumptions, worked examples, notation clarity, deck-level pacing, and the prior-session callback, then challenges the deck with the devil's-advocate questions. Use after content is drafted.
Agent Claude Code
Expert proofreading agent for slide decks. Reviews for grammar, typos, overflow against the deck's own density budget, and consistency. Use proactively after creating or modifying slide content.
Agent Claude Code
Specialist agent for writing speaker notes (presentation scripts) for Quarto RevealJS decks - paper reviews, course lectures, and invited talks. Generates natural verbatim reading scripts from slide content, the deck's declared premises, and its sources. Supports English and Korean. Use as a subagent during the…
Agent Claude Code
Visual layout auditor for Quarto RevealJS slides. Checks density against the deck's own profile budget, overflow, font consistency, box fatigue, and centering issues. Use proactively after creating or modifying slides.
Hook Claude Code
Runs when the agent sends a notification, executing notify.sh. From alohays/paper2pr.
Hook Claude Code
Runs before the agent uses a tool for Edit and Write tool calls, executing protect-files.sh. From alohays/paper2pr.
Hook Claude Code
Runs before the context is compacted, executing pre-compact.py via python3. From alohays/paper2pr.
Hook Claude Code
Runs when a session starts on compact and resume, executing post-compact-restore.py via python3. From alohays/paper2pr.
Hook Claude Code
Runs after a tool call finishes for Bash, Task, Write and Edit tool calls, executing context-monitor.py and verify-reminder.py via python3 (2 commands). From alohays/paper2pr.
Hook Claude Code
Runs when the agent finishes a response, executing log-reminder.py via python3. From alohays/paper2pr.
Settings file Claude Code
Agent settings declaring 6 hook events (Notification, PreToolUse, PreCompact, SessionStart) and 37 allowed tools.
Skill Claude CodeCodex
Stage, commit, create PR, and merge to main. Use for the standard commit-PR-merge cycle.
Skill Claude CodeCodex
Show current context status and session health. Use to check how much context has been used, whether auto-compact is approaching, and what state will be preserved.
Skill Claude CodeCodex
Deep consistency audit of the entire repository infrastructure. Launches 4 parallel specialist agents to find factual errors, code bugs, count mismatches, and cross-document inconsistencies. Then fixes all issues and loops until clean. Use when: after making broad changes, before releases, or when user says "audit"…
Skill Claude CodeCodex
Render Quarto slides and deploy to GitHub Pages via CI/CD. Use when deploying lecture slides after making changes.
Skill Claude CodeCodex
Extract reusable knowledge from the current session into a persistent skill. Use when you discover something non-obvious, create a workaround, or develop a multi-step workflow that future sessions would benefit from.
Skill Claude CodeCodex
Start a new slide deck - paper review, invited talk, or course lecture. Interviews the presenter about the deck's premises, scaffolds it, and carries the authoring workflow through to the quality gate. This is the single entry point for creating a deck.
Skill Claude CodeCodex
The one review fan-out for a deck - visual audit, pedagogical review (with the devil's-advocate challenges), proofreading, fact check against the deck's declared sources, and a render audit of full-deck screenshots, run as parallel subagents and synthesized. Use for a comprehensive quality check before milestones, or…
Skill Claude CodeCodex
Validate bibliography entries against citations in all lecture files. Find missing entries and unused references.
Skill Claude CodeCodex
Perform adversarial visual audit of Quarto RevealJS slides checking for density violations, overflow, font consistency, box fatigue, and centering issues, on full-deck screenshots from scripts/shootslides.py.
Skill Claude CodeCodex
Generate speaker notes (presentation script) for Quarto RevealJS slides - paper reviews, course lectures, and invited talks. Supports English and Korean. Use when user asks to "write speaker notes", "add presentation script", "speaker script", "발표 스크립트", or "스피커 노트".
Instructions file CodexOpenCode
Instructions for alohays/paper2pr, covering agents.md -- paper2pr: presentation framework, core principles, language policy, speaker notes policy and project scope.