Social Media Manager

When the user wants to develop social media strategy, plan content calendars, manage community engagement, or grow their social presence across platfo

What Is Social Media Manager?

The Social Media Manager is a specialized Claude Code skill designed to help users develop and implement comprehensive social media strategies. Its core function is to guide individuals and teams through planning content calendars, managing community engagement, and growing their social presence across various platforms. Unlike point solutions that only draft social posts or analyze performance data, Social Media Manager offers an end-to-end workflow—spanning strategy, execution, and optimization. It is particularly effective for users who want to move beyond vanity metrics and build a sustainable presence that drives real business outcomes.

Why Use Social Media Manager?

Effective social media management is essential for brands and creators aiming to establish authority, foster community, and drive measurable growth. The Social Media Manager skill stands out for several reasons:

  • Strategic Focus: Instead of just posting content, it helps you define objectives, choose the right platforms, and develop a roadmap for growth.
  • Context Awareness: By integrating with marketing context files, it ensures your social media activities align with your brand voice, target audiences, and overall marketing goals.
  • Comprehensive Planning: It covers everything from platform selection and content planning to engagement tactics and resource allocation.
  • Scalability: Whether you are a solo entrepreneur or part of a large marketing team, the skill adapts to your workflow, enabling consistent execution at scale.

Organizations and individuals who want to professionalize their social media presence, optimize for engagement, or systematically grow their follower base will benefit significantly from this skill.

How to Get Started

To maximize the capabilities of the Social Media Manager skill, follow these steps:

  1. Provide Marketing Context:

    • If a marketing-context.md file exists, the skill will automatically ingest details like brand voice, audience personas, and business goals.
    • If not, be prepared to answer targeted questions about your current social media state, goals, and available resources.
  2. Define Your Current State:

    • List all active social platforms.
    • Share current follower counts and engagement rates.
    • Describe your current posting frequency and management process.
    • Identify what is working well and what challenges you face.
  3. Clarify Goals:

    • Specify primary objectives (brand awareness, lead generation, community growth, etc.).
    • Define what success looks like in the next 90 days.
  4. Outline Resources:

    • Detail who is responsible for content creation and community management.
    • Note tools or assets you already use.

With this information, the skill can draft a tailored strategy and actionable plan.

Example Invocation (Python/Claude Code):

from claude_skills.marketing.social_media_manager import SocialMediaManager

## Load marketing context if available
context = load_marketing_context('marketing-context.md')

smm = SocialMediaManager(context=context)

strategy = smm.develop_strategy(
    platforms=['Instagram', 'LinkedIn'],
    follower_counts={'Instagram': 1200, 'LinkedIn': 800},
    engagement_rates={'Instagram': 2.5, 'LinkedIn': 1.8},
    goals=['brand awareness', 'lead generation'],
    resources={'content_creator': 'in-house', 'community_manager': 'agency'}
)

print(strategy)

Key Features

The Social Media Manager skill incorporates several advanced features:

  • Strategy Development: Generates tailored strategies based on provided context, goals, and resources.
  • Platform Selection: Recommends optimal platforms for your audience and objectives, referencing current trends and your strengths.
  • Content Calendar Planning: Suggests weekly or monthly content calendars, balancing promotional, educational, and community-focused posts.
  • Community Engagement Guidance: Offers tactics to foster authentic engagement, respond to comments, and nurture loyal followers.
  • Growth Recommendations: Provides actionable steps to increase reach and engagement, from influencer collaborations to hashtag strategies.
  • Integration with Marketing Context: Ensures all outputs are aligned with your stated brand voice, values, and audience personas.
  • Strict Context Gathering: Asks for missing information before generating plans, ensuring recommendations are always relevant and actionable.

Best Practices

To get the most from the Social Media Manager skill, consider the following best practices:

  • Keep Context Up to Date: Regularly update your marketing-context.md or provide fresh business and audience information.
  • Be Specific with Goals: Clearly articulate your objectives and desired outcomes, especially for short-term campaigns.
  • Leverage the Calendar Output: Use the generated content calendar as a working document—schedule posts in your platform tools for consistency.
  • Monitor and Iterate: While this skill focuses on planning and management, complement it with analytics tools (such as the social-media-analyzer skill) to review performance and refine your strategy.
  • Engage Authentically: Use the engagement guidance to build genuine relationships, not just boost numbers.

Important Notes

  • The Social Media Manager skill is not intended for drafting individual social posts; use the social-content skill for copywriting tasks.
  • For performance data analysis and reporting, switch to the social-media-analyzer skill.
  • Always provide the most current context and metrics for accurate recommendations—outdated information can lead to suboptimal strategies.
  • The skill adheres to the MIT License and is maintained by Alireza Rezvani. Users should reference the official repository for updates and documentation: GitHub Source.
  • Regularly review and update your strategy every quarter to stay aligned with changing platform algorithms and audience behaviors.