markdown-to-pdf
Markdown to PDF
- Use this skill when a user asks to convert a Markdown file to PDF.
- Use the script at .github/skills/markdown-to-pdf/scripts/md_to_pdf.py for the conversion.
- The default body font size is 11pt in the script; adjust the CSS if needed.
- before installing dependencies ask if there is a proxy configuration required, if so apply proxy before installing dependencies.
- Install dependencies if missing:
python3 -m pip install markdown weasyprint. - Run the script with input and output paths:
python3 .github/skills/markdown-to-pdf/scripts/md_to_pdf.py input.md output.pdf
- Keep output simple and close to default Markdown rendering.
More from dimkinv/favorite-skills
skeleton-generator
Create minimal TypeScript project skeletons for backend (Node.js), React (Vite), or Next.js with deps, file tree, and AGENTS.md handling.
9agent-memory
Agent-first persistent memory for storing, retrieving, and maintaining human-readable notes across conversations. The agent should proactively capture important decisions and work completed; users can also ask to remember, save, note, recall, remind, or review prior work (e.g., “remember this”, “save this”, “note this”, “remind me about…”, “what did we decide about…”, “check your notes”, “clean up memories”).
8skill-installer
Install a skill from a GitHub URL that points to a skill folder by downloading it into .github/skills.
6reviewer-process
Run when the user asks for a review; use git CLI to list staged and unstaged changes, read GUIDELINES.md in this skill folder, produce a fix list, and offer to apply fixes after confirmation.
5skill-creator
Create, update, and package Agent Skills. Use when asked to design a new skill, refine an existing skill, or set up the required SKILL.md structure, frontmatter, and resources.
4skills-cloner
Sync skills from .github/skills into .agents/skills and .claude/skills whenever a skill is created, updated, or deleted by cloning changed skill folders. User can request to manually run this skill by saying "Sync skills". or "Clone skills". or "align skills".
2