.agents/skills/crosspost/SKILL.md
Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.
npx skillsauth add niloykumarbarman/EVERYTHING-CLAUDE-CODE crosspostInstall 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.
Distribute content across platforms without turning it into the same fake post in four costumes.
Pick the strongest source version first:
Use content-engine first if the source still needs voice shaping.
Run brand-voice first if the source voice is not already captured in the current session.
Reuse the resulting VOICE PROFILE directly.
Do not build a second ad hoc voice checklist here unless the user explicitly wants a fresh override for this campaign.
Default:
Do not add cross-platform references unless useful. Most of the time, the post should stand on its own.
Delete and rewrite any of these:
Return:
Before delivering:
brand-voice for reusable source-derived voice capturecontent-engine for voice capture and source shapingx-api for X publishing workflowstools
惯用的Kotlin模式、最佳实践和约定,用于构建健壮、高效且可维护的Kotlin应用程序,包括协程、空安全和DSL构建器。
development
Ktor 服务器模式,包括路由 DSL、插件、身份验证、Koin DI、kotlinx.serialization、WebSockets 和 testApplication 测试。
data-ai
JetBrains Exposed ORM 模式,包括 DSL 查询、DAO 模式、事务、HikariCP 连接池、Flyway 迁移和仓库模式。
tools
Kotlin协程与Flow在Android和KMP中的模式——结构化并发、Flow操作符、StateFlow、错误处理和测试。