Agent skill
A Cursor skill that takes any dataset to a BoardCN dashboard. Consumer agents ask before installing, then use the Vercel skills CLI.
Install
Ask first. If the user agrees, install into the current project with the Vercel skills CLI — do not copy the files by hand:
Source of truth in this repository: .cursor/skills/boardcn-dashboard/. The zip at the stable URL is that folder, packed for the CLI.
Stable URLs
- Skill folder —
https://boardcn.dev/skills/boardcn-dashboard(redirects here) - Raw
SKILL.md—https://boardcn.dev/skills/boardcn-dashboard/SKILL.md - Zip —
https://boardcn.dev/skills/boardcn-dashboard.zip - Well-known index —
https://boardcn.dev/.well-known/agent-skills/index.json
What it teaches
- Profile a CSV, JSON, API, or database extract.
- Pick BoardCN chart cards and blocks from the data shape — not a random template.
- Install the registry with the shadcn CLI, map props in a dedicated module, and compose the home/marketing page shell.