gitmyhub

xiaoxiaodong

CSS ★ 22 updated 4d ago

小小东项目入口:AI 图片提示词、审美判断与交付流程相关页面和 Skills

A static community hub for AI image creators and a skill that compresses long articles or content into phone-readable visual poster images in 30 to 45 seconds, with plans to add more skills for prompt writing and image direction.

CSSHTMLJavaScriptPythonsetup: easycomplexity 1/5

This repository is the GitHub home for a project called Xiaoxiaodong (小小东), which is a knowledge community focused on AI image work: writing prompts for image generation tools, making aesthetic judgments about outputs, and managing the workflow from a client request through to a finished deliverable. The repository currently serves as a project hub and static landing page rather than a standalone application.

The main content right now is a simple website built from plain HTML, CSS, and a small JavaScript file. The site introduces the Xiaoxiaodong community and its focus. There is also a folder of brand assets including a logo, QR code, and icons. The whole site can be previewed by opening the HTML file directly in a browser, or by running a one-line Python command to start a local web server.

The repository also includes one skill called "xxd-article-poster". Its purpose is to take a long article, a URL, a block of clipboard text, a Markdown or HTML file, or a folder of image assets and compress it into one or more visual poster images designed to be readable on a phone in about 30 to 45 seconds. The skill is defined in a SKILL.md file and has an optional Python helper script for preparing source files before the skill runs.

The README outlines plans to add more skills over time, organized by topic, covering areas like prompt writing, image direction, and workflow checklists. The project does not carry an open-source license. The README states that the brand materials and page content may not be copied, published, or used commercially without permission.

Where it fits