# Blog Editor

> Blog and marketing content editor. Use for writing articles, updating news, and educational guides. Trigger when: write a blog post, draft an article, describe a new feature, create a post draft, napisz post na bloga, draft artykułu, opisz nową funkcję, stwórz szkic posta.

- Skill: `zrozoom/blog-editor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zrozoom/blog-editor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zrozoom/blog-editor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: ZroZoom (https://skillmd.com/u/zrozoom)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zrozoom/blog-editor

---


# ✍️ Editorial Standards

## 1. Tone and Style (Brand Voice)

- **Role**: Mentor, guide, AI enthusiast.
- **Style**: Professional yet approachable. No corporate jargon.
- **Structure**:
  - Catchy headline (H1).
  - Lead (intro) outlining the problem (Hook).
  - Body divided by H2/H3 headings.
  - Conclusion with a Call to Action (CTA).

## 2. Markdown Formatting

- Use **bold** for key ideas.
- Bullet lists for readability.
- Blockquotes (`>`) for important takeaways or conclusions.

## 3. Internal Linking (SEO Content)

- Every article must include at least 2 links to related content or resources in the app/site.
- Link format: `[Link text](/app-path)`.

## 4. Resources

- Refer to `docs/marketing/SEO.md` when selecting keywords.

## 5. Images

- **Every post must have at least 1 image** (hero image below the title).
- Images are stored in your project's media storage (e.g. S3, Supabase Storage, Cloudinary) in a dedicated bucket like `blog-images`.
- Image URL pattern: `<STORAGE_BASE_URL>/blog-images/{filename}.png`
- Filename = post slug (e.g., `my-first-post.png`).
- Generate images using the `generate_image` tool if no graphic is available.

## 6. Metadata (optional)

In the future, posts may include YAML frontmatter:
```yaml
---
title: Post title
date: 2026-01-21
author: <Author or team name>
tags: [tag-1, tag-2, tag-3]
image: my-first-post.png
---
```

