infocard

Transform Markdown into editorial HTML/CSS information cards.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/shekerkamma/markdown-viewer-skills-audit --skill infocard-shekerkamma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infocard
Source: https://github.com/shekerkamma/markdown-viewer-skills-audit/tree/main/infocard
Command: npx skills add https://github.com/shekerkamma/markdown-viewer-skills-audit --skill infocard-shekerkamma

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image.

What problem does it solve?

This Skill enables you to craft editorial-style information cards directly in Markdown by embedding HTML/CSS, eliminating the tedious, ad-hoc formatting work.

Core Features & Use Cases

  • Direct HTML embedding: write info cards in Markdown without fences; HTML is embedded directly in the card.
  • Templates and layouts: choose from style families (Editorial Warm, Paper Minimal, Tech Blueprint) and layout skeletons (Hero Card, Timeline, etc.) for knowledge summaries, data highlights, event notes, and single-topic cards.
  • Tone sensing and typography: automatic mood/color palettes and typographic hierarchy to ensure consistent visual language across cards.
  • Real-world example: Build a knowledge card summarizing a quarterly update with metrics and a short narrative.

Quick Start

Load SKILL.md in the infocard folder and invoke the Infocard Generator to render editorial HTML/CSS cards from Markdown immediately.

Frequently Asked Questions about infocard

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

FAQPage Schema
How do I convert Markdown into editorial HTML and CSS cards?

To convert Markdown into editorial HTML and CSS cards, you embed HTML directly in the document without fences. The skill processes the content and applies style families like Editorial Warm or Tech Blueprint to render self-contained information cards.

What is the best way to design information cards from Markdown for knowledge summaries?

Designing information cards from Markdown is best handled by using predefined layout skeletons like Hero Card or Timeline. These templates automatically apply typographic hierarchy and mood-based color palettes to ensure consistent visual language for knowledge summaries.

Do I need YAML frontmatter to render HTML and CSS in Markdown?

You need YAML frontmatter containing a name and description to render HTML and CSS in Markdown. The skill validates this frontmatter before generating the editorial card, and it also supports optional scripts, references, and assets.

Can I use tone sensing to adjust typography and color palettes in editorial cards?

You can use tone sensing to adjust typography and color palettes in editorial cards. The skill features automatic mood and color palette selection alongside typographic hierarchy to maintain a consistent visual language across all generated cards.

Does the skill support adding scripts and external references to Markdown cards?

The skill supports adding scripts, references, and assets to Markdown cards. It validates the required YAML frontmatter and ensures safe, self-contained rendering for on-demand use while embedding the HTML and CSS directly.

What are the limitations of embedding HTML directly in Markdown for card design?

A limitation of embedding HTML directly in Markdown for card design is that content must conform to specific layout skeletons and style families. It requires valid YAML frontmatter and is restricted to safe, self-contained rendering without external dependencies.