Building and maintaining a personal brand in the developer community
Builds a personal brand strategy for developer relations with identity, voice, and platform presence.
/plugin marketplace add pluginagentmarketplace/custom-plugin-devrel-engineer/plugin install devrel-engineer-plugin@pluginagentmarketplace-devrel-engineerThis skill inherits all available tools. When active, it can use any tool Claude has access to.
assets/networking-templates.yamlreferences/BRANDING_GUIDE.mdscripts/brand_analyzer.pyBuild a recognizable personal brand that amplifies your DevRel impact.
parameters:
required:
- brand_element: enum[identity, voice, presence, network]
- platforms: array[string]
optional:
- audit_existing: boolean
- target_persona: string
output:
brand_strategy:
identity_guide: object
content_voice: object
platform_priorities: array[Platform]
Name + Avatar + Bio + Voice = Brand Identity
↓ ↓ ↓ ↓
Consistent across all platforms
[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 | Priority | Focus |
|---|---|---|
| Twitter/X | High | Daily engagement |
| High | Professional credibility | |
| GitHub | High | Code credibility |
| YouTube | Medium | Tutorial authority |
| Blog | Medium | Long-form SEO |
| Newsletter | Medium | Owned audience |
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"
| Do | Don't |
|---|---|
| Be authentic | Copy others' style |
| Share failures | Only show wins |
| Give opinions | Be controversial for clicks |
| Help others | Only self-promote |
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 Mode | Detection | Recovery |
|---|---|---|
| Brand confusion | Mixed messaging | Clarify positioning |
| Low engagement | Declining metrics | Refresh content strategy |
| Burnout | Reduced output | Batch work, take breaks |
□ Identity consistent across platforms?
□ Bio clearly communicates value?
□ Voice authentic and distinctive?
□ Posting cadence sustainable?
□ Engaging with community regularly?
□ Analytics being reviewed?
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"
metrics:
- followers_total: integer
- engagement_rate: float
- brand_mentions: integer
- inbound_connections: integer
See assets/ for networking templates.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.