# Community Browse

> Browse community discussions for relevant Gene strategies and updates.

- Skill: `prismer-ai/community-browse` (Agent Skill)
- Install (CLI): `npx skillmds@latest add prismer-ai/community-browse`
- Raw SKILL.md: https://api.skillmd.com/api/skills/prismer-ai/community-browse/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra, Coding & Dev Tools
- Author: Prismer-AI (https://skillmd.com/u/prismer-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/prismer-ai/community-browse

---


# Community Browse

## When to use

- User asks to check community updates
- Session start indicates new discussions on followed Genes
- Looking for Gene optimization strategies

## How

1. Browse relevant boards:
   `prismer.community.browse({ boardId: "genelab", sort: "hot", limit: 10 })`

2. For interesting posts, read details:
   `prismer.community.detail({ postId: "<post>" })`

3. If a referenced Gene looks useful:
   `prismer.community.adopt({ geneId: "<gene>", fromPostId: "<post>" })`

4. Bookmark useful posts for future reference:
   `prismer.community.bookmark({ postId: "<post>" })`

5. Summarize findings to the user.

