goosetown-researcher-stackoverflow

Search Stack Exchange for programming questions and accepted answers via API.

142|22|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/block/goosetown --skill goosetown-researcher-stackoverflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goosetown-researcher-stackoverflow
Source: https://github.com/block/goosetown/tree/main/.claude/skills/goosetown-researcher-stackoverflow
Command: npx skills add https://github.com/block/goosetown --skill goosetown-researcher-stackoverflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users find answers to programming questions, error solutions, and implementation patterns by searching Stack Overflow.

Core Features & Use Cases

  • Targeted Search: Finds Q&A based on keywords and specific tags.
  • Solution Identification: Prioritizes accepted answers and highly-voted responses.
  • Use Case: A developer encountering a specific error message can use this Skill to quickly find solutions and explanations from the Stack Overflow community.

Quick Start

Search Stack Overflow for questions related to 'rust async await' and filter by the 'rust' tag.

Frequently Asked Questions about goosetown-researcher-stackoverflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find solutions for programming errors on Stack Overflow?

To find programming error solutions on Stack Overflow, this Skill searches the Stack Exchange API using specific keywords and tags. It returns structured findings with links, vote counts, and excerpts from accepted answers.

Can I search Stack Overflow using specific programming language tags?

Yes, you can search Stack Overflow using specific tags. The Skill performs targeted searches based on provided keywords and filters results by specific programming tags to find relevant Q&A.

How does Stack Overflow search prioritize the best implementation patterns?

Stack Overflow search prioritizes implementation patterns by identifying accepted answers and highly-voted responses. It returns excerpts from these top solutions to help resolve your programming queries.

Does the Stack Exchange API search return accepted answer excerpts?

Yes, the Stack Exchange API search returns accepted answer excerpts. It requires HTML entity decoding to accurately report the structured findings, including links and vote counts.

What is the best way to get Q&A results for debugging an API issue?

The best way to get Q&A results for debugging an API issue is searching Stack Exchange via this Skill. It finds error solutions and implementation patterns, returning structured data with links and vote counts.

Why are my Stack Overflow search results showing HTML entities?

Stack Overflow search results show HTML entities because the API returns encoded text. This Skill handles HTML entity decoding internally to ensure accurate reporting of accepted answer excerpts.