MCP HubMCP Hub
스킬 목록으로 돌아가기

power-user-cultivation

jonathimer
업데이트됨 2 days ago
3 조회
76
4
76
GitHub에서 보기
메타design

정보

이 스킬은 개발자들이 참여도 높은 사용자를 챔피언 또는 앰버서더 프로그램을 통해 옹호자와 기여자로 발굴하고 육성하는 데 도움을 줍니다. 강제적인 선전이 아닌, 파워 사용자를 위한 진정한 가치 창출에 중점을 둡니다. "개발자 옹호자", "앰버서더 프로그램", "커뮤니티 기여자"와 같은 용어가 트리거될 때 사용하세요.

빠른 설치

Claude Code

추천
기본
npx skills add jonathimer/devmarketing-skills -a claude-code
플러그인 명령대체
/plugin add https://github.com/jonathimer/devmarketing-skills
Git 클론대체
git clone https://github.com/jonathimer/devmarketing-skills.git ~/.claude/skills/power-user-cultivation

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

Power User Cultivation

This skill helps you identify your most engaged developers and turn them into advocates, contributors, and champions. No forced evangelism — just creating genuine value for developers who already love what you're building.


Before You Start

  1. Load your developer audience context:

    • Check if .agents/developer-audience-context.md exists
    • If not, run the developer-audience-context skill first
    • Understanding where your developers hang out and what motivates them is essential
  2. Gather your data:

    • Usage metrics by user
    • Community participation data
    • Support interactions (helpful answers, feature requests)
    • Content created about your product
    • Referral/invitation history

The Power User Spectrum

Not all engaged users want the same relationship:

LevelBehaviorWhat They WantYour Response
Active UserUses product regularlyProduct to keep workingKeep shipping
Engaged UserParticipates in communityHelp and recognitionRespond quickly
AdvocateRecommends you unpromptedInsider accessEarly access, direct line
ChampionCreates content, answers questionsPlatform and recognitionFormal program
ContributorContributes code, docs, extensionsImpact and ownershipContributor program

Key insight: Don't try to push everyone up the spectrum. Meet developers where they are. Some just want a great product — that's fine.


Identifying Potential Advocates

Behavioral Signals

Look for these patterns in your data:

Usage-based signals:

- Top 10% by API calls or usage
- Using advanced/power features
- Long tenure (>6 months active)
- Multiple projects using your product
- Early adopter of new features

Community signals:

- Answers questions from other users
- Files detailed, constructive bug reports
- Requests features thoughtfully
- Active in Discord/Slack/forums
- Mentions you positively on social

Content signals:

- Wrote blog post about your product
- Created tutorial or video
- Open sourced integration or extension
- Conference talk mentioning you
- Stack Overflow answers recommending you

Social Listening for Discovery

Set up monitoring for:

  1. Positive mentions:

    • People recommending your product
    • Success stories shared publicly
    • "Just shipped with [your product]" posts
  2. Content creators:

    • Blog posts about your product
    • Tutorial videos
    • Conference talk announcements
  3. Community helpers:

    • People answering questions about you
    • Defending your product in discussions
    • Sharing tips and tricks

Building a Power User List

Create a simple tracker:

NameCompanySignalsScoreStatus
@janeStartup XTop usage, wrote blog post, answers Qs92Champion candidate
@johnAgency YHeavy usage, feature requests65Engaged user
@samCorp ZMultiple repos using product58Advocate candidate

Score calculation:

  • Usage in top 10%: +20
  • Community active: +15
  • Created content: +25
  • Answers others' questions: +20
  • Positive social mentions: +10
  • Feature requests accepted: +10

Ambassador / Champion Programs

Program Design

Tiered vs flat structure:

StructureBest ForProsCons
Tiered (Bronze/Silver/Gold)Large communitiesClear progressionCan feel corporate
Flat (all equal)Small communitiesSimple, egalitarianLess motivation
Invite-onlyPremium feelingExclusive, high qualityScaling issues
Application-basedQualifying interestSelf-selected engaged usersRejection handling

Recommended: Start invite-only and small. Expand once you understand what works.

Benefits That Developers Value

Do offer:

BenefitWhy It Works
Early access to featuresInsider feeling, first to know
Direct line to teamSkip support queue, real influence
Conference ticket sponsorshipTangible value, networking
Exclusive swagQuality items, not junk
Public recognitionBuild their personal brand
Reference/recommendationCareer value
AWS/GCP creditsTangible value for projects
Contributor creditsPublic attribution

