Claude-skill-registry content
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.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/content-gerstep-cybos" ~/.claude/skills/majiayu000-claude-skill-registry-content && rm -rf "$T"
manifest:
skills/data/content-gerstep-cybos/SKILL.mdsource content
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 |
|---|---|
| SHARED: Persona, tone, anti-patterns |
| ENGLISH: Essay structure, tweet format, style rules |
| RUSSIAN: Telegram format, Russian-specific rules |
Workflows
| Workflow | Language | Output |
|---|---|---|
| English | Long-form essays |
| English | Twitter threads |
| Russian + English | Telegram posts with translations |
| - | Image generation |
Agents
| Agent | Purpose |
|---|---|
| Drafts 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 |
|---|---|
| |
| |
| Telegram post request | |
| |
MCP Tools
: Image generation (Gemini)mcp__nano-banana__generate_image
: Fact-checkingmcp__perplexity__perplexity_search
: Recent news/datamcp__exa__search
Output Locations
| Type | Location |
|---|---|
| Posts | |
| Essays | |
| Tweets | |
| Images | |
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