Scans HN, Lobsters, Reddit, and tech blogs for community experience reports. Use when gathering practitioner opinions on a technology or approach.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill discourse --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Discourse?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-discourse)More formats (shields.io, HTML) on the badges page.
---
name: discourse
description: "Scans HN, Lobsters, Reddit, and tech blogs for community experience reports. Use when gathering practitioner opinions on a technology or approach."
category: general-purpose
source_repo: athola/claude-night-market
source_path: "plugins/tome/skills/discourse/SKILL.md"
source_url: https://github.com/athola/claude-night-market/blob/HEAD/plugins/tome/skills/discourse/SKILL.md
---
# Discourse Search
## When To Use
- Gathering community opinions on a technology or approach
- Finding experience reports from HN, Reddit, or Lobsters
## When NOT To Use
- Academic research (use `/tome:papers`)
- Code examples (use `/tome:code-search`)
Scan community channels for discussions on a topic.
## Channels
- **Hacker News**: Algolia API at hn.algolia.com
- **Lobsters**: WebSearch with site:lobste.rs
- **Reddit**: JSON API (append .json to URLs)
- **Tech blogs**: WebSearch targeting curated domains
## Workflow
1. Build search URLs/queries per channel using
`tome.channels.discourse.*` functions
2. Execute via WebFetch (APIs) or WebSearch (fallback)
3. Parse responses into Finding objects
4. Merge across sources with source attribution
## Exit Criteria
- [ ] At least two community channels (HN, Lobsters, Reddit, or
tech blogs) queried per invocation
- [ ] HN results fetched via Algolia API at `hn.algolia.com`
(WebFetch); WebSearch used as fallback if the API is
unreachable
- [ ] Each Finding object includes a `source` field identifying
which channel (HN, Lobsters, Reddit, or blog) it came from
- [ ] If all WebFetch and WebSearch calls fail for every channel,
the failure is reported explicitly rather than returning
fabricated or empty findings
---
**Source:** [`athola/claude-night-market`](https://github.com/athola/claude-night-market) → `plugins/tome/skills/discourse/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!