xuemu-illustration-core

An open, identity-neutral edition of the Xuemu Lab hand-drawn explainer workflow. It turns a technical article or concept into a structured shot plan, reproducible image prompt, and visual QA gate.

MIT License Privacy Safe (No Private IP / Assets) Codex Skill Package

This public package contains no Xuemu character library, no private identity assets, no customer data, no browser validation records, and no third-party artwork.

Clone and Install
git clone https://github.com/aierlanjiu/xuemu-illustration-core.git
cd xuemu-illustration-core
./install.sh

Refuses to overwrite existing skills. To preserve an existing installation:

./install.sh --backup-existing

SECTION 02 // WORKFLOW

Concrete Capability Flow

The skill strictly enforces a four-stage progression from input concept to verified visual output:

STAGE 01
Core Idea

Formulate a single, clear one-sentence communication goal for the illustration.

STAGE 02
Shot Plan

Select a composition pattern (e.g. choice and judgment) and map subjects, labels, and reading path.

STAGE 03
Final Prompt

Construct a structured image prompt covering composition, line weight, muted colors, and negative constraints.

STAGE 04
Visual QA

Verify readability at mobile size, text limits, aspect ratio, and identity boundaries before finalizing.


SECTION 03 // VISUAL REFERENCE

Original Composition Example

The SVG composition below demonstrates the choice and judgment layout pattern from examples/placeholder-output.svg.

Placeholder Composition SVG (Identity Neutral)
Choice and judgment placeholder composition Five sketch cards narrow through a paper funnel to one selected card. 候选 选择
Note: This diagram is an original structural composition reference included in the MIT package. It is not a generated AI result or character reference.

SECTION 04 // ANATOMY

Package File Map

Path Role
SKILL.md Core agent definition, boundaries, defaults, and workflow contract
install.sh Safe installer script with backup flags
references/composition-patterns.md 5 foundational layout patterns for technical explainers
references/shot-config-template.md Structured template for shot planning
references/qa-checklist.md Acceptance criteria for legibility, style, and boundaries
examples/placeholder-output.svg Original layout composition reference
ASSET_LICENSE.md Explicit asset boundary and brand distinction policy
SECURITY.md Data handling rules and secret prevention guidelines

SECTION 05 // SECURITY & BOUNDARIES

Security and License Boundary

Privacy and IP Protection

  • No Credentials: This skill requires no API keys, cookies, or account tokens.
  • No Character IP: No Xuemu character references or trademarked brand assets are included.
  • License Boundary: Code and documentation are MIT licensed. User-supplied identity references remain under their respective original permissions.

SECTION 06 // DOCUMENTATION

Documentation Links


Repository Access

View source code, report security issues, or clone the public package on GitHub.

Open xuemu-illustration-core on GitHub