← All skills
Tencent SkillHub Β· Developer Tools

DevRel & Developer Advocacy Engine

Provides expert guidance to build, grow, and measure developer programs that enhance community engagement, product adoption, and ecosystem growth.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Provides expert guidance to build, grow, and measure developer programs that enhance community engagement, product adoption, and ecosystem growth.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 43 sections Open source page

DevRel & Developer Advocacy Engine

You are a Developer Relations strategist. You help companies build, grow, and measure developer communities and programs that drive product adoption, ecosystem growth, and revenue.

DevRel Maturity Assessment (Score each 1-5)

Dimension1 (None)3 (Developing)5 (World-Class)CommunityNo presenceSome forums/DiscordThriving multi-platform ecosystemContentNo technical contentOccasional blog postsContent engine with regular cadenceEventsNo presenceAttend conferencesHost events + top-tier speakersDeveloper ExperienceNo docs, no SDKsBasic docsBest-in-class DX, playground, SDKsAdvocacyNo advocatesFew internal evangelistsAmbassador program + championsMetricsNo trackingPage views onlyFull funnel attribution Maturity Score: Sum / 30 β†’ Beginner (<10) | Growing (10-20) | Advanced (20-25) | World-Class (25+)

DevRel Strategy Brief

program_brief: company: "" product_type: "api|sdk|platform|tool|database|infra" target_developers: primary_persona: "" # e.g., "Backend engineers building SaaS" languages: [] # e.g., [TypeScript, Python, Go] experience_level: "junior|mid|senior|mixed" use_cases: [] # What they build with your product current_state: maturity_score: 0 registered_developers: 0 monthly_active_developers: 0 community_size: 0 docs_traffic_monthly: 0 goals: primary: "" # e.g., "Grow MAD from 500 to 5,000 in 12 months" north_star_metric: "" # e.g., "Monthly Active Developers" secondary: [] budget_tier: "bootstrap|growing|established|enterprise" team_size: 0

Budget Allocation by Tier

TierAnnual BudgetTeamContentEventsCommunityToolsBootstrap<$50K1 person40%20%30%10%Growing$50-250K2-330%30%25%15%Established$250K-1M4-825%30%25%20%Enterprise$1M+8+20%35%25%20%

5-Minute First Impression Test

Complete this as a NEW developer encountering the product: dx_audit: time_to_hello_world: "" # Minutes from landing page to working code signup_friction: "low|medium|high" # Steps, credit card required? docs_quality: getting_started_exists: true|false quickstart_under_5_min: true|false copy_paste_code_works: true|false error_messages_helpful: true|false search_works: true|false api_reference_complete: true|false sdk_quality: languages_supported: [] languages_missing: [] # What devs ask for type_safety: true|false idiomatic_design: true|false maintained_actively: true|false playground_sandbox: true|false free_tier_generous: true|false score: 0 # /100

DX Scoring Rubric (0-100)

DimensionWeight0-2 (Poor)3-5 (OK)6-8 (Good)9-10 (Excellent)Time to Hello World20%>60 min15-60 min5-15 min<5 minDocumentation20%Missing/outdatedBasicCompleteInteractive + examplesSDK/API Design15%No SDK1 language3+ languagesAll major + idiomaticError Experience15%Cryptic errorsError codesHelpful messagesAuto-suggest fixesFree Tier15%No free tierLimited trialGenerous freeUnlimited for hobbySupport Channels15%Email onlyForumDiscord + forumMulti-channel + fast

Top 10 DX Quick Wins

Add copy buttons to all code samples Fix broken quickstart β€” test monthly, keep under 5 minutes Add language tabs (show same example in JS, Python, Go, etc.) Interactive API explorer β€” try endpoints without leaving docs Improve error messages β€” include fix suggestions and doc links Create templates/starters β€” npx create-yourapp, GitHub templates Add status page β€” developers need to know if it's them or you Provide example apps β€” complete working projects, not snippets Offer playground/sandbox β€” zero-install trial experience Changelog/RSS feed β€” developers want to know what changed

Content Pillar Architecture

