بنقرة واحدة
content-social
Generate a social media post from a blog post. Use when user wants to create distribution content.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate a social media post from a blog post. Use when user wants to create distribution content.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
/blog-schedule - Manage Post Schedule
Generate a blog post from source materials (text, PDFs, images, transcripts). Use when user wants to create a blog post or article.
Render carousel slides from social/carousel.md into 1080x1350 PNG images.
Push blog posts to Google Docs for review, then pull comments and suggestions back as feedback for discussion.
Generate AI images for content using Gemini or other image generation APIs. Use when user needs diagrams, illustrations, or visual content.
Initialize a new content project with the standard directory structure in projects). Use when user wants to create a new blog post and one doesn't exist for it.
استنادا إلى تصنيف SOC المهني
| name | content-social |
| description | Generate a social media post from a blog post. Use when user wants to create distribution content. |
Generate a social media post from the blog post using the gemini-3 skill.
Requires a blog post in posts/. If missing, run /content-blog first. Find the post by checking the project's project: field in frontmatter, or by slug matching.
| Format | Output | Description |
|---|---|---|
| Social | social/social.md | Hook from intro, drives to blog post |
Read writing-with-zinsser.md from the wiki directory, then generate:
uv run .claude/skills/gemini-3/scripts/query.py \
"Generate content following the format instructions." \
--context writing-with-zinsser.md \
--context content/blog.md \
--context .claude/skills/content-social/references/prompts/social/social.md \
> social/social.md
The --context flag reads each file and prepends it to the prompt.
agentkb users: Search for richer results:
agentkb search -s wiki "Zinsser writing style"