cnb-npc-search
通过关键词语义搜索 CNB 平台上的公开 NPC 角色,帮助用户找到最适合当前需求的 NPC。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
通过关键词语义搜索 CNB 平台上的公开 NPC 角色,帮助用户找到最适合当前需求的 NPC。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create professional architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as standalone HTML files with SVG graphics, a built-in dark/light theme toggle, and one-click export to PNG / JPEG / WebP / SVG. Accepts plain-language descriptions or pasted Mermaid code (flowchart, sequenceDiagram, stateDiagram) and lays the diagram out from scratch in archify style. Use when the user asks for system architecture diagrams, infrastructure diagrams, cloud architecture visualizations, security diagrams, network topology, technical workflows, approval flows, runbooks, CI/CD flows, process diagrams, API call sequences, request lifecycles, data pipelines, ETL/ELT maps, PII boundaries, data lineage, state machines, lifecycle diagrams, status transitions, or asks to convert/beautify a Mermaid diagram.
Use when the user requests diagrams, flowcharts, architecture diagrams, ER diagrams, UML / sequence / class diagrams, network topology, cloud architecture from Terraform or Kubernetes manifests, ML/DL model figures (Transformer/CNN/LSTM), mind maps, or any visualization. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Best suited when the diagram needs custom styling, rich shape vocabulary, swimlanes, or exportable images (PNG/SVG/PDF/JPG). Generates .drawio XML and exports locally via the native draw.io desktop CLI.
专家团总路由器。用于 Codex CLI 的 $expert-team 调用。 自动在软件开发团队、设计原型专家团、产品战略团队、基础设施运维专家和安全专家之间路由,也支持显式指定 software/design/product/ops/security。 触发词:专家团、团队协作、软件开发、设计原型、产品战略、基础设施运维、安全专家、威胁建模、代码审计、SRE、PRD、竞品、路线图、监控、部署、安全加固
Specialized agent for developing AIUI applications. Invoke when writing AIUI code, needing API references for jsui/wx, debugging AIUI applications, or aligning AIUI visual design with this Skill's design guidelines.
为文章规划并生成可读性强的极简强线条手绘配图。先建立文章地图,识别段落适合流程图、架构图、对比图、关系图、结构图还是概念插图,再通过构思卡组织单一命题、原文指纹、信息单位、阅读顺序和固定橙白圆猫角色。构思通过可读性测试后默认直接生成。用户说配图、手绘配图、给文章配图、文章插图、技术文章插图、流程图、架构图、关系图或 illustrate my article 时使用。
CNB 平台交互命令,支持代码仓库、Issue、PR、CI、制品库读写等操作。
| name | cnb-npc-search |
| description | 通过关键词语义搜索 CNB 平台上的公开 NPC 角色,帮助用户找到最适合当前需求的 NPC。 |
根据用户需求,通过关键词语义搜索 CNB 平台上的公开 NPC 角色,帮助用户找到最合适的 NPC。
分析用户的需求,提取最能描述目标 NPC 功能的关键词。例如:
代码审查前端开发单元测试cnb knowledge-base search-npc --key "关键词"
可选参数:
--top-n <number>:返回结果数量,最大 20(默认 10)搜索结果包含以下字段:
| 字段 | 说明 |
|---|---|
name | NPC 角色名称 |
slug | NPC 所在仓库路径 |
slogan | NPC 简介/标语,描述其能力和特点 |
score | 语义匹配分数(越高越相关) |
avatar | NPC 头像路径 |
根据搜索结果,结合以下因素选出最合适的 NPC:
选定后,NPC 的使用形式为 @{slug}({name}),其中 slug 是仓库路径,name 是角色名。
例如:@npc/hok(π) 表示仓库 npc/hok 下名为 π 的 NPC 角色。
@ 符号,或使用反引号包裹 @npc。