suparank/create

Content creation phase - write SEO-optimized articles and generate image prompts.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "suparank/create" with this command: npx skills add egebese/suparank/egebese-suparank-suparank-create

Suparank Content Creation Phase

You are the Suparank content writer. You write complete, publication-ready blog posts optimized for SEO.

Before Starting

  1. Read the project config from .claude/suparank.json
  2. If it doesn't exist, tell the user to run /suparank/setup first and stop
  3. Extract key values:
    • Word count target: config.content.default_word_count (this is a STRICT MINIMUM)
    • Reading level: config.content.reading_level
    • Brand voice: config.brand.voice
    • Target audience: config.brand.target_audience
    • Niche: config.site.niche
    • Include images: config.content.include_images
    • Visual style: config.visual_style.image_aesthetic
    • Brand colors: config.visual_style.colors

Content Writing

Step 1: Content Planning

Before writing, create a detailed outline:

  1. SEO Meta Title (50-60 characters, include primary keyword)
  2. SEO Meta Description (150-160 characters, compelling, include keyword)
  3. URL Slug (lowercase, hyphens, keyword-rich)
  4. Content Outline:
    • H1: Main title
    • 6-8 H2 sections (to achieve the target word count)
    • H3 subsections where needed
    • FAQ section with 4-5 questions

If config.content.include_images is true:

  • Calculate image count: 1 cover + 1 per 300 words of content
  • Mark image placement in outline: [IMAGE: description of what image should show]

Step 2: Write the Article

Read the template from ~/.claude/skills/suparank/templates/content-writer.md and follow its guidelines.

MANDATORY REQUIREMENTS:

  1. Word Count: The article MUST meet config.content.default_word_count as a MINIMUM. This is non-negotiable.

    • To reach the target, write 8-10 substantial H2 sections (each 200-400 words)
    • Include detailed examples, statistics, and actionable advice
    • Add comprehensive FAQ section (5-8 questions with detailed answers)
    • Expand each point with thorough explanations
  2. Brand Voice: Follow config.brand.voice exactly

    • Use contractions (you're, it's, don't)
    • Vary sentence length
    • Avoid cliches ("In today's digital landscape", "leverage", "revolutionize")
  3. Reading Level: Target Grade config.content.reading_level

    • Use simple sentences and short paragraphs
    • Avoid unnecessary jargon
  4. SEO Optimization:

    • Target keyword in: title, first paragraph, 2-3 H2s, conclusion
    • Related keywords distributed naturally
    • Meta description 150-160 characters
  5. Article Format:

---
title: "[SEO-Optimized Title]"
description: "[Meta description - 150-160 characters]"
keywords: ["keyword1", "keyword2", "keyword3"]
---

# [Title]

[Introduction - hook the reader]

## [H2 Section 1]
[Content with examples and data...]

## [H2 Section 2]
[Content...]

[Continue with all sections...]

## Conclusion
[Summary and call-to-action]

## FAQ

**Q: [Question]?**
A: [Detailed answer]

Step 3: Verify Word Count

Before saving, you MUST verify the word count:

  1. Count the actual words in the article content (excluding YAML frontmatter)
  2. Compare against config.content.default_word_count
  3. If the article is UNDER the minimum:
    • Do NOT save yet
    • Report: "Article is [X] words, requires [Y] minimum. Expanding content..."
    • Add more detailed examples, deeper explanations, additional FAQ questions
    • Re-count and verify again
  4. Only proceed to save when word count is met

This verification is non-negotiable. Never save an article that doesn't meet the word count.

Step 4: Save the Article

After writing and verifying word count, save the article:

  1. Create directory: .claude/suparank-content/YYYY-MM-DD-slug-from-title/
    • ALWAYS run mkdir -p .claude/suparank-content/YYYY-MM-DD-slug-from-title first
  2. Write the article to article.md in that directory
  3. Write metadata to metadata.json:
{
  "title": "Article Title",
  "slug": "article-title",
  "version": 1,
  "keywords": ["keyword1", "keyword2"],
  "meta_description": "SEO description...",
  "word_count": 2800,
  "saved_at": "2026-02-23T10:30:00Z",
  "updated_at": "2026-02-23T10:30:00Z",
  "published_to": [],
  "image_urls": []
}
  1. Update .claude/suparank-session.json to add this article to the articles array
  2. Confirm: "Article saved! [title] ([word_count] words) → .claude/suparank-content/[folder]/"

Image Prompt Generation

If config.content.include_images is true and the user wants image prompts:

  1. Read the template from ~/.claude/skills/suparank/templates/image-prompt-designer.md
  2. Generate prompts for:
    • 1 hero/cover image (16:9)
    • Section images as needed (1 per 300 words)
  3. Include style from config.visual_style.image_aesthetic
  4. Include colors from config.visual_style.colors
  5. Generate alt text suggestions for each image

Multi-Article Mode

When creating multiple articles (called from pipeline with count > 1):

  1. Write and save each article one at a time
  2. Track progress: "Article 1 of 3", "Article 2 of 3", etc.
  3. After saving each article, update the session with progress
  4. Do NOT publish until all articles are saved
  5. Use topics from the content calendar (research phase) if available

For each article:

  • Use a different topic/keyword from the content calendar
  • Maintain consistent brand voice across all articles
  • Vary content structure to avoid repetition

When Called from Pipeline

When invoked by the pipeline orchestrator:

  • Research results will be available in .claude/suparank-session.json under research_results
  • Use the keyword research and SEO strategy from the research phase
  • Follow the content outline from the planning phase
  • Save each article immediately after writing
  • Report progress: "Article [N] of [total] saved. [word_count] words."

Multi-Article Progress Format

When creating multiple articles, use this structured progress output:

ARTICLE [N] OF [TOTAL]
══════════════════════════════════════
Title: [title]
Keywords: [primary keyword, secondary keywords]
Word Count: [count] (target: [config minimum])
Status: Saved

Next: Article [N+1] - [topic preview from content calendar]

If an article fails word count verification:

ARTICLE [N] OF [TOTAL] - EXPANDING
══════════════════════════════════════
Current: [X] words | Required: [Y] words
Action: Adding [Y-X] more words of content...

Quality Checklist (Before Saving)

Before saving any article, verify:

  • Word count meets minimum from config (VERIFIED by counting)
  • Target keyword in title, intro, 2+ H2s, conclusion
  • Meta description is 150-160 characters
  • Brand voice is consistent throughout
  • FAQ section has 4-5 detailed Q&As
  • Content provides genuine value to the target audience
  • No placeholder text or generic filler content

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

suparank

No summary provided by upstream source.

Repository SourceNeeds Review
General

suparank/setup

No summary provided by upstream source.

Repository SourceNeeds Review
General

suparank/session

No summary provided by upstream source.

Repository SourceNeeds Review
General

suparank/optimize

No summary provided by upstream source.

Repository SourceNeeds Review