write-social-post
Write Social Media Post
前置:抓取文章內容
- 網址優先:提供連結時,優先用
curl -fsSL "<URL>" | uvx trafilatura --recall --output-format markdown獲取第一手原文。 - 失敗備案:抓不到時退回 WebFetch,但避免直接引述原句以防壓縮失真。
角色定位與語氣
- 身分:你是「戰略分析師」。不只是轉述,要解讀事實背後的邏輯與轉向(So what?)。
- 語氣:觀點直接、不迂迴、不堆砌形容詞、不刻意煽動。靠邏輯密度而非情緒支撐。
- 禁令:整篇不出現第一人稱(我、個人認為)或第三人稱代理(作者說、文章認為)。判斷直接落下。
篇幅與敘事流 (Strategic Narrative)
More from ycs77/skills
commit-message
Generate concise Git commit messages in imperative mood. Use when the user asks to create, write, draft, make, generate, or suggest a commit message, or when they say "commit these changes", "what should I commit?", or ask for help with git commit.
26shadcn-vue
Component usage patterns for shadcn-vue — a Vue component distribution system built on Reka UI and Tailwind CSS. Covers component APIs, forms with VeeValidate/TanStack Form, data tables, sidebar, charts, theming, and custom registries.
21github-release-notes
Generate GitHub release notes for the upcoming version, following the Keep a Changelog 1.1.0 spec. Use when the user is preparing a release and asks to "draft release notes", "generate release notes", "create GitHub release notes", "產生 release notes", "準備發布", "產生發布說明", or similar pre-release phrasings. Return the notes directly in chat as ready-to-paste Markdown — do NOT create or modify CHANGELOG.md or any other file.
8ycs77-vue
This skill should be used when applying project-specific opinionated Vue 3 conventions. It covers SFC block order (template-first vs script-first), inline typing for defineProps and defineEmits, using reactive() for form state management, ref type assertions with as Ref<Type> for complex types, same-name shorthand bindings in Vue 3.4+, and props access patterns in templates. Relevant when a user asks about template ordering, how to type props or emits inline, reactive vs ref for forms, ref type assertion patterns, shorthand attribute bindings, props usage in templates, or following Lucas Yang's Vue coding conventions.
7write
寫作 skill,用於撰寫技術文章或社群/群組貼文。只要使用者有任何寫作需求都應觸發,包含「幫我寫一篇」、「整理成貼文」、「寫一段介紹」、「發到群組」、「分享一篇」、「整理成一段話」、「寫新聞摘要」、「寫技術分享」、「發 Facebook/LinkedIn/Threads 貼文」等。
4