tutorial-chat

Plans WeChat article drafts through guided Q&A that fills a structured fact form.

5|1|Updated Jul 31, 2026
One-click install
npx skills add https://github.com/shiker1996/wechat-editroom --skill tutorial-chat-shiker1996
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tutorial-chat
Source: https://github.com/shiker1996/wechat-editroom/tree/main/skills/tutorial-chat
Command: npx skills add https://github.com/shiker1996/wechat-editroom --skill tutorial-chat-shiker1996

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It turns scattered user ideas into a complete, structured article fact sheet before drafting, so WeChat article creation starts from verified facts rather than a blank prompt. ## Core Features & Use Cases - Guided Planning Dialogue: Asks one focused question per turn to fill an article fact form for two modes: experience (心得经验) and tutorial (使用教程). - Source-Level Tagging: Labels each point as 【体验】 (author experience), 【素材】 (user material), or 【建议】 (AI suggestion) to keep editorial provenance clear. - Incremental Form Updates: Writes fields through the cap_agent_form_update tool using append/remove/replace operations, and can read local project files as user material. - Use Case: A creator wants to write a tutorial about running a Node.js project. The Skill reads the local project, asks about environment and steps, and completes a fact form with topic, audience, points, and steps before a draft is created. ## Quick Start Start a planning conversation by describing the article idea you want to write, and answer the questions until the fact form is complete.

Frequently Asked Questions about tutorial-chat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a WeChat article before writing the draft?

Start a planning dialogue that asks one focused question per turn to fill an article fact form. Once the form contains the article mode, topic, audience, and at least three points, it is ready for draft creation.

What article modes does this planning dialogue support?

It supports two modes: experience (心得经验), built around the author's real experiences and judgments, and tutorial (使用教程), built around a reproducible environment and steps. Each mode has different minimum requirements before the form is considered complete.

Can it use my local project files as article material?

Yes, when local project content is provided it is treated as user material tagged 【素材】, supporting facts about repository structure, file paths, and commands. It cannot be presented as proof of successful execution or performance results.

How are facts in the article form sourced and labeled?

Each point is tagged by origin: 【体验】 for the author's confirmed firsthand experience, 【素材】 for user-provided web pages or local files, and 【建议】 for AI suggestions. Unconfirmed experience-like material stays as 【素材】 until the author confirms it.

Can this skill publish the finished article directly?

No, it only prepares the fact form for creating a first draft. Publication must go through the article editor and formatting workflow, and the skill will only state that the form is ready for drafting.