skills/developer-audience-context/SKILL.md
When the user wants to establish or update their developer audience context. Also use when starting any other developer marketing skill to ensure foundational context is loaded. Trigger phrases includ
npx skillsauth add ranbot-ai/awesome-skills developer-audience-contextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when you need when the user wants to establish or update their developer audience context. Also use when starting any other developer marketing skill to ensure foundational context is loaded. Trigger phrases include "developer persona," "target developers," "who are our developers," "developer...
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.
Check if .agents/developer-audience-context.md exists:
Analyze existing materials to draft an initial version:
/docs, API reference, tutorialsindex.html, marketing copyAfter drafting, walk through each section to validate and fill gaps.
Ask questions section-by-section. Don't advance until the current section is complete.
| Field | What to capture | |-------|-----------------| | Product name | Official name and any aliases | | One-liner | "We help [developers] do [X] without [Y]" | | Category | API, SDK, CLI, SaaS, open source library, infrastructure | | Core technology | Languages, frameworks, platforms supported | | Pricing model | Free/open source, freemium, usage-based, seat-based |
Not "developers" generically — get specific:
| Field | What to capture | |-------|-----------------| | Primary role | Backend, frontend, full-stack, DevOps, data, ML, mobile | | Seniority | Junior, mid, senior, staff, lead, architect | | Company size | Solo, startup, scale-up, enterprise | | Industry verticals | Fintech, healthtech, e-commerce, gaming, B2B SaaS | | Tech stack | Languages, frameworks, cloud providers they use | | Decision authority | Individual 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?"
Developers research before they buy. Know where:
| Channel | Specifics to capture | |---------|---------------------| | Communities | Specific subreddits, Discord servers, Slack groups | | Social | Twitter/X hashtags, LinkedIn groups | | Content | Blogs they read, newsletters they subscribe to, podcasts | | Events | Conferences, meetups, hackathons | | Code | GitHub 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.
Capture the actual problems, not your solution's features:
| Level | What to capture | |-------|-----------------| | Functional | "I can't do X" / "X takes too long" / "X is error-prone" | | Emotional | Frustration, anxiety, embarrassment, fear | | Situational | When 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.
What are developers using today instead of you?
| Alternative type | Examples | |-----------------|----------| | Direct competitors | Tools that solve the same problem | | DIY / build it yourself | Custom scripts, internal tools | | Indirect solutions | Workarounds, manual processes | | Do nothing | Live with the pain |
For each alternative, capture:
What makes you different — in developer terms:
| Differentiator type | Example | |--------------------|---------| | 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.
Capture exact phrases developers use — not polished marketing copy:
| Category | Examples | |----------|---
tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.