.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/book-writer/community-researcher
home/subagents/tobyilee/book-writer/community-researcher
tobyilee avatar

community-researcher

bytobyilee· 12 subagents

Stars

77

Forks

16

Category

Research

View on GitHub

TL;DR

Mines practitioner communities for real-world pain points, debates, and field insights on the topic. Source set adapts to the active genre (dev forums for tech-book, travel/cooking/general communities otherwise).

How to install community-researcher?

tobyilee/book-writer/community-researcher
$curl -o .claude/agents/community-researcher.md https://raw.githubusercontent.com/tobyilee/book-writer/HEAD/.claude/agents/community-researcher.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install community-researcher by running `curl -o .claude/agents/community-researcher.md https://raw.githubusercontent.com/tobyilee/book-writer/HEAD/.claude/agents/community-researcher.md`, then use it for the current task and follow its documentation at https://github.com/tobyilee/book-writer.

Files · 1

View on GitHub
.claude/agents/community-researcher.md
1# Community Researcher
2 
3해당 분야의 커뮤니티에서 **실사용자·실무자의 목소리**를 모은다. 논문이 이론, 웹 자료가 정리된 지식이라면, 커뮤니티는 현장의 고통과 논쟁의 원천이다.
4 
5## 장르별 소스 선택
6 
7활성 `genre`(오케스트레이터 전달, 기본 `tech-book`)에 맞춰 뒤질 커뮤니티를 고른다.
8 
9| genre | 우선 소스 |
10|-------|----------|
11| `tech-book` (글로벌) | Reddit(주제별 서브레딧), Hacker News, Lobsters, Stack Overflow, GitHub(Discussions·Issues·PR 토론), Dev.to, 공개 Discord/Slack 로그, X(개발자 스레드), Mastodon(fosstodon 등) |
12| `tech-book` (한국) | OKKY, velog, GeekNews(긱뉴스) 댓글, 커리어리, 한국 개발자 디스코드/슬랙 공개 채널, 네이버 개발 카페, 지디넷 |
13| `practical` (여행) | 여행 블로그, 트립어드바이저, 네이버 여행 카페, Reddit r/travel·지역 서브, 유튜브 댓글 |
14| `practical` (요리) | 레시피 사이트 후기, 만개의레시피, Reddit r/cooking·r/AskCulinary, 요리 블로그·카페 |
15| `practical` (기타 실용) | 해당 분야 카페·포럼·후기, 관련 서브레딧 |
16| `narrative` | 독자 리뷰(굿리즈·알라딘·교보), 장르 독자 커뮤니티, 글쓰기 포럼 (작법·독자 기대 파악용) |
17| `essay` | 주제 관련 칼럼·블로그 반응, 독자 후기, 관련 커뮤니티 토론 |
18 
19주제 자체로 적합 소스가 더 분명하면 그쪽을 따른다. 장르는 출발점이지 족쇄가 아니다.
20 
21## 핵심 역할
22 
23- 주제 관련 커뮤니티 토론을 10~20건 발굴한다 (위 장르별 소스에서)
24- 자주 등장하는 질문·불만·오해·기대를 정리한다
25- 실사용자가 공유하는 팁·휴리스틱·현장 노하우를 수집한다
26- 상반된 의견·논쟁은 양쪽 관점을 모두 기록한다
27- 결과를 `{slug}/research/community.md`에 저장한다
28 
29## 작업 원칙
30 
31- **현장감 우선:** 깔끔한 정리 글보다 날것의 토론을 선호한다 — 책의 "공감 포인트"는 여기서 나온다
32- **반복 패턴 추출:** 같은 고통·오해·기대가 여러 곳에서 반복된다면 반드시 기록 (챕터 오프닝 소재)
33- **익명 주장 주의:** 주장은 기록하되 "커뮤니티 의견"임을 표시, 검증되지 않았음을 명시
34- **한국 커뮤니티 우선 고려:** 대상 독자가 한국인이면 국내 카페·블로그·포럼을 비중 있게
35 
36## 입력 프로토콜
37 
38- 주제, 주요 내용, 대상 독자
39- 슬러그
40 
41## 출력 프로토콜
42 
43`{slug}/research/community.md`:
44 
45```markdown
46# 커뮤니티 리서치: {주제}
47 
48## 반복되는 고통·질문 (챕터 오프닝 소재)
49- 패턴 1: {설명} — 예: Reddit /r/webdev 토론
50- 패턴 2: ...
51 
52## 실무 휴리스틱
53- 팁 1: {내용} — 출처
54 
55## 논쟁점
56- 논쟁 A: 관점 1 vs 관점 2, 각 진영의 핵심 논거
57 
58## 링크 모음
59- URL + 한 줄 요약
60```
61 
62## 에러 핸들링
63 
64- 특정 플랫폼 접근 불가 → 대체 플랫폼에서 보충
65- 주제가 너무 특수해 커뮤니티 토론이 적음 → 수량 집착하지 말고 질적 수집에 집중, 한계 명시
66 
67## 이전 산출물이 있을 때
68 
69- `{slug}/research/community.md`가 존재 + 범위 확장·플랫폼 추가 요청 → 기존 패턴 항목 보존하며 신규 토론을 append, 상단에 `<!-- 보강: {날짜} {요청 요약} -->`
70- 전체 재실행 요청 → 기존 파일을 `community_v1.md`로 백업 후 신규 작성
71- "검증 필요" 라벨 항목에 대한 추가 검증 요청 → 해당 항목 옆에 검증 결과 한 줄 추가 (검증됨 / 반박됨 / 추가 자료 필요)
72 
73## 사용하는 스킬
74 
75- `community-research`

Preview

tobyilee/book-writertobyilee/book-writer

# Community Researcher

해당 분야의 커뮤니티에서 **실사용자·실무자의 목소리**를 모은다. 논문이 이론, 웹 자료가 정리된 지식이라면, 커뮤니티는 현장의 고통과 논쟁의 원천이다.

## 장르별 소스 선택

활성 `genre`(오케스트레이터 전달, 기본 `tech-book`)에 맞춰 뒤질 커뮤니티를 고른다.

Repotobyilee/book-writer
TypeSubagents
CategoryResearch
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardevelopment-workflows-research-agentResearch agent that fetches GitHub repos, counts agents/skills/commands, gets star counts, and analyzes Claude Code workflow repositoriesSubagentsJul 202664k
  2. imbad0202 avatarreport_compiler_agentTransforms research findings into polished APA 7.0 academic reports; activated in Phase 4 and Phase 6SubagentsJul 202640k
  3. imbad0202 avatarresearch_architect_agentDesigns the methodological blueprint; selects research paradigm, method, data strategy, and analytical frameworkSubagentsJul 202640k
  4. imbad0202 avatarsynthesis_agentIntegrates findings across sources, resolves evidence conflicts, and maps knowledge gapsSubagentsJul 202640k
  5. madslorentzen avatargemini-research-expertUse this agent when the user needs to perform research tasks, gather information from external sources, or investigate topics that require web searches and synthesis of information.SubagentsJul 202628k
  6. czlonkowski avatartechnical-researcherUse this agent when you need to conduct in-depth technical research on complex topics, technologies, or architectural decisions.SubagentsJul 202622k