Content creation skill
Media content creation package workflow. Use when the user wants to turn source material, notes, links, ideas, product details, or rough drafts into publish-ready media content for Xiaohongshu, WeChat official account, WordPress, website articles, Douyin scripts, newsletters, or social posts; score and polish content by writing purpose; adapt one draft across platforms; or make targeted section-level revisions. This skill focuses on drafting, scoring, revision, packaging, cover-image prompts, and manual publishing checklists, not automatic platform publishing.From its SKILL.md
npx -y skills add ChuluuMGL/content-creation-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.7 KB, 891 tokens by cl100k_base, as published. Nobody here has run it
Media Content Creation Package
Attribution
Created and maintained by Chuluu.
- Copyright:
Copyright (c) 2026 Chuluu - License: MIT
- GitHub publisher: ChuluuMGL
- Website: https://github.com/ChuluuMGL
Turn one source material into a platform-ready media content package: purpose, drafts, score, targeted revisions, platform formats, tags, cover-image prompts, and a manual publishing checklist.
Do not position this skill as a legal, academic, medical, or formal research-writing skill. For those domains, keep the output as media commentary or ask for a domain-specific workflow.
Scope
| Included | Not included by default |
|---|---|
| Media posts, creator essays, brand articles, tutorials, case recaps, SEO articles, short-video scripts | Legal documents, academic papers, regulatory advice, automatic platform publishing |
| Purpose-led writing routes | Backend orchestration |
| Scoring and targeted revision | Secret/token handling |
| Cover-image prompts and publishing checklist | Claims that content was published |
Modes
| Mode | Use when | Output |
|---|---|---|
draft | Create a new platform draft | Purpose route, title options, body, tags, image prompt, checklist |
score | Evaluate existing content | Hard-check result, 100-point score, top fixes |
revise | Change part of a draft | Only revised section plus reason for changes |
adapt | Convert one draft across platforms | Platform-specific versions preserving facts |
package | Prepare for manual publishing | Copy-ready title/body/tags/image prompt/checklist |
Default to draft when the user asks to write. Default to revise when the user points to a section or asks for a local change. Default to score when the user asks whether a draft is good enough.
Required First Decisions
- Identify the writing purpose before generating or scoring content. See
references/content-routes.md. - Identify target platform(s) and platform constraints. See
references/platform-specs.md. - Identify voice/style source: user instruction, style-card, sample writing, or conservative generic voice. See
references/style-systems.md. - Identify factual-risk level: concrete dates, numbers, names, claims, prices, legal/compliance statements, or medical/financial claims need verification or must be marked as uncertain.
If purpose or platform is missing, infer from the request when low risk. Ask one concise question only when the choice changes the output materially.
Workflow
Use references/workflow.md for the full execution sequence. Keep the visible output practical:
- Purpose and platform route.
- Draft or revision.
- Hard checks.
- Purpose-specific score.
- Packaging for manual publishing.
Quality Bar
Use references/quality-check.md before returning final content. Every generated package must include:
- Copy-ready title and body.
- Platform-specific tags or keywords when relevant.
- Cover-image prompt with
no text, no watermarks, no logos. - Manual publishing checklist.
- Fact-risk notes when facts were not verified.
When revising, preserve unchanged facts and do not silently rewrite unrelated sections.
Optional Local Validation
If the user provides a draft file or asks for a check, run:
python3 scripts/check_content.py --platform xiaohongshu --file draft.md
The script only performs deterministic hard checks. Use the scoring rubric in references/quality-check.md for qualitative scoring.
References
| File | Use for |
|---|---|
references/workflow.md | Draft, score, revise, adapt, and package steps |
references/content-routes.md | Writing-purpose routes and platform/content mapping |
references/quality-check.md | Hard checks, scoring rubric, and revision rules |
references/platform-specs.md | Platform format, length, title, and image constraints |
references/style-systems.md | Voice systems and style-card guidance |
references/publish-backends.md | Optional publishing handoff boundaries |
references/runtime-compatibility.md | Runtime and dependency notes |
assets/examples/ | Style/platform card examples and quickstart sample |
What ships with it: 41 files
86.3 KB alongside SKILL.md, 4 of them executable
agents/
- openai.yaml312 B
assets/
- examples/example-manifest.json1.2 KB
- examples/example-platform-card.md772 B
- examples/example-style-card.md788 B
- examples/purpose-pack/conversion-xiaohongshu.md2.1 KB
- examples/purpose-pack/local-revision.md797 B
- examples/purpose-pack/seo-wordpress-brief.md832 B
- examples/purpose-pack/tutorial-wechat.md1.2 KB
- examples/README.md926 B
- examples/sample-article/sample-input.md1.1 KB
- examples/sample-article/sample-output-xiaohongshu.md2.2 KB
- prompts/draft-package.md587 B
- prompts/local-revision.md415 B
- prompts/platform-adaptation.md482 B
- prompts/README.md573 B
- prompts/score-and-fix.md350 B
references/
- content-routes.md3.0 KB
- platform-specs.md2.4 KB
- publish-backends.md1.6 KB
- quality-check.md3.5 KB
- runtime-compatibility.md1.6 KB
- style-systems.md1.4 KB
- workflow.md3.2 KB
scripts/
- check_content.pyruns4.3 KB
- install.shruns996 B
- package_runtime_skill.pyruns1.2 KB
- validate_skill.pyruns8.3 KB
- CHANGELOG.md1.9 KB
- config.example.json1.4 KB
- CONTRIBUTING.md1.3 KB
- .gitignore60 B
- LICENSE1.0 KB
- NOTICE284 B
- package.json365 B
- PUBLISHING.md1.7 KB
- README.md12.2 KB
- README.zh-CN.md8.7 KB
- SECURITY.md946 B
- skill.json7.6 KB
- TESTING.md2.8 KB
1 more file not listed here. See all 41 in the repository.