chat-style
聊天平台消息格式化规则。当 Claude Code 通过聊天平台(Discord、飞书等)运行时自动适配消息风格,避免渲染问题。当用户说"聊天风格"、"chat风格"、"消息格式"时触发。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
聊天平台消息格式化规则。当 Claude Code 通过聊天平台(Discord、飞书等)运行时自动适配消息风格,避免渲染问题。当用户说"聊天风格"、"chat风格"、"消息格式"时触发。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
NVIDIA NVL72 (GB200/GB300) GPU 集群验收测试。Profile 驱动的端到端质检:硬件自检、DCGM 诊断、NCCL 带宽、cuBLAS GEMM、单域/跨域多节点 NCCL、日志分析、报告生成、故障节点处理。含验收 baseline 阈值与判定标准。当用户说"验收测试"、"GPU QA"、"质检"、"跑一下 hw-check"、"NCCL benchmark"、"节点健康检查"、"GPU 集群测试"、"NVL72 测试"、"GB300 QA"、"GB200 QA"等关键词时触发。
Build polished, on-brand slide decks (python-pptx → Google Slides) and richly formatted Google Docs, with a reusable design system, matplotlib charts, AI-generated imagery (Nano Banana), a render-verify loop, and link-stable Drive uploads (PATCH same fileId so the share link never changes). Use when the user wants to create or iterate a presentation / briefing deck / exec one-pager / formatted Google Doc — especially customer or executive briefings that go into Google Drive. Also covers extracting user-pasted images from the session transcript and converting decks/docs to PNG for visual self-check.
Generate music using Google Lyria 3 (DeepMind). Use for "生成音乐", "作曲", "写一首曲子", "generate music", "create a song", "compose", "piano piece", "钢琴曲", "make a beat", "生成钢琴曲", "来一首歌".
Read WeChat Official Account (微信公众号) articles. Trigger when user shares any mp.weixin.qq.com URL, or says "微信文章", "公众号文章", "读一下这个微信链接", "WeChat article". Bypasses WeChat's anti-scraping CAPTCHA by emulating the WeChat in-app browser. MUST be used instead of WebFetch/Jina for any mp.weixin.qq.com link — those tools WILL fail with "环境异常" CAPTCHA.
Compute Hong Kong salaries tax partial exemption for share awards (GSU / RSU / stock options) under DIPN No. 38 paragraphs 43-46 and section 8(1A)(a) of the Inland Revenue Ordinance. Full lifecycle: (1) auto-extract vest data from Morgan Stanley / IRD / IR56B via Chrome MCP, (2) compute DIPN 38 time apportionment, (3) cross-check IR56B vs IRD assessment to detect unclaimed exemptions, (4) generate APPENDIX-EQUITY PDF for eTAX submission, (5) generate HTML audit report for personal review, (6) guide eTAX BIR60 filing or 70A retrospective claim. Triggers: HK salaries tax, BIR60, IR56B, share award apportionment, DIPN 38, 'partial exemption', cross-border GSU/RSU vest, '报税分析', '股票减税', 'GSU 豁免', '从内地转来香港', '70A', 'time apportionment', '股票报税'.
Guide for selecting and configuring distributed training strategies in NeMo AutoModel, including FSDP2, Megatron FSDP, DDP, and parallelism settings.
| name | chat-style |
| description | 聊天平台消息格式化规则。当 Claude Code 通过聊天平台(Discord、飞书等)运行时自动适配消息风格,避免渲染问题。当用户说"聊天风格"、"chat风格"、"消息格式"时触发。 |
通过聊天平台(Discord、飞书等)与用户交互时,遵循以下规则让消息正确显示且易读。
聊天平台不是文档。简短、直接、对话式。
代码 标记技术术语代码块 贴代码(带语言标记)- 和有序列表 1.> 引用 引用内容||剧透|| 隐藏长输出(Discord 特有)![]() — 不渲染,用文件附件替代[^1] — 不支持| col |,bot 会自动转换为 column_set 原生表格(灰白交替行)飞书表格注意事项:
` 会被自动去除(column_set 内不支持行内代码)# 标题会变成卡片彩色 header(indigo),不要在表格前重复写标题--- 分隔线会变成卡片原生 hr 元素Discord 表格替代方案 — 代码块对齐(用英文/ASCII 避免双宽字符错位):
Model VRAM FP16 FP8
A100 80GB HBM2e 312 TFLOPS N/A
H100 80GB HBM3 989 TFLOPS 1979 TFLOPS
B200 192GB HBM3e 2250 TFLOPS 4500 TFLOPS
Discord 列表格式(适合少量字段或中文标签):
A100 SXM
H100 SXM
复杂内容(大表格、图表、报告)不适合聊天消息时,生成 HTML 页面到 CC Pages:
$CC_PAGES_WEB_ROOT/pages/{topic}-{YYYYMMDD-HHmmss}.html(公开发给客户走 assets/ 子目录)~/CloseCrab/scripts/publish-cc-page.sh <html-path> [--to pages|assets|both] 上传 + 自动验证 URL$CC_PAGES_URL_PREFIX/pages/{filename} 或 $CC_PAGES_URL_PREFIX/assets/{filename}发链接时一律裸发 URL,前后不加任何包裹符号——不加单引号 '、双引号 "、反引号 `、markdown 代码标记、尖括号 <>、方括号 []()。
https://cc.higcp.com/wiki-v2/'https://cc.higcp.com/wiki-v2/'、`https://...`、[wiki](https://...)原因:飞书会把引号/反引号当成 URL 的一部分一起渲染进可点击区域,用户点击得到带引号的 URL → 404 打不开。裸 URL 飞书会自动识别成可点击链接,无需任何修饰。
长任务中主动汇报,但不要刷屏: