Back to Skills

curriculum-package-pdf

majiayu000
Updated Today
58
9
58
View on GitHub
Metapdfworddesign

About

This skill generates professionally formatted PDF documents like handouts, guides, and workbooks with proper typography and accessibility. It activates on keywords like "create PDF" or "generate handout" and handles print layout specifications. Use it when creating any print-ready or accessible educational materials.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/curriculum-package-pdf

Copy and paste this command in Claude Code to install this skill

Documentation

Print & PDF Material Generation

Create professionally formatted, accessible PDF documents for student handouts, teacher guides, and print distribution.

When to Use

  • Create student handouts
  • Generate teacher guides
  • Format workbooks
  • Print-ready materials
  • Accessible PDF documents

Required Inputs

  • Content: What to include in PDF
  • Format: Handout, guide, workbook, assessment
  • Layout: Letter, A4, custom
  • Accessibility: WCAG compliance level

Workflow

1. Format Student Handout

# Design Specifications
- Page Size: Letter (8.5" × 11")
- Margins: 1" all sides
- Font: Sans-serif, 12pt body, 18pt+ headings
- Line Spacing: 1.5
- Color: High contrast (black text on white)
- Headers/Footers: Title, page numbers

2. Format Teacher Guide

# Teacher Guide Format
- Two-column layout
  - Left: Student view
  - Right: Teacher notes
- Answer keys highlighted
- Teaching tips in callout boxes
- Time allocations noted
- Material lists included

3. Ensure Accessibility

✅ Tagged PDF structure ✅ Heading hierarchy (H1, H2, H3) ✅ Alt text for images ✅ Correct reading order ✅ Form field labels ✅ Table headers ✅ List structures ✅ Bookmarks for navigation

4. CLI Interface

# Student handout
/curriculum.package-pdf --type "handout" --content "lesson1.md" --output "lesson1-handout.pdf"

# Teacher guide
/curriculum.package-pdf --type "teacher-guide" --lessons "lessons/*.md" --answers "answer-keys.md"

# Workbook
/curriculum.package-pdf --type "workbook" --unit "Unit 1" --accessible

# Help
/curriculum.package-pdf --help

Exit Codes

  • 0: PDF created successfully
  • 1: Invalid PDF type
  • 2: Cannot load content
  • 3: PDF generation failed

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/curriculum-package-pdf

Related Skills

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

creating-opencode-plugins

Meta

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill

Algorithmic Art Generation

Meta

This skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.

View skill