skills/kangarooking/x-create/SKILL.md
Create viral X (Twitter) posts including short tweets, threads, and replies. Use when user wants to write X content, create posts, or mentions "create tweet", "write thread", "x-create", "写推文", "创作推文". Supports 5 post styles with customizable templates. First-time users go through onboarding to set up profile.
npx skillsauth add aiskillstore/marketplace x-createInstall 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.
Create viral X posts (short tweets, threads, replies) based on user's persona and post patterns.
Check user profile before creating content:
references/user-profile.mdinitialized: false or file doesn't exist → Run onboardinginitialized: true → Proceed to content creationAsk user these questions using AskUserQuestion tool:
账号定位(领域): 你的X账号主要分享什么内容?
目标受众: 你的目标读者是谁?
人设风格: 你希望塑造什么样的人设?
After collecting answers, update references/user-profile.md with initialized: true.
| Type | Style | Use When | |------|-------|----------| | 高价值干货 | 信息密度高,可收藏 | 教程、工具推荐、方法论 | | 犀利观点 | 有态度有立场 | 行业评论、反常识观点 | | 热点评论 | 快速反应 | 新闻评论、事件点评 | | 故事洞察 | 个人经历+洞察 | 案例分析、经验复盘 | | 技术解析 | 深度技术 | 原理讲解、源码分析 |
1. Read references/user-profile.md → Get persona, style
2. Check assets/templates/{type}/ → Look for user reference posts
3. If no references → Use default patterns from references/post-patterns.md
Based on content length and complexity:
Read references/post-patterns.md for the specific post type pattern.
Create content following:
# 推文创作
## 选题
{topic}
## 推文类型
{short_tweet/thread/reply}
## 风格
{post_style}
---
## 正文
{For short tweet: single tweet content}
{For thread:}
### 1/N
{first tweet}
### 2/N
{second tweet}
...
### N/N
{final tweet with call to action}
---
## 发布建议
- 最佳发布时间: {suggestion}
- 配图建议: {image suggestion if applicable}
- 预期互动: {engagement prediction}
下一步:运行 /x-publish 发布到草稿箱
assets/templates/{type}/references/post-patterns.mdExample:
Creating 高价值干货 post:
1. Check assets/templates/high-value/
2. If files exist → Learn style from examples
3. If empty → Use default pattern from post-patterns.md
User customization info (shared across all x-skills)
Default viral post patterns for 5 categories
User-provided reference posts organized by type:
high-value/ - 高价值干货类参考sharp-opinion/ - 犀利观点类参考trending-comment/ - 热点评论类参考story-insight/ - 故事洞察类参考tech-analysis/ - 技术解析类参考User: /x-create Claude 4.5 Opus发布 --type thread
### 1/5
Claude 4.5 Opus 发布了,这可能是2025年最重要的AI模型发布。
为什么?因为它第一次真正实现了"思考后行动"。
一个线程,讲清楚它的核心突破👇
### 2/5
传统大模型:输入→输出
Claude 4.5:输入→思考→验证→输出
这个"思考"不是噱头,是真正的extended thinking...
### 3/5
实测几个场景:
1. 代码重构:准确率从78%→94%
2. 数学推理:复杂证明成功率翻倍
3. 长文档分析:关键信息遗漏降低60%
### 4/5
但也有代价:
- 延迟增加2-3倍
- API成本是GPT-4的3倍
- 需要更精准的prompt
适合:复杂任务、高价值场景
不适合:简单问答、实时交互
### 5/5
我的判断:
Claude 4.5不是要取代GPT-4,而是开辟了一个新赛道——需要"慢思考"的场景。
这可能才是AGI的正确方向。
你觉得呢?
After creation, suggest:
推文创作完成!
- 类型: {thread/short/reply}
- 字数: {word_count}
- 预计阅读: {read_time}
下一步:运行 /x-publish 发布到X草稿箱
development
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.