skills/ship-faster/skills/tool-x-article-publisher/SKILL.md
Publish Markdown to X (Twitter) Articles as a draft (never auto-publish). Use when the user asks to publish/post an article to X Articles, convert Markdown to X Articles rich text, or mentions "X article", "publish to X", "post to Twitter articles". Converts Markdown → HTML, pastes rich text, and inserts images deterministically.
npx skillsauth add enuno/claude-command-and-control tool-x-article-publisherInstall 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.
Publish Markdown content into X (Twitter) Articles as a draft, preserving formatting via rich text paste and deterministic image insertion.
pip install Pillow pyobjc-framework-CocoaInputs (paths only):
article_md_path: Markdown file to publishrun_dir for artifacts (otherwise use /tmp/)Outputs (recommended artifacts):
/tmp/x_article.json (parsed structure)/tmp/x_article.html (HTML body for paste)run_dir/evidence/x-article-draft.md (what was done + links)Installed path (typical):
~/.claude/skills/tool-x-article-publisher/scripts/parse_markdown.py~/.claude/skills/tool-x-article-publisher/scripts/copy_to_clipboard.pyFollow: references/runbook.md
tools
MemPalace local-first AI memory system. Use when setting up persistent memory for Claude Code sessions, mining project files or conversation transcripts, querying past context, configuring MCP tools, managing the knowledge graph, or troubleshooting palace operations.
tools
LangSmith Python SDK — trace, evaluate, and monitor LLM applications. Covers @traceable decorator, trace context manager, Client API, evaluate() / aevaluate(), comparative evaluation, custom evaluators, dataset management, prompt caching, ASGI middleware, and pytest plugin.
development
LangGraph (Python) — build stateful, controllable agent graphs with checkpointing, streaming, persistence, interrupts, fault tolerance, and durable execution. Covers both Graph API (StateGraph) and Functional API (@entrypoint/@task).
development
LangGraph Graph API (Python) — build explicit DAG agent workflows with StateGraph, typed state, nodes, edges, Command routing, Send fan-out, checkpointers, interrupts, and streaming. Use when you need explicit control flow and graph topology.