Don't offer:

BenefitWhy It Fails
Mandatory content quotasFeels like work
Heavy NDA restrictionsKills enthusiasm
Commission-based referralsFeels like MLM
Generic discountsCheap, not special
Titles without substance"Ambassador" with no benefits

Champion Program Template

# [PRODUCT] Champions Program

## What Champions Do
- Share feedback directly with our team
- Help other developers in community
- Create content when inspired (not required)
- Test new features before public release

## What Champions Get
- Private Slack channel with engineering team
- Early access to all features (2-week head start)
- Annual conference ticket sponsorship ($2,000 value)
- Quarterly swag drops (quality items, not junk)
- Public recognition on our website
- Reference letters upon request

## Expectations
- Be active in community at least 1x/week
- Give honest feedback (including criticism)
- No content quotas — create when you want to
- Maintain constructive, helpful tone

## How to Join
By invitation only. We identify champions through:
- Community participation
- Content creation
- Usage and engagement

If you think you qualify, email champions@[product].com

Running the Program

Monthly rhythm:

  • Week 1: Share upcoming features, gather feedback
  • Week 2: Community metrics review, identify new candidates
  • Week 3: Champion spotlight (blog post, tweet, etc.)
  • Week 4: Feedback collection, swag/benefit delivery

Communication:

  • Private Slack/Discord channel
  • Monthly video call with team (optional attendance)
  • Quarterly 1:1s with champion manager

Open Source Contributor Experience

Making Contribution Easy

BarrierSolution
Can't find good first issuesLabel issues clearly: "good-first-issue", "help-wanted"
Setup too complexOne-command dev environment (Docker/devcontainer)
PR review takes foreverCommit to 48-hour first response
Unclear contribution processCONTRIBUTING.md with clear steps
No feedback on rejectionAlways explain why, suggest improvements

CONTRIBUTING.md Template

# Contributing to [PROJECT]

Thanks for your interest in contributing!

## Quick Start

```bash
# One command setup
make dev
# or
docker-compose up

Finding Issues

  • good-first-issue: Great for first contribution
  • help-wanted: We'd love help with these
  • documentation: Improve our docs

Making a Pull Request

  1. Fork the repo
  2. Create a branch: git checkout -b feature/your-feature
  3. Make your changes
  4. Run tests: make test
  5. Push and create PR

What to Expect

  • First response within 48 hours
  • We'll provide clear feedback
  • Small PRs reviewed faster than large ones

Recognition

All contributors are:

  • Added to CONTRIBUTORS.md
  • Credited in release notes
  • Eligible for contributor swag

Questions?

  • Discord: [link]
  • Email: contributors@[project].com

### Contributor Recognition

| Contribution Level | Recognition |
|--------------------|-------------|
| First PR merged | Welcome message, added to CONTRIBUTORS |
| 3+ PRs merged | Contributor swag pack |
| 10+ PRs merged | "Core Contributor" label, direct Slack access |
| Sustained contribution | Maintainer invitation, conference sponsorship |

---

## User-Generated Content Programs

### Types of UGC

| Content Type | Value | Effort to Get |
|--------------|-------|---------------|
| Twitter/social mentions | Social proof | Low (happens naturally) |
| Blog posts | SEO, credibility | Medium |
| Video tutorials | Engagement, reach | High |
| Conference talks | Credibility, reach | Very high |
| Extensions/integrations | Ecosystem value | High |

### Encouraging Content Creation

**Passive encouragement**:
- Showcase existing content prominently
- Retweet/share everything created about you
- Feature creators in changelog and newsletters

**Active encouragement**:
- "Write about us" page with resources
- Content bounty program (see below)
- Tutorial template and guidelines
- Conference talk support (slide review, practice)

### Content Bounty Program

Offer compensation for content:

| Content Type | Bounty | Requirements |
|--------------|--------|--------------|
| Blog post | $200-500 | 800+ words, technical depth, original |
| Video tutorial | $300-750 | 5-15 min, good production, task completion |
| Conference talk | $500 + travel | Accepted talk, mentions product genuinely |
| Integration/extension | $500-2000 | Published, documented, maintained |

**Guidelines**:
- Must disclose sponsorship/bounty
- Content must be genuinely useful (not advertorial)
- You get first review but not editorial control
- They retain ownership

### Content Bounty Page Template

```markdown
# Write About [PRODUCT]

We pay developers to create great content.

## What We're Looking For

