alicloud-solution-content-article-illustrator
Original:🇺🇸 English
Translated
5 scriptsChecked / no sensitive code detected
Use when the user needs an end-to-end article illustration workflow in this repository that preserves Type x Style planning, loads article-illustration preferences, recommends Alibaba Cloud image backends, and produces a Markdown article with inserted local image references.
2installs
Sourcecinience/alicloud-skills
Added on
NPX Install
npx skill4agent add cinience/alicloud-skills alicloud-solution-content-article-illustratorTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Category: solution
Content Article Illustrator
Preserve the article-illustration workflow model while recommending Alibaba Cloud skills as the default execution backends.
Two Dimensions
| Dimension | Controls | Examples |
|---|---|---|
| Type | Information structure | infographic, scene, flowchart, comparison, framework, timeline |
| Style | Visual aesthetics | notion, warm, minimal, blueprint, watercolor, editorial |
Validation
bash
mkdir -p output/alicloud-solution-content-article-illustrator
python3 tests/common/compile_skill_scripts.py \
--skill-path skills/solutions/alicloud-solution-content-article-illustrator \
--output output/alicloud-solution-content-article-illustrator/compile-check.jsonPass criteria: command exits 0 and is generated with .
output/alicloud-solution-content-article-illustrator/compile-check.json"status": "pass"Output And Evidence
- Write workflow artifacts under .
output/alicloud-solution-content-article-illustrator/<topic-slug>/ - Save at least: ,
source.md, one prompt file, generated images,outline.md, andarticle.with-images.md.delivery-report.md - Keep evidence for prompt-before-generation ordering and any edit pass used during repair.
Prerequisites
- A source Markdown article.
- A generation backend that satisfies .
references/backend-contract.md - If you want repository-default behavior, prefer and
alicloud-ai-image-qwen-image.alicloud-ai-image-qwen-image-edit - Optional preferences at project or user scope.
EXTEND.md
Workflow
- Pre-check preferences and references, including project-level or user-level .
EXTEND.md - Analyze the source Markdown article and identify candidate illustration positions.
- Confirm settings in one batch: Type, Density, Style, optional Language, and output size.
- Choose or recommend a backend and build .
outline.md - Save prompt files before any generation step.
- Use the selected generation backend for first-pass images. Recommend by default.
alicloud-ai-image-qwen-image - If needed, use the selected edit backend for one repair pass per image. Recommend by default.
alicloud-ai-image-qwen-image-edit - Write with relative
article.with-images.mdMarkdown links.images/... - Save evidence and produce .
delivery-report.md
Minimal Executable Run
bash
python3 skills/solutions/alicloud-solution-content-article-illustrator/scripts/run_workflow.py \
--source path/to/article.md \
--output-dir output/alicloud-solution-content-article-illustrator/example-run \
--generation-backend mockState Gates
- : source article and initial outline exist
drafted - : user settings, preferences, and backend choice are confirmed
confirmed - : prompt files and first-pass images exist
generated - : artifact structure and Markdown insertion pass checks
validated - : final article and report are written
delivered
References
- Detailed workflow:
references/workflow.md - Usage examples:
references/usage.md - Style system:
references/styles.md - Backend contract:
references/backend-contract.md - Prompt construction rules:
references/prompt-construction.md - Output contract:
references/output-spec.md - Validation and test expectations:
references/test-plan.md - Config setup:
references/config/first-time-setup.md - Preferences schema:
references/config/preferences-schema.md - Source references:
references/sources.md - Helper scripts: ,
scripts/load_preferences.py,scripts/validate_inputs.py,scripts/build_outline.pyscripts/collect_evidence.py