返回技能列表

developer-audience-context

jonathimer
更新于 2 days ago
5 次查看
76
4
76
在 GitHub 上查看
general

关于

This skill establishes and updates a foundational developer audience profile, ensuring consistent context across all developer marketing workflows. It creates or modifies a `.agents/developer-audience-context.md` file, which is automatically referenced by other related skills. It triggers on phrases like "developer persona," "target developers," or "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 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。

查看技能

polymarket

这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。

查看技能

creating-opencode-plugins

该Skill帮助开发者创建OpenCode插件,用于接入命令、文件、LSP等25+种事件。它提供了插件结构、事件API规范和JavaScript/TypeScript实现模式,适合需要拦截操作、扩展功能或自定义事件处理的场景。开发者可通过它快速构建响应式模块来增强OpenCode AI助手的能力。

查看技能

sglang

SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。

查看技能