一键导入
component-library-usage
Which Trellis components and structured blocks to use, with Storybook paths and anti-patterns
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Which Trellis components and structured blocks to use, with Storybook paths and anti-patterns
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Entity selection, aliases, primary sections, relationship types, and edge strength
How to compose a Trellis report: choose template, plan sections, orientation, synthesis, KG scope
Source gathering, code tracing, fact versus inference separation, and evidence discipline
Common structure, contrast, takeaways, open questions, and references for Trellis synthesis
Foundations before mechanisms, examples before abstractions, progressive detail
Calm, precise, explanatory voice for Trellis reports
| name | component-library-usage |
| description | Which Trellis components and structured blocks to use, with Storybook paths and anti-patterns |
| triggers | ["use Trellis components","choose report blocks","component library"] |
Use standard blocks first. Add custom blocks only when the report needs an interaction or visualization the schema cannot express.
Default choices:
conceptIntro for the first explanation of an idea.stepByStep when order matters.callout for real cautions, notes, asides, or quotes.keyTakeaways after a dense section.comparisonTable for compact option-by-criterion comparisons.codeBlock only when a source excerpt helps the reader inspect implementation.Avoid ornamental cards, duplicate explanations across blocks, or custom components that only restyle prose.
Source of truth:
packages/engine/src/schemas/block.tspackages/engine/src/schemas/custom-manifest.tspackages/storybook/stories/blocks/ConceptIntro.stories.tsx, Callout.stories.tsx, StepByStep.stories.tsx, KeyTakeaways.stories.tsx, BlockRenderer.stories.tsxpackages/storybook/stories/shell/ReaderShell.stories.tsx, packages/storybook/stories/views/OrientationView.stories.tsx, packages/storybook/stories/views/ReferenceView.stories.tsx, packages/storybook/stories/views/SynthesisView.stories.tsx