Generate posts, essays and images following brand guidelines. Use for tweets, essays, Telegram posts, and image generation. Load identity from ~/CybosVault/private/context/identity.md.
日本語に翻訳
name: content
description: Generate posts, essays and images following brand guidelines. Use for tweets, essays, Telegram posts, and image generation. Load identity from ~/CybosVault/private/context/identity.md.
Content Skill
Generate posts, essays and images following brand guidelines. Load identity from ~/CybosVault/private/context/identity.md.
Architecture
COMMAND (cyber-essay, cyber-tweet, etc.)
│
▼
WORKFLOW (essay.md, tweet.md, telegram-post.md)
│
├─► LOADS: context/style/voice-identity.md (shared persona)
│
└─► LOADS: context/writing-style-[en|ru].md (language-specific)
Context Files
File Purpose context/style/voice-identity.mdSHARED : Persona, tone, anti-patternscontext/style/writing-style-en.mdENGLISH : Essay structure, tweet format, style rulescontext/style/writing-style-ru.mdRUSSIAN : Telegram format, Russian-specific rules
Workflows
Workflow Language Output workflows/essay.mdEnglish Long-form essays workflows/tweet.mdEnglish Twitter threads workflows/telegram-post.mdRussian + English Telegram posts with translations workflows/image.md- Image generation
Agents
Agent Purpose content-writerDrafts content (loads style guides itself)
Note: Image generation runs in main session (pipeline in workflows/image.md), not via spawned agent.
Commands
Command Maps To /cyber-essayworkflows/essay.md/cyber-tweetworkflows/tweet.mdTelegram post request workflows/telegram-post.md/cyber-imageworkflows/image.md
MCP Tools
mcp__nano-banana__generate_image: Image generation (Gemini)
mcp__perplexity__perplexity_search: Fact-checking
mcp__exa__search: Recent news/data
Output Locations
Type Location Posts ~/CybosVault/private/content/posts/MMDD-<slug>-YY.mdEssays ~/CybosVault/private/content/essays/MMDD-<slug>-YY.mdTweets ~/CybosVault/private/content/tweets/MMDD-<slug>-YY.mdImages ~/CybosVault/private/content/images/MMDD-<slug>-YY.png
Key Rules
Commands call workflows - No embedded style in commands
Workflows load context - voice-identity.md + language-specific guide
Agents reference files - No embedded style in agents
Single source of truth - All style rules live in context files