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.
AGI Framework Integration
Adapted for @techwavedev/agi-agent-kit Original source: antigravity-awesome-skills
Memory-First Protocol
Retrieve brand voice guidelines, content templates, and prior successful content patterns. Cache editorial decisions for consistency across sessions.
# 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:
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).
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>
Converted and distributed by TomeVault — claim your Tome and manage your conversions.