Skip to content
BeClaude

hand-drawn

New
34GitHub TrendingGeneralby threerocks

生成手绘/插画风格的生图提示词(prompt)。内置 8 种已验证画风——①纯人类手绘儿童涂色页 ②极简黑白线条讲解漫画(xkcd火柴人) ③蜡笔童涂(5岁小孩坏画) ④吉卜力 ⑤小豆人黑色涂鸦信息图 ⑥MS Paint 烂涂鸦(the worse the better) ⑦圆珠笔单线涂鸦 ⑧蜡笔实拍(像真蜡笔纸照片)。用户没指定画风就列菜单让其选;也可用中文名/编号/英文别名显式指定。只产出最终 prompt 纯文本,不负责生图、不锁定出图比例。触发词:手绘、画风、用XX风格画、生成手绘提示词、童涂色、极简线条、火柴人、xkcd、蜡笔风、吉卜力、ghibli、小豆人、MS Paint、烂涂鸦、圆珠笔、scribble、蜡笔实拍、real-crayon、doodle、hand-drawn style。

Summary

This skill generates hand-drawn or illustration-style image prompts for AI image generators.

  • It offers 8 curated styles, from children's coloring pages and xkcd stick figures to Ghibli and MS Paint doodles, and automatically fills style-specific templates with your subject.
  • Developers can quickly produce consistent, stylized prompts without leaving the terminal.

Overview

手绘风格 prompt 生成器(Claude Code 适配)

本文件是 Claude Code skill 的入口。完整指令与画风配方是工具无关的,放在同目录:

  1. 执行流程PROTOCOL.md——确定画风 → 取配方 → 自动填占位符 → 处理比例 → 输出 prompt。
  2. 画风配方STYLES.md

收到生图请求时:读 PROTOCOL.md 并严格按其 5 步流程执行,画风模板从 STYLES.md 取。只输出最终 prompt,不生图。

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/hand-drawn.md

3
Invoke in Claude Code
/hand-drawn

Use Cases

Generate a Ghibli-style prompt for a concept art thumbnail in a game design document.
Create an xkcd-style stick figure diagram to illustrate a technical blog post.
Produce a childlike crayon drawing prompt for a playful UI mockup or error page.
Draft an MS Paint-style doodle prompt for a low-fi meme or social media post.
Generate a real-crayon texture prompt for a physical art simulation in a creative coding project.
Quickly list available hand-drawn styles when unsure which one to use.

Usage Examples

1

/hand-drawn 用吉卜力风格画一只龙猫站在森林里

2

/hand-drawn 生成手绘提示词,主题:程序员在咖啡杯前写代码,风格:极简黑白线条讲解漫画

3

/hand-drawn 列出所有画风

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is hand-drawn?

This skill generates hand-drawn or illustration-style image prompts for AI image generators. It offers 8 curated styles, from children's coloring pages and xkcd stick figures to Ghibli and MS Paint doodles, and automatically fills style-specific templates with your subject. Developers can quickly produce consistent, stylized prompts without leaving the terminal.

How to install hand-drawn?

To install hand-drawn: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/hand-drawn.md. Finally, /hand-drawn in Claude Code.

What is hand-drawn best for?

hand-drawn is a other categorized under General. Created by threerocks.

What can I use hand-drawn for?

hand-drawn is useful for: Generate a Ghibli-style prompt for a concept art thumbnail in a game design document.; Create an xkcd-style stick figure diagram to illustrate a technical blog post.; Produce a childlike crayon drawing prompt for a playful UI mockup or error page.; Draft an MS Paint-style doodle prompt for a low-fi meme or social media post.; Generate a real-crayon texture prompt for a physical art simulation in a creative coding project.; Quickly list available hand-drawn styles when unsure which one to use..