Analyzes brand voice with Python script, optimizes content for SEO, and supplies frameworks/templates for blogs, social media, and calendars.
From antigravity-bundle-marketing-growthnpx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-marketing-growthThis skill uses the workspace's default tool permissions.
assets/content_calendar_template.mdreferences/brand_guidelines.mdreferences/content_frameworks.mdreferences/social_media_optimization.mdscripts/brand_voice_analyzer.pyscripts/seo_optimizer.pyGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Optimizes cloud costs on AWS, Azure, GCP via rightsizing, tagging strategies, reserved instances, spot usage, and spending analysis. Use for expense reduction and governance.
Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks.
Use this skill when writing blog posts, creating social media content, establishing brand voice, optimizing content for SEO, or planning content calendars.
content creation, blog posts, SEO, brand voice, social media, content calendar, marketing content, content strategy, content marketing, brand consistency, content optimization, social media marketing, content planning, blog writing, content frameworks, brand guidelines, social media strategy
scripts/brand_voice_analyzer.py on existing content to establish baselinereferences/brand_guidelines.md to select voice attributesreferences/content_frameworks.mdscripts/seo_optimizer.py [file] [primary-keyword] to optimizereferences/social_media_optimization.mdreferences/content_frameworks.mdassets/content_calendar_template.mdWhen creating content for a new brand or client:
Analyze Existing Content (if available)
python scripts/brand_voice_analyzer.py existing_content.txt
Define Voice Attributes
references/brand_guidelines.mdCreate Voice Sample
Keyword Research
Content Structure
references/content_frameworks.mdOptimization Check
python scripts/seo_optimizer.py blog_post.md "primary keyword" "secondary,keywords,list"
Apply SEO Recommendations
Platform Selection
references/social_media_optimization.mdContent Adaptation
references/content_frameworks.mdOptimization Checklist
Monthly Planning
assets/content_calendar_template.mdWeekly Distribution
Batch Creation
Analyzes text content for voice characteristics, readability, and consistency.
Usage: python scripts/brand_voice_analyzer.py <file> [json|text]
Returns:
Analyzes content for SEO optimization and provides actionable recommendations.
Usage: python scripts/seo_optimizer.py <file> [primary_keyword] [secondary_keywords]
Returns:
references/brand_guidelines.md
references/content_frameworks.md
references/social_media_optimization.md
Track these KPIs for content success:
This skill works best with:
# Analyze brand voice
python scripts/brand_voice_analyzer.py content.txt
# Optimize for SEO
python scripts/seo_optimizer.py article.md "main keyword"
# Check content against brand guidelines
grep -f references/brand_guidelines.md content.txt
# Create monthly calendar
cp assets/content_calendar_template.md this_month_calendar.md