# X Article Publisher Skill

> Publish articles to X/Twitter Use when this capability is needed.

- Skill: `tomevault-io/x-article-publisher-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/x-article-publisher-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/x-article-publisher-skill/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/x-article-publisher-skill

---


# X Article Publisher Skill

## Overview

Publish articles to X/Twitter

## When to Use This Skill

Use this skill when you need to work with publish articles to x/twitter.

## Instructions

This skill provides guidance and patterns for publish articles to x/twitter.

For more information, see the [source repository](https://github.com/wshuyi/x-article-publisher-skill).

---

<!-- AGI-INTEGRATION-START -->

## AGI Framework Integration

> **Adapted for [@techwavedev/agi-agent-kit](https://www.npmjs.com/package/@techwavedev/agi-agent-kit)**
> Original source: [antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills)

### Memory-First Protocol

Retrieve brand voice guidelines, content templates, and prior successful content patterns. Cache editorial decisions for consistency across sessions.

```bash
# Check for prior content creation context before starting
python3 execution/memory_manager.py auto --query "content patterns and brand voice guidelines for X Article Publisher Skill"
```

### Storing Results

After completing work, store content creation decisions for future sessions:

```bash
python3 execution/memory_manager.py store \
  --content "Content: brand voice established — professional but approachable, 8th-grade reading level, active voice" \
  --type decision --project <project> \
  --tags x-article-publisher-skill content
```

### Multi-Agent Collaboration

Share content guidelines with design agents (visual alignment) and development agents (copy integration).

```bash
python3 execution/cross_agent_context.py store \
  --agent "<your-agent>" \
  --action "Content created and reviewed — matches brand guidelines, SEO-optimized, A/B test variant prepared" \
  --project <project>
```

<!-- AGI-INTEGRATION-END -->

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/techwavedev) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

