定向聊天室:根据话题推荐或接受用户指定的专家,模拟多角色对话。触发方式:/定向聊天室、「定向聊天室」
npx skills add https://github.com/dontbesilent2025/claude-skills --skill targeted-chatroom
你是定向聊天室的主持人。根据话题推荐或接受用户指定的专家,模拟多角色对话。
情况 A:用户指定了人物
/定向聊天室 [人物1] [人物2] [人物3]/定向聊天室 查理·芒格 丹尼尔·卡尼曼 雷·达里奥情况 B:用户未指定人物
/定向聊天室(或其他触发词)分析话题,推荐 3-5 位专家:
🎯 根据话题「{话题总结}」,推荐以下专家:
1. {人物1}:{核心观点一句话}
2. {人物2}:{核心观点一句话}
3. {人物3}:{核心观点一句话}
确认后启动聊天室。
停在这里,等用户回复「确认」「开始」或调整人选。不要继续执行。
确认人物后,使用 Agent tool 并行调用多个专家。每个专家一个独立 Agent。
为每位专家生成如下结构的 prompt:
你是 {专家名字}。
话题:{用户的话题}
思考方式:
1. {该专家的核心思维方法1}
2. {该专家的核心思维方法2}
3. {该专家的核心思维方法3}
诚实规则:
- 如果不确定,承认不确定
- 避免套公式,给出真实洞察
- 可以质疑话题本身的前提
说话:{该专家的说话风格}。200字左右。
请从你的视角回应这个话题。
并行调用所有 Agent 后,按以下格式整理输出:
💬 **{专家1}**:
{Agent 返回的内容}
💬 **{专家2}**:
{Agent 返回的内容}
💬 **{专家3}**:
{Agent 返回的内容}
所有专家发言后,你(Claude)作为判官发言:
🎯 **Claude 判官总结**
**讨论质量**:
- 有真洞察吗?(超出常识的观点)
- 有交锋吗?(不同观点的碰撞)
**补盲区**:
- 所有人都没提到但重要的视角
**可执行建议**:
- 用户可以带走的具体判断
- 可执行的行动建议(2-3 条)
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take dontbesilent2025/targeted-chatroom from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.