etkm-cheat-sheet

Generate HTML cheat sheets from ETKM book data with JSON validation and Jinja2 templates.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/easttxkravmaga/Claude --skill etkm-cheat-sheet
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: etkm-cheat-sheet
Source: https://github.com/easttxkravmaga/Claude/tree/main/archive/user/etkm-cheat-sheet
Command: npx skills add https://github.com/easttxkravmaga/Claude --skill etkm-cheat-sheet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires etkm-brand-kit, etkm-book-intelligence, etkm-deliverable-qc, and includes references (resource) components.

What problem does it solve?

The ETKM Cheat Sheet System automates the creation and delivery of standardized, book-based cheat sheets, turning scattered data into a consistent reference for students and instructors.

Core Features & Use Cases

  • Data-driven JSON -> HTML cheat sheets via a single template
  • Automated build, quality control, and GitHub publishing workflow
  • Use Case: add a new book to the ETKM cheat sheet library and publish a ready-to-use web page

Quick Start

Trigger the cheat sheet build for a book to run the full automated pipeline.

Frequently Asked Questions about etkm-cheat-sheet

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

FAQPage Schema
How do I automate HTML cheat sheet generation from JSON book data?▼

Automate HTML cheat sheet generation by running an end-to-end pipeline that extracts book data, validates JSON schemas, and renders HTML templates using Jinja2. This process turns scattered book data into standardized, ready-to-use reference pages.

What is the best way to build and publish book cheat sheets to GitHub automatically?▼

The best way to build and publish cheat sheets is using an automated pipeline that handles data extraction, HTML rendering, quality control checks, and GitHub publishing in a single workflow, ensuring consistent delivery for students and instructors.

Do I need Jinja2 to render JSON data into HTML templates?▼

Yes, Jinja2 is required to render JSON data into HTML templates. The pipeline relies on Jinja2 template rendering to convert validated JSON book data into standardized HTML cheat sheet deliverables.

Can I run quality control checks on generated HTML cheat sheets before publishing?▼

Yes, you can run quality control checks on generated HTML cheat sheets. The automated pipeline includes built-in QC validation steps that audit the rendered assets before completing the GitHub publishing workflow.

How does JSON schema validation work in a cheat sheet generation pipeline?▼

JSON schema validation works by verifying extracted book data against a predefined schema before rendering. This ensures the data structure matches the template requirements, preventing rendering errors in the final HTML cheat sheet deliverables.