- Tutorials solving real problems with [PRODUCT]
- Integrations with popular tools
- Conference talks about [CATEGORY]
- Video content (YouTube, courses)

## Bounties

| Type | Amount | Turnaround |
|------|--------|------------|
| Blog post (800+ words) | $200-500 | 2 weeks |
| Video tutorial (5+ min) | $300-750 | 3 weeks |
| Published integration | $500-2000 | Varies |

## How It Works

1. **Pitch**: Email content@[product].com with your idea
2. **Approve**: We'll confirm scope and bounty
3. **Create**: You write/record
4. **Review**: We give feedback (you keep editorial control)
5. **Publish**: You publish on your platform
6. **Payment**: We pay within 5 business days

## Guidelines

- Must disclose: "This post was supported by [PRODUCT]"
- Must be genuinely useful (not an ad)
- You retain ownership of your content
- We may share on our channels (with credit)

## Apply

Email content@[product].com with:
- Your idea (2-3 sentences)
- Your platform/audience
- Requested bounty
- Timeline

We respond within 3 business days.

Referral Programs for Developers

What Works for Developers

ApproachEffectivenessNotes
Double-sided (both get value)HighBoth referrer and referred benefit
Credits/serviceHighUse product more, not cash out
CashMediumWorks but feels transactional
Swag onlyLowNot enough for ongoing referrals
Commission/affiliateLowFeels like MLM, kills credibility

Referral Program Design

Recommended structure:

Refer a developer to [PRODUCT]:

You get: $50 in credits
They get: $50 in credits + extended trial

No limits. Stack as many as you want.

Why this works:

  • Both parties benefit (fair)
  • Credits encourage more usage (flywheel)
  • No weird commission tracking
  • Simple to understand

Referral Program Template

# [PRODUCT] Referral Program

## How It Works

1. Share your referral link: [DASHBOARD/REFERRALS]
2. Friend signs up and becomes a paying customer
3. You both get $50 in credits

## Fine Print

- Credits apply to future bills (never cash out)
- Referred user must be new (no existing accounts)
- Referred user must become paying customer
- No limit on referrals
- Credits never expire

## Your Referral Link

[LINK]

## Tracking

See all your referrals at: [DASHBOARD/REFERRALS]

Making Referrals Easy

  • Shareable link (no codes to remember)
  • One-click copy button
  • Pre-written tweet/message to share
  • Dashboard showing referral status
  • Email when referral converts

Community Recognition and Rewards

Recognition Hierarchy

LevelRecognitionExamples
Public shoutoutTwitter mention, newsletter feature"Thanks @jane for the great bug report!"
Spotlight featureBlog post, video interview"Developer spotlight: How Jane uses [PRODUCT]"
Contributor pageWebsite listingCONTRIBUTORS.md, website wall
Advisory roleInput on roadmapBeta access, feedback sessions
Formal titleChampion, Ambassador, MaintainerBadge, bio update

Recognition That Matters

Do:

  • Be specific about what they did
  • Be public (with permission)
  • Be timely (recognize quickly)
  • Help their career (reference letters, intros)
  • Give them platform (your blog, your stage)

Don't:

  • Generic "thanks to our community"
  • Private thanks for public contribution
  • Delayed recognition (months later)
  • Recognition without substance
  • Titles without actual benefits

Swag That Developers Want

YesNo
High-quality t-shirts (Bella+Canvas, etc.)Cheap promotional tees
Quality hoodiesPolyester anything
Useful items (notebooks, cables, bags)Stress balls, pens
Limited edition / exclusiveSame as conference booth giveaway
Stickers (always)Outdated branding

Pro tip: Ask your power users what they want. Survey > assumptions.

Recognition Workflow

When someone does something notable:

1. Screenshot/document it (tweet, PR, blog post)
2. Public thank you within 24 hours
3. Add to monthly newsletter spotlight
4. Consider for champion program if pattern continues
5. Update power user tracker

Measuring Advocate Impact

Metrics to Track

MetricHow to MeasureWhy It Matters
Content createdCount posts, videos, talksReach and awareness
Questions answeredCommunity activitySupport deflection
Referrals drivenReferral trackingDirect acquisition
Social mentionsSocial listening toolsOrganic awareness
PR/contributionsGitHub activityProduct improvement

Attribution Challenges

Developer advocacy is hard to attribute. Accept that:

  • Blog posts drive signups months later
  • Word of mouth is invisible
  • Stack Overflow answers compound
  • Conference talks reach people who don't convert immediately

Track directionally, not precisely:

  • Survey new signups: "How did you hear about us?"
  • Track referral links when used
  • Monitor social mention trends
  • Correlate content with traffic spikes

Advocate ROI Calculation

Rough framework:

Champion program cost:
- Swag: $200/person/year
- Conference sponsorship: $2000/person/year
- Staff time: $5000/year total

Total for 10 champions: $27,000/year

Champion value (estimate):
- Average referrals: 5/person/year = 50 total
- Referral LTV: $1000
- Referral value: $50,000

- Content created: 20 posts
- Traffic value: $500/post = $10,000

- Questions answered: 200
- Support deflection: $25/ticket = $5,000

- Social mentions: 100
- Brand value: Hard to quantify

Estimated ROI: ~3x (conservative)

Common Mistakes

MistakeWhy It FailsFix
Forcing content creationBurns out advocates, feels like workMake it optional, reward when it happens
Commission-based referralsFeels like MLM, kills authenticityUse credits/mutual benefit instead
Ignoring small contributorsThey become big contributorsRecognize every contribution
Generic recognitionFeels hollowBe specific about what they did
Demanding NDAsKills enthusiasm to shareLimit NDAs to truly sensitive info
Program without benefitsPeople leave quicklyReal benefits, not just titles
Starting too bigHard to manageStart with 5-10 champions, grow slowly

Tools

ToolUse Case
OctolensDiscover advocates through positive mentions, track content created about you, monitor community sentiment, identify power users across platforms
FirstPromoterReferral program management
PrintfulOn-demand swag fulfillment
GitHubContributor tracking, recognition

Related Skills

  • developer-audience-context — Understand what motivates your developers
  • developer-churn — Keep power users from leaving
  • developer-listening — Find advocate candidates through monitoring
  • developer-email-sequences — Nurture sequences for power users
  • hackathon-sponsorship — Events where advocates can shine

GitHub 저장소

jonathimer/devmarketing-skills
경로: skills/power-user-cultivation
0

연관 스킬

content-collections

메타

이 스킬은 콘텐츠 콜렉션(Content Collections)을 위한 프로덕션 검증된 설정을 제공합니다. 콘텐츠 콜렉션은 Markdown/MDX 파일을 Zod 검증이 포함된 타입 안전한 데이터 콜렉션으로 변환해주는 TypeScript 최우선 도구입니다. 블로그, 문서 사이트 또는 콘텐츠 중심의 Vite + React 애플리케이션을 구축할 때 타입 안전성과 자동 콘텐츠 검증을 보장하기 위해 사용하세요. Vite 플러그인 구성과 MDX 컴파일부터 배포 최적화 및 스키마 검증에 이르기까지 모든 것을 다룹니다.

스킬 보기

polymarket

메타

이 스킬은 개발자들이 Polymarket 예측 시장 플랫폼을 활용한 애플리케이션을 구축할 수 있도록 지원하며, 거래 및 시장 데이터를 위한 API 통합 기능을 포함합니다. 또한 WebSocket을 통한 실시간 데이터 스트리밍을 제공하여 실시간 거래와 시장 활동을 모니터링할 수 있습니다. 이를 통해 거래 전략을 구현하거나 실시간 시장 업데이트를 처리하는 도구를 생성하는 데 활용할 수 있습니다.

스킬 보기

creating-opencode-plugins

메타

이 스킬은 개발자들이 명령어, 파일, LSP 작업 등 25개 이상의 이벤트 유형에 연결되는 OpenCode 플러그인을 만들 수 있도록 돕습니다. JavaScript/TypeScript 모듈을 위한 플러그인 구조, 이벤트 API 명세, 구현 패턴을 제공합니다. OpenCode AI 어시스턴트의 라이프사이클을 사용자 정의 이벤트 기반 로직으로 가로채거나, 모니터링하거나, 확장해야 할 때 사용하세요.

스킬 보기

sglang

메타

SGLang은 RadixAttention 프리픽스 캐싱을 활용하여 JSON, 정규식, 에이전트 워크플로우를 위한 고속 구조화 생성에 특화된 고성능 LLM 서빙 프레임워크입니다. 특히 반복되는 프리픽스가 있는 작업에서 상당히 빠른 추론 속도를 제공하여 복잡한 구조화 출력 및 다중 턴 대화에 이상적입니다. 제약 디코딩이 필요하거나 광범위한 프리픽스 공유가 있는 애플리케이션을 구축할 때는 vLLM과 같은 대안보다 SGLang을 선택하십시오.

스킬 보기