Content Production

Full content production pipeline — takes a topic from blank page to published-ready piece. Use when you need to execute content: write a blog post, ar

What Is Content Production?

Content Production is a Claude Code skill designed to streamline the entire process of creating long-form written content, such as blog posts, articles, and technical guides. Unlike tools focused on content strategy or repurposing, Content Production specializes in taking a topic from the initial idea stage through to a polished, publication-ready piece. This skill is tailored for users who need to execute content efficiently, particularly in B2B SaaS, developer tools, and technical spaces. The process begins with gathering essential context about the topic, audience, and objectives, ensuring that every piece produced is targeted, relevant, and impactful.

Why Use Content Production?

Producing high-quality content consistently is a challenge for technical marketers, developer advocates, and SaaS businesses. Manual writing processes are time-consuming and can lead to inconsistent tone, lack of optimization, and missed opportunities for engagement or SEO. Content Production automates the end-to-end content creation pipeline, allowing users to focus on delivering value rather than managing logistics. The tool ensures that each piece:

  • Aligns with brand voice and audience expectations
  • Incorporates SEO best practices for discoverability
  • Provides actionable information with technical depth
  • Converts readers through clear calls to action

By leveraging Content Production, organizations and individuals can scale their content marketing efforts, improve quality, and accelerate time-to-publish.

How to Get Started

To begin using Content Production, first ensure that all necessary context is available. If a marketing-context.md file exists, review it for brand guidelines, voice, and audience details. Otherwise, gather the following information:

  • Topic or working title: Define what the content will be about.
  • Target keyword: Specify the primary search term, if SEO optimization is required.
  • Audience: Identify who the readers are and their prior knowledge level.
  • Goal: Clarify whether the content aims to inform, convert, or build authority.

Once context is established, trigger the Content Production skill using prompts such as "write a post about", "draft an article", or "help me write". The skill will generate a complete draft, following a professional and technical writing style, and adhering to strict length and structure guidelines.

Key Features

  • End-to-End Content Pipeline: Automates the journey from topic ideation to a ready-to-publish article.
  • SEO Integration: Incorporates target keywords, headings, and metadata for improved search engine ranking.
  • Audience Customization: Tailors language, depth, and examples to the specified reader profile.
  • Technical Depth: Includes practical code examples where relevant, ensuring content is actionable for technical audiences.
  • Quality Control: Enforces word count limits (700-800 words), maintains English-only output, and ensures a professional tone.
  • Structured Output: Follows a consistent structure with mandatory sections: introduction, benefits, setup, features, best practices, and notes.

Example Code Snippet:

def generate_blog_post(topic, keyword, audience, goal):
    context = gather_context(topic, keyword, audience, goal)
    draft = content_production_pipeline(context)
    return polish_and_optimize(draft)

This pseudo-code illustrates the basic logic: gather context, produce the draft, and optimize for quality.

Best Practices

  • Provide Complete Context: The more detailed the initial context, the better the content quality. Use the marketing-context.md file whenever possible.
  • Clarify the Goal: Be explicit about whether the piece should inform, convert, or build authority. This will shape tone and structure.
  • Review and Edit: While Content Production delivers a near-ready draft, final human review ensures alignment with nuanced brand requirements.
  • Use for Execution Only: Reserve this skill for creating new content from scratch, not for planning, calendar management, or content repurposing.
  • Incorporate Examples: For technical topics, always specify if code snippets or diagrams are required to improve clarity.

Important Notes

  • Content Production is not designed for content strategy, calendar planning, or repurposing existing materials. For those needs, use the appropriate Claude Code skills (content-strategy or content-repurposing).
  • The skill strictly produces content in English, with no emojis, and adheres to a 700-800 word limit.
  • Always review the output for brand voice, factual accuracy, and compliance with organizational guidelines before publication.
  • Trigger phrases include: "write a post about", "draft an article", "create content for", and "help me write". Avoid using it for short-form social content or standalone captions.
  • The skill is licensed under MIT and maintained by Alireza Rezvani, with updates and documentation available on GitHub.