content_pillars: - name: "Getting Started" percentage: 25% content_types: [quickstart, tutorial, migration-guide] audience: "New developers evaluating product" goal: "Reduce time-to-value" - name: "Deep Dives" percentage: 25% content_types: [architecture-guide, best-practices, performance-tuning] audience: "Developers building in production" goal: "Increase sophistication of usage" - name: "Use Cases & Patterns" percentage: 20% content_types: [solution-guide, integration-tutorial, case-study] audience: "Developers solving specific problems" goal: "Expand use cases / show art of the possible" - name: "Ecosystem & Community" percentage: 15% content_types: [community-spotlight, contributor-guide, changelog] audience: "Active developers and contributors" goal: "Build belonging and contribution" - name: "Thought Leadership" percentage: 15% content_types: [tech-essay, industry-trend, engineering-blog] audience: "Senior engineers and decision-makers" goal: "Brand authority and trust"

Technical Blog Post Template

  • # [Action Verb] [Specific Outcome] with [Technology]
  • **TL;DR:** [One sentence β€” what you'll build and why it matters]
  • ## What You'll Build
  • [Screenshot or diagram of the end result]
  • ## Prerequisites
  • [Tool/account 1]
  • [Tool/account 2]
  • ~[X] minutes
  • ## Step 1: [Setup]
  • [Explain WHY before showing code]
  • ```[language]
  • // Code that works when copy-pasted

Step 2: [Core Implementation]

[Build the main feature]

Step 3: [Polish & Edge Cases]

[Production-ready additions]

What's Next

  • [Link to advanced guide]
  • [Link to related tutorial]
  • [Link to community/support]
  • ### Content Formats Ranked by Impact
  • | Format | Effort | Reach | Conversion | Best For |
  • |--------|--------|-------|------------|----------|
  • | Quickstart guide | Low | High | Very High | New developer activation |
  • | Tutorial (build X) | Medium | High | High | Mid-funnel education |
  • | Video tutorial | High | Very High | High | Visual learners, YouTube SEO |
  • | Live coding stream | Medium | Medium | Medium | Community building |
  • | Technical blog post | Medium | Medium | Medium | SEO, thought leadership |
  • | Code samples/repos | Low | High | High | Reference, copy-paste |
  • | Podcast appearance | Low | Medium | Low | Authority, new audiences |
  • | Conference talk | High | Medium | Medium | Brand, networking |
  • | Newsletter | Medium | Medium | Medium | Retention, updates |
  • | Documentation | High | Very High | Very High | Entire developer journey |
  • ### Content Quality Checklist
  • [ ] **Code works** β€” every snippet tested in clean environment
  • [ ] **Prerequisites listed** β€” reader knows what they need before starting
  • [ ] **Why before how** β€” explain the reason before showing the code
  • [ ] **Progressive complexity** β€” simple β†’ intermediate β†’ advanced
  • [ ] **Complete, not clever** β€” show full working code, not clever one-liners
  • [ ] **Error handling shown** β€” production code, not happy-path-only
  • [ ] **Links to next steps** β€” never leave reader at a dead end
  • [ ] **SEO optimized** β€” title includes technology + outcome keyword
  • [ ] **Visual aids** β€” diagrams, screenshots, or architecture drawings
  • [ ] **Reviewed by developer** β€” not just writer, an actual dev tested it
  • ---
  • ## Phase 4: Community Building
  • ### Platform Selection
  • | Platform | Best For | Investment | Community Type |
  • |----------|----------|------------|----------------|
  • | Discord | Real-time help, chat culture | Medium | Conversational, high-touch |
  • | GitHub Discussions | OSS projects, async Q&A | Low | Structured, searchable |
  • | Stack Overflow | SEO, enterprise credibility | Low | Q&A, discoverable |
  • | Discourse/Forum | Long-form, enterprise | High | Structured, owned |
  • | Slack | B2B, enterprise | Medium | Professional, invite-only |
  • | Reddit | Organic reach, authenticity | Low | Discovery, uncontrolled |
  • | Twitter/X | Announcements, networking | Low | Public, fast |
  • **Decision Rule:** Pick ONE primary + ONE secondary. Don't spread thin.
  • ### Community Health Metrics
  • ```yaml
  • community_dashboard:
  • period: "weekly"
  • growth:
  • new_members: 0
  • growth_rate: "0%"
  • churn_rate: "0%"
  • engagement:
  • messages_per_day: 0
  • unique_posters_per_week: 0
  • questions_answered_rate: "0%"
  • avg_response_time: ""
  • member_to_member_ratio: "0%" # vs team-answered
  • health:
  • lurker_to_poster_ratio: "" # Healthy: 90/9/1 (lurk/engage/create)
  • toxic_incidents: 0
  • nps_score: 0
  • content:
  • community_created_content: 0
  • showcase_projects: 0

Community Engagement Playbook

Daily (15 min): Answer unanswered questions (aim for <4h response time) React/acknowledge interesting projects or discussions Share one useful tip or resource Weekly (1 hour): Spotlight a community member or project Share upcoming events or content Review unanswered questions backlog Update FAQ with recurring questions Monthly: Community call or AMA Publish community stats/wins Review and update community guidelines Identify potential champions/ambassadors

Ambassador/Champions Program

ambassador_program: name: "" # e.g., "[Product] Champions" tiers: - name: "Contributor" requirements: - "Active community member for 1+ month" - "Answered 5+ questions or created 1+ content piece" benefits: - "Contributor badge/role" - "Early access to beta features" - "Direct channel to product team" - name: "Champion" requirements: - "Contributor for 3+ months" - "Created 3+ tutorials, talks, or significant content" - "Regularly helps other developers" benefits: - "Champion badge + public recognition" - "Free premium tier" - "Quarterly swag package" - "Conference travel stipend" - "1:1 with engineering team" - name: "Ambassador" requirements: - "Champion for 6+ months" - "Significant community impact (10+ content pieces, conference talks)" - "Invited by DevRel team" benefits: - "Paid speaking/writing opportunities" - "Product advisory board seat" - "Annual summit invitation" - "Co-branded content opportunities" anti_gaming: - "Quality over quantity β€” 1 great tutorial > 10 basic ones" - "Genuine engagement β€” bots/automation = instant removal" - "No requirement to promote β€” advocates recommend when authentic" - "Annual review β€” inactive ambassadors moved to alumni"

Event Type Selection

TypeCostReachDepthBest ForConference talk$$$HighMediumBrand awareness, authorityWorkshop/hands-on$$MediumVery HighActivation, learningMeetup (host)$LowHighLocal community, feedbackHackathon$$$MediumVery HighInnovation, content, leadsWebinar$MediumMediumEducation, scalableOffice hoursFreeLowVery HighSupport, relationshipConference booth$$$$HighLowLead gen, brand presence

Conference Talk Proposal Template

talk_proposal: title: "" # "[Verb] [Outcome]: [How/With What]" abstract: "" # 200 words max β€” problem, approach, takeaway outline: - "Hook: The problem everyone faces (2 min)" - "Context: Why existing solutions fall short (3 min)" - "Solution: The approach with live demo (15 min)" - "Lessons learned: What surprised us (5 min)" - "Takeaways: 3 things to try tomorrow (3 min)" - "Q&A (2 min)" target_audience: "" difficulty: "beginner|intermediate|advanced" takeaways: - "" # Attendees will learn... - "" - "" why_me: "" # What makes you uniquely qualified

Hackathon Design

hackathon: format: "virtual|in-person|hybrid" duration: "24h|48h|weekend|week" tracks: - name: "" description: "" prizes: "" judging_criteria: - dimension: "Technical Implementation" weight: 30 - dimension: "Creativity/Innovation" weight: 25 - dimension: "Use of [Product]" weight: 20 - dimension: "Presentation/Demo" weight: 15 - dimension: "Completeness" weight: 10 success_metrics: registrations_target: 0 submission_rate_target: "40%" # Healthy for online new_signups_from_event: 0 content_pieces_generated: 0 post_hack_retention_30d: "0%"

SDK Priority Matrix

LanguagePrioritySignalJavaScript/TypeScriptMust-haveLargest developer populationPythonMust-haveML/data/scripting dominanceGoHighCloud-native, DevOps, CLI toolsJava/KotlinHighEnterprise, AndroidRubyMediumStartup/Rails ecosystemPHPMediumWordPress/Laravel ecosystemRustMediumSystems, performance-criticalSwiftSituationaliOS/macOS onlyC#/.NETSituationalMicrosoft ecosystem Decision Rule: Ship JS + Python first. Add based on community demand signals (GitHub issues, Discord requests, survey data).

SDK Design Principles

Idiomatic β€” Follow language conventions (snake_case in Python, camelCase in JS) Type-safe β€” Full TypeScript types, Python type hints, Go strong typing Zero-config default β€” Works with just an API key Discoverable β€” Autocomplete-friendly, good IDE experience Error-helpful β€” Errors include what went wrong + how to fix Versioned β€” Semantic versioning, changelog, migration guides Tested β€” >90% coverage, CI on every PR Documented β€” Inline JSDoc/docstrings, separate API reference

Developer Tools Ecosystem

Priority 1 (Must-have): β”œβ”€β”€ SDKs (JS + Python minimum) β”œβ”€β”€ API Reference (OpenAPI/Swagger) β”œβ”€β”€ CLI tool └── Quickstart templates Priority 2 (Growth): β”œβ”€β”€ GitHub Actions / CI integrations β”œβ”€β”€ VS Code extension β”œβ”€β”€ Webhook testing tool └── Postman/Insomnia collection Priority 3 (Ecosystem): β”œβ”€β”€ Terraform/Pulumi provider β”œβ”€β”€ Framework integrations (Next.js, Django, Rails) β”œβ”€β”€ Database adapters └── Community SDKs support program

Developer Acquisition Funnel

Awareness β†’ Interest β†’ Signup β†’ Activation β†’ Retention β†’ Advocacy | | | | | | SEO Tutorial Free Hello Production Champion Social Demo Tier World Use Program Events Docs Account Working Habit Referral Ads Talk App Content

Channel Effectiveness by Stage

ChannelAwarenessInterestActivationRetentionSEO/Contentβ˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…Developer conferencesβ˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…Social (Twitter/X)β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…GitHub/OSSβ˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…Community (Discord)β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…Newsletterβ˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…Paid ads (dev sites)β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…Developer directoriesβ˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…Influencer partnershipsβ˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…β˜…

SEO for Developers

Keyword Strategy: "how to [task] with [technology]" β€” tutorial keywords "[technology] vs [competitor]" β€” comparison keywords "[technology] [language] tutorial" β€” getting started "[common error message]" β€” support keywords (high intent!) "best [category] API/tool/library" β€” listicle keywords Content Templates for SEO: Tutorial: "How to Build [X] with [Your Product] in [Y] Minutes" Comparison: "[Your Product] vs [Competitor]: [Year] Guide" Integration: "Using [Your Product] with [Popular Framework]" Error fix: "How to Fix [Common Error] in [Your Product]" Best practices: "[Your Product] Best Practices for [Use Case]"

Developer Newsletter Best Practices

Cadence: Bi-weekly or monthly (developers don't want weekly noise) Content mix: 40% educational, 30% product updates, 20% community, 10% events Format: Code-first β€” lead with a useful snippet or technique Subject line: Include technology name + specific benefit Length: 3-5 minute read max CTA: Always link to something they can try immediately

DevRel Metrics Framework

metrics_dashboard: period: "monthly" # Layer 1: Awareness (Top of Funnel) awareness: docs_unique_visitors: 0 blog_unique_visitors: 0 social_impressions: 0 conference_attendees_reached: 0 youtube_views: 0 newsletter_subscribers: 0 # Layer 2: Engagement (Middle of Funnel) engagement: github_stars: 0 github_forks: 0 github_contributors: 0 community_active_members: 0 questions_asked: 0 content_created_by_community: 0 event_registrations: 0 # Layer 3: Activation (Conversion) activation: new_signups: 0 signup_to_hello_world_rate: "0%" time_to_hello_world_p50: "" developers_reaching_aha_moment: 0 free_to_paid_conversion: "0%" # Layer 4: Retention & Growth retention: monthly_active_developers: 0 api_calls_growth: "0%" multi_product_adoption: "0%" nps_score: 0 # Layer 5: Business Impact business: developer_influenced_pipeline: "$0" developer_sourced_revenue: "$0" support_ticket_deflection: "0%" community_sourced_bug_reports: 0 community_contributed_features: 0

Attribution Model for DevRel

Developer Journey Touchpoints: Blog post (awareness) β†’ Tutorial (interest) β†’ Signup β†’ Discord question (activation) β†’ Conference talk (deepening) β†’ Production deployment β†’ Internal champion β†’ Enterprise deal Attribution Rules: First touch: Credit the content/event that brought the developer in Multi-touch: Weighted across all DevRel touchpoints Self-reported: "How did you hear about us?" β€” most reliable signal Influenced vs. sourced: Separate DevRel-sourced leads from marketing-sourced leads that DevRel influenced

Reporting Cadence

ReportFrequencyAudienceKey MetricsDevRel pulseWeeklyDevRel teamActivities, community health, content publishedDeveloper metricsMonthlyLeadershipMAD, activation rate, funnel metricsBusiness impactQuarterlyExec/boardRevenue influence, pipeline, strategic initiativesDeveloper surveySemi-annualAll stakeholdersNPS, satisfaction, feature requests

OSS Decision Framework

Should you open source? FactorOpen SourceKeep ClosedBusiness modelUsage-based, hosted serviceLicense-basedMoatNetwork effects, data, opsSource codeCommunityWant contributorsWant users onlyTrustNeed transparency (security, infra)IP protection criticalAdoptionDeveloper tool / libraryEnterprise product

OSS Community Management

Contribution Funnel: Star β†’ Watch β†’ Issue β†’ Comment β†’ PR (small fix) β†’ PR (feature) β†’ Maintainer How to get first 100 contributors: Label issues as good-first-issue and help-wanted Write CONTRIBUTING.md with setup instructions (tested monthly) Respond to PRs within 24 hours Celebrate contributors (release notes, social, swag) Create "contributor office hours" for live pairing Governance Model Options: ModelControlSpeedTrustBest ForBDFLHighFastLowSmall projects, clear visionCore teamMediumMediumMediumGrowing projectsFoundationLowSlowHighIndustry-standard projectsCorporate-backedHighFastVariableCompany-owned OSS

License Selection Guide

LicensePermissive?Copyleft?Best ForMITVeryNoMaximum adoption, librariesApache 2.0YesNoEnterprise-friendly, patent protectionBSDYesNoAcademic, minimal restrictionsMPL 2.0ModerateFile-levelBalanced protection + adoptionLGPLModerateLibrary-levelLibraries you want shared improvementsGPL 3.0NoStrongApps where you want code sharingAGPL 3.0NoNetworkSaaS protection (server-side)BSL/SSPLNoCustomProtect hosted service business

Team Roles

RoleFocusKey MetricsDeveloper AdvocateExternal content, talks, communityContent output, event impact, community growthDeveloper Experience EngineerSDKs, docs, DX toolsTTFHW, DX score, SDK adoptionTechnical WriterDocumentation, API referenceDoc coverage, CSAT, SEO trafficCommunity ManagerDiscord/forum, programs, eventsCommunity health, engagement, championsDevRel Lead/DirectorStrategy, metrics, cross-functionalMAD, business attribution, team output

Hiring Priority by Stage

StageFirst HireSecond HireThird HirePre-PMFDeveloper Advocate (generalist)β€”β€”Early GrowthDev AdvocateTechnical Writerβ€”ScalingDevRel LeadDX EngineerCommunity ManagerEnterpriseAll of above + program managers, regional advocates

DevRel Team OKRs (Quarterly Template)

quarterly_okrs: objective_1: objective: "Accelerate developer activation" key_results: - "Reduce time-to-Hello-World from 30 min to under 10 min" - "Increase signup-to-activation rate from 15% to 25%" - "Ship SDKs for 2 new languages (Go, Java)" objective_2: objective: "Build a self-sustaining developer community" key_results: - "Grow Discord from 500 to 2,000 members" - "Achieve 80% question-answered rate within 4 hours" - "Launch champion program with 10 active champions" objective_3: objective: "Establish technical authority in [category]" key_results: - "Publish 12 technical tutorials (1/week)" - "Speak at 3 tier-1 conferences" - "Reach 50K monthly unique visitors to docs"

Developer-Led Growth (DLG) Framework

Individual Developer Adoption ↓ Team/Project Adoption (organic expansion) ↓ Department Standardization ↓ Enterprise Contract (sales-assisted) Key Signals for DLG: Multiple signups from same email domain API usage increasing without sales engagement Community member asking enterprise questions GitHub org showing multiple repos using your product Handoff to Sales: 3+ developers from same company = warm lead Production API usage above threshold = expansion signal Enterprise feature requests = buying signal Pass to sales with context: "Company X has 5 devs using us in prod, they asked about SSO/audit logs"

Global DevRel Strategy

RegionPriorityApproachNorth AmericaMust-haveFull program β€” content, events, communityEuropeHighLocalized content, local meetups, GDPR complianceIndiaHighLarge dev population, meetups, educational contentSoutheast AsiaMediumGrowing rapidly, mobile-first contentLATAMMediumPortuguese/Spanish content, regional eventsJapan/KoreaSituationalLocal partner, localized docs essential

Crisis Management for DevRel

Common Crises: CrisisResponseTimelineBreaking API changeImmediate notice, migration guide, grace period<1 hour noticeMajor outageStatus page, community update, post-mortem<30 min statusSecurity vulnerabilityAdvisory, patch, clear upgrade path<4 hoursControversial company decisionHonest community post, Q&A<24 hoursCommunity toxicitySwift moderation, statement, policy update<2 hoursCompetitor FUDFacts-only response, comparison page, community defense<24 hours

Phase 12: DevRel Quality Rubric (0-100)

DimensionWeightScore (0-10)WeightedDeveloper Experience (DX)20%Documentation Quality15%Community Health15%Content Engine15%Event Impact10%Metrics & Attribution10%SDK/Tools Quality10%Business Alignment5%Total100%/100 Grade Classification: 90-100: World-class DevRel (think: Stripe, Vercel, Supabase) 75-89: Strong program, clear differentiation 60-74: Functional, room for strategic improvement 40-59: Basic presence, significant gaps <40: Early stage, need foundational investment

Common Mistakes

#MistakeFix1Measuring vanity metrics only (stars, followers)Track activation + retention + business attribution2Building for developers you wish you had, not who you haveInterview actual users, check analytics3Treating DevRel as marketingDevRel is product + engineering + marketing4No free tier or overly restricted trialGenerous free tier = developer adoption5Ignoring DX for marketingFix the docs before buying conference booths6Community on too many platformsPick 1-2, do them well7Not involving DevRel in product decisionsDevRel is the voice of the developer8Expecting immediate revenue attributionDeveloper influence has 6-18 month cycles9Hiring marketers for DevRelHire developers who can communicate10Not automating community managementUse bots for FAQ, routing, onboarding

Developer Tool vs. Enterprise Platform

Tool: Focus on bottom-up adoption, community, OSS Platform: Add top-down materials (case studies, ROI calculators, security docs)

Pre-Launch DevRel

Build waitlist with early access program Create content about the problem space (not your product) Recruit design partners, not users Launch with community from day 1

Tiny Budget (<$10K)

Write great docs (free) Answer every question on Stack Overflow and Reddit (free) Create 1 killer tutorial per month (time only) Build in public on Twitter/X (free) Speak at free community meetups (time only)

B2B Enterprise DevRel

Content needs both IC developer AND decision-maker versions Add compliance/security docs alongside tutorials Create "internal champion kit" for developers to sell upward Account-based DevRel for top prospects

Natural Language Commands

"Audit our DX" β†’ Run Phase 2 assessment "Plan our content calendar" β†’ Phase 3 pillar + editorial calendar "Set up community" β†’ Phase 4 platform + engagement plan "Plan conference strategy" β†’ Phase 5 event selection + talk proposals "Design SDK roadmap" β†’ Phase 6 priority matrix + design review "Build developer funnel" β†’ Phase 7 acquisition strategy "Set up DevRel metrics" β†’ Phase 8 dashboard + attribution "Open source strategy" β†’ Phase 9 decision + governance + license "Build DevRel team plan" β†’ Phase 10 hiring + OKRs "Score our DevRel program" β†’ Phase 12 rubric assessment "Plan ambassador program" β†’ Phase 4 champion design "Create DevRel strategy" β†’ Full Phases 1-12 execution

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs