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

developer-audience-context

jonathimer
업데이트됨 Yesterday
4 조회
76
4
76
GitHub에서 보기
메타general

정보

이 스킬은 기본적인 개발자 대상 프로필을 설정하고 업데이트하여, 모든 개발자 마케팅 워크플로우에서 일관된 컨텍스트를 보장합니다. 이 스킬은 `.agents/developer-audience-context.md` 파일을 생성하거나 수정하며, 이 파일은 다른 관련 스킬들에 의해 자동으로 참조됩니다. "개발자 페르소나," "타깃 개발자," 또는 "ICP"와 같은 구문에 반응하여 실행됩니다.

빠른 설치

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/developer-audience-context

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

문서

Developer Audience Context

This skill helps you create and maintain .agents/developer-audience-context.md — a foundational document that captures everything about your target developers. All other developer marketing skills reference this document first, so you only define your audience once.


Before You Start

Check if .agents/developer-audience-context.md exists:

  • If it exists: Read it and offer to update specific sections
  • If it doesn't exist: Create the directory and file, then walk through each section

Two Ways to Build Context

Option 1: Auto-Draft from Codebase (Recommended)

Analyze existing materials to draft an initial version:

  1. README.md — Product description, features, getting started
  2. Documentation/docs, API reference, tutorials
  3. Landing pagesindex.html, marketing copy
  4. package.json / pyproject.toml — Dependencies reveal ecosystem
  5. GitHub Issues — Common questions, frustrations, use cases
  6. Existing blog posts — Technical content, tutorials

After drafting, walk through each section to validate and fill gaps.

Option 2: Start from Scratch

Ask questions section-by-section. Don't advance until the current section is complete.


The 10 Sections to Capture

1. Product Overview

FieldWhat to capture
Product nameOfficial name and any aliases
One-liner"We help [developers] do [X] without [Y]"
CategoryAPI, SDK, CLI, SaaS, open source library, infrastructure
Core technologyLanguages, frameworks, platforms supported
Pricing modelFree/open source, freemium, usage-based, seat-based

2. Developer Persona

Not "developers" generically — get specific:

FieldWhat to capture
Primary roleBackend, frontend, full-stack, DevOps, data, ML, mobile
SeniorityJunior, mid, senior, staff, lead, architect
Company sizeSolo, startup, scale-up, enterprise
Industry verticalsFintech, healthtech, e-commerce, gaming, B2B SaaS
Tech stackLanguages, frameworks, cloud providers they use
Decision authorityIndividual contributor, team lead, buyer, influencer

Ask: "Describe the developer who gets the most value from your product in one paragraph. What's their day-to-day like?"

3. Where They Hang Out

Developers research before they buy. Know where:

ChannelSpecifics to capture
CommunitiesSpecific subreddits, Discord servers, Slack groups
SocialTwitter/X hashtags, LinkedIn groups
ContentBlogs they read, newsletters they subscribe to, podcasts
EventsConferences, meetups, hackathons
CodeGitHub topics, Stack Overflow tags

Pro tip: Use social listening tools to monitor conversations across Hacker News, Reddit, Stack Overflow, GitHub, and Twitter. See where discussions about your problem space happen organically.

4. Problems & Pain Points

Capture the actual problems, not your solution's features:

LevelWhat to capture
Functional"I can't do X" / "X takes too long" / "X is error-prone"
EmotionalFrustration, anxiety, embarrassment, fear
SituationalWhen does the pain occur? What triggers the search?

Ask: "What's the #1 frustration that brings developers to you?"

Research: Search Reddit, Hacker News, and Stack Overflow for complaints about your problem space. Capture verbatim quotes.

5. Current Alternatives

What are developers using today instead of you?

Alternative typeExamples
Direct competitorsTools that solve the same problem
DIY / build it yourselfCustom scripts, internal tools
Indirect solutionsWorkarounds, manual processes
Do nothingLive with the pain

For each alternative, capture:

  • Why developers choose it
  • What's frustrating about it
  • What would make them switch

6. Key Differentiators

What makes you different — in developer terms:

Differentiator typeExample
Technical"10x faster," "No dependencies," "Type-safe"
DX (Developer Experience)"5-minute setup," "Great docs," "First-class CLI"
Ecosystem"Works with X," "Built for Y framework"
Philosophy"Open source," "Privacy-first," "Local-first"

Warning: Avoid marketing fluff. Developers see through "best-in-class" and "enterprise-grade." Use specific, provable claims.

7. Verbatim Developer Language

Capture exact phrases developers use — not polished marketing copy:

CategoryExamples
Describing the problem"This is such a pain," "I wish I could just..."
Describing your productHow they explain it to others
Objections"But what about...", "I'm worried that..."
PraiseTestimonials, tweets, GitHub comments

Sources: GitHub issues, Twitter mentions, Hacker News comments, support tickets, sales calls, community Slack/Discord.

8. Technical Trust Signals

What proof points matter to developers:

Signal typeExamples
AdoptionGitHub stars, npm downloads, Docker pulls
QualityTest coverage, security audits, uptime SLA
CommunityContributors, Discord members, forum activity
CredibilityBacked by X, used by Y, created by Z
TransparencyOpen source, public roadmap, changelog

9. Conversion Actions

What does success look like at each stage?

StagePrimary actionSecondary actions
AwarenessStar repo, follow on TwitterRead blog post, share content
ConsiderationClone repo, read docsWatch demo, join Discord
TrialSign up, install SDKComplete quickstart, make first API call
ActivationReach "Hello World" momentIntegrate into real project
ConversionUpgrade to paidAdd team members, expand usage

10. Voice & Tone

How should you sound when talking to these developers?

DimensionSpectrum
FormalityCasual ← → Professional
TechnicalityAccessible ← → Deep technical
PersonalityNeutral ← → Opinionated
HumorSerious ← → Playful

Examples:

  • Stripe → Professional, precise, clean
  • Vercel → Modern, confident, developer-first
  • Supabase → Friendly, accessible, community-driven
  • Tailwind → Opinionated, direct, practical

Output Format

Save to .agents/developer-audience-context.md with this structure:

# Developer Audience Context

Last updated: [DATE]

## Product Overview
[Section content]

## Developer Persona
[Section content]

## Where They Hang Out
[Section content]

## Problems & Pain Points
[Section content]

## Current Alternatives
[Section content]

## Key Differentiators
[Section content]

## Verbatim Developer Language
[Section content]

## Technical Trust Signals
[Section content]

## Conversion Actions
[Section content]

## Voice & Tone
[Section content]

Maintenance

Update this document when:

  • You learn something new from user research
  • You find great verbatim quotes
  • Your positioning or differentiation changes
  • You expand to new developer segments

Tools

ToolUse case
OctolensMonitor developer conversations across GitHub, Hacker News, Reddit, Stack Overflow, Twitter. Essential for capturing verbatim language, finding pain points, and understanding where your developers hang out.
GitHub SearchFind how developers describe problems in issues
Twitter Advanced SearchFind discussions about your space
Google AlertsTrack mentions of competitors and problem keywords

Related Skills

After establishing context, these skills will reference it:

  • devrel-content — Writing content that resonates
  • hacker-news-strategy — Engaging on HN authentically
  • developer-onboarding — Optimizing time-to-value
  • developer-seo — Targeting the right technical queries
  • competitor-tracking — Understanding your competitive landscape

GitHub 저장소

jonathimer/devmarketing-skills
경로: skills/developer-audience-context
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을 선택하십시오.

스킬 보기