End-to-end workflow: research a topic and then write a LinkedIn post about it. Use this skill whenever the user wants the full pipeline — from a topic idea to a
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-research-and-write-30e9ad71ddeb ,按照其中的说明把「research-and-write」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
End-to-end workflow: research a topic, then write a LinkedIn post from it. Chains the deep-research and linkedin-writer MCP servers.
Gather from the user:
guideline.md)If the user only gives a topic, ask for the guideline details (angle, audience, key points, tone) or suggest a default based on the topic.
All output goes into outputs/{slug}/ relative to the project root. Derive the slug from:
my-topic_seed.md → my-topic)Create the directory if it doesn't exist.
Create guideline.md in the working directory:
# LinkedIn Post Guideline
## Topic
[Core topic]
## Angle
[Perspective]
## Target Audience
[Who reads this]
## Key Points to Cover
[3-5 bullets]
## Tone
[How it should sound]
Load the research_workflow MCP prompt from the deep-research server and follow the workflow instructions using the available tools:
deep_research — for web research queriesanalyze_youtube_video — for any YouTube URLs the user providescompile_research — to produce the final research.mdUse outputs/{slug}/ as the working_dir for all tool calls. This produces research.md.
Tell the user when research is complete.
Read the WORKFLOW_INSTRUCTIONS from src/writing/routers/prompts.py and follow those steps exactly, using the linkedin-writer MCP tools. The working directory outputs/{slug}/ already has guideline.md and research.md from Phase 1.
The generate_post tool internally runs 4 evaluator-optimizer iterations (review + edit cycles) to refine the post before producing the final version.
Present the final outputs/{slug}/post.md and outputs/{slug}/post_image.png to the user. Offer to edit with feedback.