npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

concept-comic-skill

v0.1.0

Published

Keyword-triggerable skill asset package for turning words and concepts into four-panel comic storyboards and image prompts.

Downloads

122

Readme

Concept Comic Skill

把黑话,画成笑话

Turn jargon into deadpan four-panel comics.

Transform AI terms, office jargon, and product concepts into a complete four-panel comic package — including angle options, Chinese storyboard, and English image prompt.

License: MIT Format: 4 panel comic Tone: deadpan Output: storyboard + prompt

concept → angle → storyboard → prompt


Install

npx skills add SuperKatrina123/concept-comic-skill

What it does

concept-comic-skill turns a word, phrase, term, or abstract concept into a comic-ready output package.

It is designed for people who want to turn things like:

  • AI terms
  • office jargon
  • product language
  • workflow concepts
  • short meme premises

into clean, deadpan, social-media-friendly four-panel comics.

By default, the output is optimized for:

  • Chinese Idea Breakdown and Storyboard
  • English image prompts
  • horizontal 4:3 framing
  • clean 2x2 four-panel layout
  • large readable title above the comic
  • literal / satire / reflective mode control
  • deadpan webcomic-style humor

What you get

Given one raw idea, the skill returns a structured package with:

  • mode decision
  • 3 angle candidates
  • idea breakdown
  • 4-panel Chinese storyboard
  • English image prompt in a fixed production template
  • anti-drift guardrail prompt
  • recovery prompt for rerolling bad generations
  • optional social copy

This makes the output useful both for human ideation and for downstream image-generation workflows.


Good for concepts like

  • Human in the Loop
  • Guardrails
  • Context Window
  • Tool Calling
  • Chain of Thought
  • Open Office
  • Highest Priority
  • Model Distillation

Quick example

Use $concept-comic-skill to turn "Human in the Loop" into a deadpan four-panel comic.
用 $concept-comic-skill 把 “Human in the Loop” 做成四格小漫画。

How It Thinks

The skill follows a fixed pipeline instead of dumping one loose answer:

  1. classify the idea and pick the best mode
  2. generate 3 candidate angles in that mode
  3. lock the strongest comic premise
  4. turn it into a 4-panel storyboard
  5. generate an English image prompt
  6. add guardrails and recovery prompts

It is especially strict about two things:

  • not letting literal ideas drift into abstract reflection
  • making sure Panel 4 is stronger than Panel 3

It also defaults to:

  • no speaker-name prefixes in dialogue
  • a meaningful Panel 2 that actually advances the joke
  • a cleaner one-line payoff in Panel 4 when possible

Package Contents

This package includes:

  • SKILL.md
  • agents/openai.yaml
  • references/schema.md
  • references/workflow.md
  • references/prompt-templates.md
  • references/guardrails.md
  • references/examples.md

The references include built-in cases such as:

  • Highest Priority
  • Open Office
  • Human in the Loop
  • Model Distillation
  • guardrails

Runtime Notes

This is an asset package, not a CLI.

It does not auto-install itself into a host runtime. It is intended for runtimes that:

  • load skill assets from installed npm packages
  • load skills from explicit package paths
  • support skill discovery by metadata and keyword matching

Exported asset paths:

  • concept-comic-skill/SKILL.md
  • concept-comic-skill/agents/openai.yaml
  • concept-comic-skill/references/schema.md
  • concept-comic-skill/references/workflow.md
  • concept-comic-skill/references/prompt-templates.md
  • concept-comic-skill/references/guardrails.md
  • concept-comic-skill/references/examples.md

License

MIT