How this skill is triggered — by the user, by Claude, or both
Slash command
/ft-subject-md:pdf-to-mdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
引数で指定されたパス(PDFファイルまたはディレクトリ)を受け取り、42の課題PDFをMarkdownファイルとして保存してください。
引数で指定されたパス(PDFファイルまたはディレクトリ)を受け取り、42の課題PDFをMarkdownファイルとして保存してください。
$ARGUMENTS で受け取ったパスを判定する
<ディレクトリ>/**/*.pdf を検索し、見つかった全PDFを処理する各PDFについて以下を行う:
# ## ### で表現``` で囲む<元ファイル名>.md として保存する全件処理後、変換したファイルの一覧をサマリとして表示する
.md が存在する場合は上書きするnpx claudepluginhub acta0724/ft_subject_mdConverts markdown files, globs, or directories to professional PDFs with Obsidian-style preview using pandoc and wkhtmltopdf. Supports custom output directories and auto-installs tools.
Batch converts local academic PDFs to Markdown with embedded images using PaddleOCR. Supports single files, directories, and file lists with dry-run and error handling.
Converts PDF, Word, PPTX, PPT, and TXT documents to Markdown, preserving titles, lists, tables, structure, and PPT slide sections. Adds frontmatter, annotates images, suggests output path for archiving or import.