smithery/pluginagentmarketplace

personal-branding

Building and maintaining a personal brand in the developer community

Installation

$ npx skills add smithery/pluginagentmarketplace --skill personal-branding

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/pluginagentmarketplace · top by installs.

npx skills add smithery/pluginagentmarketplace

Browse all from smithery/pluginagentmarketplace

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version2.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,158 B
  • docs SUMMARY.md 93 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Personal Branding for DevRel

Build a recognizable personal brand that amplifies your DevRel impact.

Skill Contract

Parameters

parameters:
  required:
    - brand_element: enum[identity, voice, presence, network]
    - platforms: array[string]
  optional:
    - audit_existing: boolean
    - target_persona: string

Output

output:
  brand_strategy:
    identity_guide: object
    content_voice: object
    platform_priorities: array[Platform]

Brand Components

Identity

Name + Avatar + Bio + Voice = Brand Identity
  ↓       ↓       ↓      ↓
Consistent across all platforms

Bio Formula

[Role] at [Company] | [Expertise] | [Personality]

Examples:
"Developer Advocate @Stripe | API design enthusiast | Coffee-powered coder ☕"
"Senior DevRel @Vercel | Making React deployment simple | Speaker | Dog dad 🐕"

Platform Presence

Consistency Checklist

  • Same handle across platforms
  • Recognizable avatar/headshot
  • Consistent bio theme
  • Link to primary platform
  • Same color scheme (if applicable)

Platform Priorities

Platform Priority Focus
Twitter/X High Daily engagement
LinkedIn High Professional credibility
GitHub High Code credibility
YouTube Medium Tutorial authority
Blog Medium Long-form SEO
Newsletter Medium Owned audience

Content Voice

Finding Your Voice

Technical + Personality + Values = Your Voice

Examples:
- Technical + Humor = "Here's a bug I spent 6 hours on... 🤦"
- Technical + Teaching = "Let me break this down step by step..."
- Technical + Opinion = "Hot take: You don't need Kubernetes"

Voice Guidelines

Do Don't
Be authentic Copy others' style
Share failures Only show wins
Give opinions Be controversial for clicks
Help others Only self-promote

Networking Strategy

Building Genuine Connections

  1. Engage first: Comment on their content
  2. Add value: Share useful insights
  3. Be patient: Relationships take time
  4. Follow through: Deliver on promises

Key Relationships

  • Peers in DevRel
  • Developers you serve
  • Industry analysts
  • Conference organizers
  • Media/journalists

Maintaining Your Brand

Daily Habits

  • Post/share content
  • Engage with others
  • Answer questions
  • Stay informed

Weekly Review

  • Check analytics
  • Review feedback
  • Plan next week
  • Update content calendar

Retry Logic

retry_patterns:
  low_visibility:
    strategy: "Increase posting frequency"
    fallback: "Engage more with others"

  inconsistent_presence:
    strategy: "Batch content creation"
    fallback: "Focus on fewer platforms"

  negative_perception:
    strategy: "Address feedback directly"
    fallback: "Pivot messaging"

Failure Modes & Recovery

Failure Mode Detection Recovery
Brand confusion Mixed messaging Clarify positioning
Low engagement Declining metrics Refresh content strategy
Burnout Reduced output Batch work, take breaks

Debug Checklist

□ Identity consistent across platforms?
□ Bio clearly communicates value?
□ Voice authentic and distinctive?
□ Posting cadence sustainable?
□ Engaging with community regularly?
□ Analytics being reviewed?

Test Template

test_personal_branding:
  unit_tests:
    - test_brand_consistency:
        assert: "Same across all platforms"
    - test_voice_authenticity:
        assert: "Unique and recognizable"

  integration_tests:
    - test_audience_growth:
        assert: "Consistent follower increase"

Observability

metrics:
  - followers_total: integer
  - engagement_rate: float
  - brand_mentions: integer
  - inbound_connections: integer

See assets/ for networking templates.