Skip to content

Commit 3f8d2de

Browse files
committed
docs(shell-docs): remove skills table, replace with prose + link
The table was incomplete (6 skills listed, 12 actually install) and has no CI check to keep it in sync. Replace with a one-line prose summary and a link to the canonical skills/ directory on GitHub, which is always accurate.
1 parent 6b1747e commit 3f8d2de

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

showcase/shell-docs/src/content/docs/build-with-agents.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,7 @@ Skills are folders of instructions, references, and scripts that coding agents c
2626

2727
This pulls the latest skills directly from the CopilotKit repository and installs them into your tool's skills directory (e.g. `~/.claude/skills/` for Claude Code). The CopilotKit MCP server is also auto-wired so your agent has live documentation access.
2828

29-
**Skills installed:**
30-
31-
| Skill | Purpose |
32-
|-------|---------|
33-
| `copilotkit-setup` | Add CopilotKit to a project from scratch |
34-
| `copilotkit-develop` | Build AI features using CopilotKit hooks and components |
35-
| `copilotkit-integrations` | Connect LangGraph, CrewAI, Mastra, PydanticAI, and 10+ frameworks |
36-
| `copilotkit-debug` | Diagnose streaming, agent, and runtime issues |
37-
| `copilotkit-upgrade` | Migrate between CopilotKit versions |
38-
| `copilotkit-contribute` | Contribute to the CopilotKit open-source repository |
29+
Skills cover project setup, building AI features, connecting agent frameworks, debugging, and version upgrades. The full list is in the [CopilotKit skills directory](https://github.com/CopilotKit/CopilotKit/tree/main/skills).
3930

4031
</Step>
4132
<Step>

0 commit comments

Comments
 (0)