From dstoic
Convert EPUB files to clean markdown for LLM context (uses epub-to-markdown). Use when converting ebooks or EPUB documents to markdown for analysis or summarization. Triggers include "convert epub", "epub to markdown", "epub file".
npx claudepluginhub digital-stoic-org/agent-skills --plugin dstoicThis skill is limited to using the following tools:
Convert the EPUB file at `$1` to clean markdown format optimized for Claude Code context.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Convert the EPUB file at $1 to clean markdown format optimized for Claude Code context.
dstoic:install-dependency skill to ensure epub-to-markdown is installed$1 (required), output dir $2 (optional, defaults to ./.tmp/epub-converted/)epub-to-markdown convert "$1" with --multiple-files flag (one file per chapter)Extract clean, structured markdown for LLM context (analysis, summarization, Q&A) — NOT for visual rendering.
Output to .tmp/ to keep excluded from git/searches per Praxis rules.