skills/share-reading/SKILL.md
Draft social media posts to share valuable readings, articles, or resources. Use when user wants to share a link, article, or reading on social media (X/Twitter, Substack, 知识星球), or mentions "分享这篇文章", "share this article", "write a post about this", "推荐一下这个", or provides a URL and asks to write sharing content.
npx skillsauth add sugarforever/01coder-agent-skills share-readingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Help draft social media posts for sharing valuable readings, articles, tools, or resources. Generates multiple candidate posts with appropriate tone and style, ready for publishing on X, Substack, or 知识星球.
Determine the input type and extract content accordingly:
If input is a URL:
If input is a file path:
If input is direct text/notes:
Before writing, consider:
If the intent is unclear, ask briefly:
这篇内容你想从什么角度分享?比如:
- 推荐给大家(觉得很有价值)
- 分享某个观点/发现
- 提出讨论/问题
- 其他想法?
Produce 2-3 candidate posts with varying approaches. Each candidate should:
Present candidates clearly labeled, e.g.:
## 候选 1:总结推荐型
{content}
## 候选 2:观点提炼型
{content}
## 候选 3:讨论引导型
{content}
Ask user to pick one, or mix elements from multiple candidates.
User: 分享一下这个 https://example.com/article-about-rust-in-linux
Claude: Fetches the page, reads the content, generates candidates:
候选 1:总结推荐型
Rust 正式进入 Linux 6.12 内核的网络子系统。这意味着内核中最关键、也最容易出内存安全问题的模块,开始用 Rust 重写了。
文章详细讲了迁移策略:不是一刀切,而是新模块用 Rust 写,老代码逐步替换。最实际的一点 - 已经在生产环境跑了 3 个月,零内存安全 bug。
https://example.com/article-about-rust-in-linux
候选 2:观点提炼型
"我们不是要用 Rust 重写 Linux,而是让新代码不再产生旧问题。"
Linux 网络子系统开始引入 Rust,最值得关注的不是语言之争,而是他们的渐进式迁移策略 - 这对所有大型 C 项目都有参考价值。
https://example.com/article-about-rust-in-linux
候选 3:讨论引导型
Linux 内核的网络子系统开始用 Rust 了。跑了 3 个月,零内存安全 bug。
但评论区有个好问题:Rust 的编译时间和学习曲线,对内核贡献者社区的影响会有多大?快速迭代和安全保障之间,怎么平衡?
https://example.com/article-about-rust-in-linux
User: share this, really interesting approach to prompt engineering https://example.com/prompt-patterns
Claude: Fetches the page, generates candidates focused on the user's angle (interesting approach):
Candidate 1: Highlight
This is the clearest framework I've seen for systematic prompt engineering. Instead of trial-and-error, the author breaks it down into 5 composable patterns you can mix and match.
The "constraint layering" pattern alone is worth the read — it's how they got GPT-4 to consistently output valid JSON without schema enforcement.
https://example.com/prompt-patterns
Candidate 2: Practical
If you're writing prompts for production (not just ChatGPT conversations), this is worth 10 minutes of your time.
Key insight: treat prompts like function signatures — define inputs, expected output shape, and edge case handling upfront. The author shares 5 patterns with before/after examples.
https://example.com/prompt-patterns
User: 帮我写个分享帖,关于我今天试用了 Cursor 的新 Background Agent 功能,感觉很惊艳,可以后台自动完成任务
Claude: No URL to fetch, works with the provided notes, asks:
要附上 Cursor 官方的介绍链接吗?或者你有截图/录屏想一起分享?
Then generates candidates based on the user's first-hand experience.
tools
Design typography-driven video cover images using HTML/CSS + Chrome DevTools screenshot. Generates covers in all needed aspect ratios - 16:9 (YouTube), 16:10 (Bilibili), 9:16 and 3:4 (抖音/视频号 竖屏短视频) - with big readable text. Different from `cover-image` (AI hand-drawn aesthetic) - this is precise typography control via code. Use when user asks for "视频封面", "thumbnail", "做封面", "cover design", "缩略图", "横屏/竖屏封面", "抖音封面", "视频号封面".
documentation
Plan videos and prepare publishing materials for YouTubers/UP主. Use when user wants to plan a video, write a script (口播稿) with on-screen / screen-share cues, generate video title, description, tags, or YouTube chapter timestamps. Triggers on "策划视频", "写视频脚本", "视频口播稿", "video planner", "video script", "prepare video", "视频发布素材", or mentions creating content for YouTube/Bilibili.
testing
Apply the user's Chinese writing style when writing, translating, editing, proofreading, polishing, or publishing Chinese content, including blog posts, articles, subtitles, captions, tweets/X posts, threads, newsletters, and social posts. Enforce punctuation rules, especially Chinese curved quotes, halfwidth dash " - ", ASCII ellipsis "......", and no leftover fullwidth/English punctuation in Chinese body text.
tools
Use when an agent needs to delegate a task to the OpenAI Codex CLI from another agent environment such as Claude Code, OpenClaw, or similar. Covers checking whether Codex CLI is installed, running one-off Codex prompts with `codex exec`, resuming sessions, collecting outputs, attaching images or files as input with `-i`/stdin, and handling Codex image generation including finding and reporting generated image file paths.