来源信息
- 仓库
- redhat-et/physical-ai-platform-intel
- 最近来源活动
- 2026年6月16日 08:10
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 1
- 分支
- 2
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- block-mapper
- description
- Map content to building blocks and update cross-references
- user-invocable
- false
# Building Block Mapper
Given a new solution, project, or use case, identify which building blocks it involves and update cross-references in building-blocks.md.
## Instructions
When invoked (by `/add` or `/synthesize`):
1. **Read current taxonomy**: Read `research/building-blocks.md` to understand the current block definitions
2. **Map content to blocks**: Identify which building block(s) the new content relates to
- A solution may cover multiple blocks (e.g., NVIDIA Isaac Sim covers Simulation Engines + Sim-to-Real)
- A project implements one or more blocks
- A use case requires multiple blocks
3. **Check for new blocks**: If the content suggests a capability not covered by existing blocks, flag it:
- Output: "Potential new building block identified: [name] — [rationale]"
- Do NOT auto-create new blocks; flag for user review
4. **Update cross-references**: In `building-blocks.md`, update the relevant block entries:
- Add new solutions to the Solution landscape table
- Add new ecosystem players to the Key ecosystem players list
- Update use-case demand ratings if new evidence suggests a change
- Add links to new publications or concepts
5. **Return mapping**: Report which blocks were matched and what was updated
在 GitHub 查看