community-signals
Extract leads from developer forums (Hacker News, Reddit) by detecting intent signals — alternative seeking, competitor pain, scaling challenges, DIY solutions, and migration intent. Scores users by intent strength and cross-platform presence.
npx skills add gooseworks-ai/goose-skills --skill community-signals --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Community Signals Extract high-intent leads from developer community forums by detecting buying signals in public discussions. Currently supports Hacker News and Reddit. ## When to Use - User wants to find leads from developer communities or forums - User wants to identify people publicly expressing pain with competitors - User wants to find people asking "what tool should I use for X" - User mentions Hacker News, Reddit, Stack Overflow, or developer forums as lead sources - User describes prospects who discuss tools, complain about solutions, or ask for recommendations in public forums - User wants to find developers who built DIY/hacky solutions for problems the user's product solves ## Prerequisites - Python 3.9+ with `requests` and optionally `python-dotenv` - Apify API token in `.env` (for Reddit scraping) - No auth needed for Hacker News (free Algolia API) - Working directory: the project root containing this skill ## Phase 1: Collect Context ### Step 1: Gather Product & ICP Information Ask the user for the following. Do NOT proceed without this — the entire query generation depends on it. > "To find the right leads from developer communities, I need to understand: > 1. **W
- When to Use
- Prerequisites
- Phase 1: Collect Context
- Step 1: Gather Product & ICP Information
- Phase 2: Generate Search Queries
- Step 2: Generate Queries Across 9 Categories
- Step 3: Discover Relevant Subreddits
- Step 4: Present Queries for Review
- Step 5: Save Queries File
- Phase 3: Execute Scan
- Step 6: Verify Environment
- Step 7: Run the Tool
- Phase 4: Analyze & Recommend
- Step 9: Analyze the Results
cat > ${CLAUDE_SKILL_DIR}/../.tmp/community_queries.json << 'QUERIESEOF'
python3 -c "import requests; print('OK')"
python3 ${CLAUDE_SKILL_DIR}/scripts/community_signals.py \What does the community-signals skill do?
Extract leads from developer forums (Hacker News, Reddit) by detecting intent signals — alternative seeking, competitor pain, scaling challenges, DIY solutions, and migration intent. Scores users by intent strength and cross-platform presence.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill community-signals --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
