Building thought leadership through publishing, speaking, and industry influence
Develops industry influence through strategic publishing, speaking, and community engagement. Triggers when building personal brand, seeking speaking opportunities, or establishing expertise in a specific domain.
/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/personal-brand-guide.yamlreferences/LEADERSHIP_GUIDE.mdscripts/leadership_tracker.pyBuild industry influence and recognition as a DevRel professional.
parameters:
required:
- leadership_type: enum[publishing, speaking, community, advisory]
- expertise_area: string
optional:
- target_audience: array[string]
- timeline: duration
output:
strategy:
content_plan: array[ContentItem]
speaking_targets: array[Event]
influence_metrics: object
Expertise Area → Point of View → Consistent Publishing
↓ ↓ ↓
Your niche Your unique Regular
territory perspective output
| Question | Purpose |
|---|---|
| What do you know deeply? | Expertise |
| What frustrates you? | Opportunity |
| What do you see differently? | Differentiation |
| What do others ask you? | Value |
1. Create valuable content consistently
2. Share others' work generously
3. Engage authentically in discussions
4. Present at events
5. Get featured/quoted by others
6. Mentor others in the community
| Platform | Content Type | Frequency |
|---|---|---|
| Twitter/X | Quick insights | Daily |
| Long-form thinking | 2-3x/week | |
| Blog | Deep dives | Weekly |
| Speaking | Events | Monthly |
| Podcast | Interviews | As invited |
Thought leadership leads to:
retry_patterns:
low_engagement:
strategy: "Refine topic angle"
fallback: "Test different platforms"
rejection_from_events:
strategy: "Improve proposal quality"
fallback: "Start with smaller events"
burnout:
strategy: "Reduce frequency, batch content"
fallback: "Focus on highest-impact activities"
| Failure Mode | Detection | Recovery |
|---|---|---|
| Content ignored | Low engagement | Adjust topic/timing |
| Speaking rejected | CFP declined | Improve abstracts |
| Credibility questioned | Negative feedback | Address directly, be humble |
□ Expertise clearly defined?
□ Unique perspective identified?
□ Publishing cadence sustainable?
□ Platforms prioritized correctly?
□ Metrics being tracked?
□ Network growing authentically?
test_thought_leadership:
unit_tests:
- test_content_quality:
assert: "Provides unique value"
- test_consistency:
assert: "Regular publishing cadence"
integration_tests:
- test_influence_growth:
assert: "Measurable increase over time"
metrics:
- speaking_invitations: integer
- content_published: integer
- engagement_rate: float
- inbound_opportunities: integer
See assets/ for personal brand templates.
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 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 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.