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:

npx skills add https://boardcn.dev --skill boardcn-dashboard --agent cursor
npx skills add https://boardcn.dev --skill boardcn-dashboard --agent cursor

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.mdhttps://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

  1. Profile a CSV, JSON, API, or database extract.
  2. Pick BoardCN chart cards and blocks from the data shape — not a random template.
  3. Install the registry with the shadcn CLI, map props in a dedicated module, and compose the home/marketing page shell.