Keeps the CopilotKit Intelligence landing page in sync when a new Intelligence feature ships or when Intelligence docs are added, renamed, or removed. Use when
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-intelligence-docs-324a3ede8be7 ,按照其中的说明把「intelligence-docs」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
/intelligence/overview is the product landing for CopilotKit Intelligence.
New Intelligence features and new Intelligence docs pages must land on that
page in the same change. Do not ship a guide that the landing does not name.
Load this skill when:
showcase/shell-docs/src/content/docs/intelligence/Before writing customer-facing words on those pages, also follow
skills/intelligence-vocabulary/SKILL.md.
Do not load it for open-source frontend guides that do not use Intelligence, or for
Inspector pane callouts (inspector-docs).
Edit these in the same change as the feature or docs page:
| Surface | File |
|---|---|
Hero CTA (CONNECT_HREF) and cards | showcase/shell-docs/src/components/content/landing-pages/intelligence-overview.tsx |
| Body, quickstart link, hosting links | showcase/shell-docs/src/content/snippets/shared/intelligence/overview.mdx |
| Section nav | showcase/shell-docs/src/content/docs/intelligence/meta.json |
| Root sidebar Intelligence group | showcase/shell-docs/src/content/docs/meta.json |
| Card and CTA tests | showcase/shell-docs/src/components/content/landing-pages/__tests__/intelligence-overview.test.tsx |
| Snippet order tests | showcase/shell-docs/src/lib/__tests__/intelligence-landing.test.ts |
The root overview page only wraps the snippet. Do not duplicate landing copy
in docs/intelligence/overview.mdx.
docs/intelligence/ (or the existing
threads/channels path the feature already uses).intelligence/meta.json and in the Intelligence group in
docs/meta.json when it belongs in the sidebar.FEATURES in intelligence-overview.tsx with a unique CTA label. A
hosting or account page gets a link under Choose where Intelligence
runs. Every link must be a real URL.href,
quickstart link, and the links under Choose where Intelligence runs.meta.json files.| Signal | What it means | Do instead |
|---|---|---|
| Guide merged, landing unchanged | Readers cannot find the feature | Procedure 1 in the same PR |
| Card href and snippet link differ | Two stories for one feature | Use one URL |
| CTA points at the marketing site when a docs page exists | Landing skips the guide | Point at the docs page |
| Hero subtitle lists a pillar with no card | Copy without a path | Add the card, or drop the mention |
docs/intelligence/:
still add the landing CTA. Use the real path (/threads, /channels, and
similar).