card-deck-creation

Generate themed card decks with AI artwork and render them via Puppeteer.

1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/JDerekLomas/claude-code-skills --skill card-deck-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: card-deck-creation
Source: https://github.com/JDerekLomas/claude-code-skills/tree/main/card-deck-creation
Command: npx skills add https://github.com/JDerekLomas/claude-code-skills --skill card-deck-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires puppeteer, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill automates the end-to-end creation of themed card decks by generating AI artwork, rendering cards, and hosting a web gallery, reducing manual design and deployment effort.

Core Features & Use Cases

  • Workflow orchestration: Define card content in JSON, generate AI artwork via MuleRouter, render cards with Puppeteer, and deploy a web gallery.
  • Flexible card types: Supports playing cards, tarot decks, and category-driven decks with quotes and descriptions.
  • Web deployment ready: Includes an optional standalone web gallery with rules and instructions.

Quick Start

Create a deck folder, populate cards.json with card data, and run the generate script to produce artwork.

Frequently Asked Questions about card-deck-creation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AI card deck creation from JSON data?

Automate AI card deck creation by defining your themed card content in a JSON file, running a generation script to produce artwork via MuleRouter, and then rendering the final deck and web gallery using Puppeteer. This workflow orchestrates the entire end-to-end process automatically.

Can I generate a tarot deck with AI artwork and host it as a web gallery?

Yes, you can generate a tarot deck with AI artwork and host it as a web gallery. The skill supports flexible card types including tarot decks, renders printable cards using Puppeteer, and includes an optional standalone web gallery for online deployment.

Do I need Puppeteer to render printable cards from AI artwork?

Yes, Puppeteer is required to render printable cards from the generated AI artwork. It acts as the rendering engine within the Node.js project structure to transform your JSON-defined card data and artwork into physical and online card formats.

What is the best way to create category-driven educational decks with quotes?

The best way to create category-driven educational decks is to populate a JSON file with your card data, including specific quotes and descriptions, and execute the generate script. This automatically produces the themed deck artwork and renders the final cards.

How does MuleRouter work for generating deck artwork in a Node.js project?

MuleRouter works for generating deck artwork by acting as the AI artwork generation service within the Node.js project structure. When you run the generate script, it routes your JSON-defined card data to produce themed images for your playing or educational decks.

Are there limitations when deploying a standalone web gallery for playing cards?

A limitation when deploying a standalone web gallery is that it requires a Node.js project environment and relies on Puppeteer for rendering. The web deployment is optional but needs the generated assets and properly structured JSON data to function correctly.