arturseo-geo

Content Creation Skill — Communication skill for Claude Code

Communication community

Content creation skill for Claude Code — blogs, landing pages, email sequences, social media, video scripts, newsletters, case studies, whitepapers, content calendars, editorial briefs, platform-speci.

How to install Content Creation Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open arturseo-geo/content-creation-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Content Creation Skill does

Content creation skill for Claude Code — blogs, landing pages, email sequences, social media, video scripts, newsletters, case studies, whitepapers, content calendars, editorial briefs, platform-specific formats, repurposing workflows. By TheGEOLab.net

Alternatives in Communication

  • Internal Comms — Write internal communications like status reports, newsletters, and FAQs 94.1k ★
  • Open SaaS — A 100% free modern JS SaaS boilerplate (React, NodeJS, Prisma) 14.1k ★
  • Social Media Agent — 📲 An agent for sourcing, curating, and scheduling social media posts with human-in-the-loop 2.8k ★

README

Content Creation Skill

AI-powered content generation and publishing for The GEO Lab content pipeline.

Features

  • Production-tested content workflows with content optimization tools
  • Blog post generation with SEO optimization
  • Topic research and outline creation
  • Tone and style consistency enforcement
  • Multi-platform content adaptation

Installation

npm install @thegeolab/content-creation-skill

Usage

const contentSkill = require('@thegeolab/content-creation-skill');

// Generate a blog post
contentSkill.generatePost({
  topic: 'SEO Best Practices',
  targetLength: 2000,
  tone: 'professional'
});

Documentation

For full documentation, visit [The GEO Lab](https://thegeolab.net).


Built by [The GEO Lab](https://thegeolab.net)