スキル一覧に戻る
Gerstep

content

by Gerstep

22🍴 5📅 2026年1月24日
GitHubで見るManusで実行

SKILL.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

FilePurpose
context/style/voice-identity.mdSHARED: Persona, tone, anti-patterns
context/style/writing-style-en.mdENGLISH: Essay structure, tweet format, style rules
context/style/writing-style-ru.mdRUSSIAN: Telegram format, Russian-specific rules

Workflows

WorkflowLanguageOutput
workflows/essay.mdEnglishLong-form essays
workflows/tweet.mdEnglishTwitter threads
workflows/telegram-post.mdRussian + EnglishTelegram posts with translations
workflows/image.md-Image generation

Agents

AgentPurpose
content-writerDrafts content (loads style guides itself)

Note: Image generation runs in main session (pipeline in workflows/image.md), not via spawned agent.

Commands

CommandMaps To
/cyber-essayworkflows/essay.md
/cyber-tweetworkflows/tweet.md
Telegram post requestworkflows/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

TypeLocation
Posts~/CybosVault/private/content/posts/MMDD-<slug>-YY.md
Essays~/CybosVault/private/content/essays/MMDD-<slug>-YY.md
Tweets~/CybosVault/private/content/tweets/MMDD-<slug>-YY.md
Images~/CybosVault/private/content/images/MMDD-<slug>-YY.png

Key Rules

  1. Commands call workflows - No embedded style in commands
  2. Workflows load context - voice-identity.md + language-specific guide
  3. Agents reference files - No embedded style in agents
  4. Single source of truth - All style rules live in context files

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です