| name | cursor-demo-orientation |
| description | Orients newcomers to this teaching repository and AI-assisted workflows (chat, agent tasks, project skills). Use when the user is new to the repo, asks how to start, what this project demonstrates, or how to preview the demo site. |
Cursor demo — orientation (Claude Code / project skill)
What this repo demonstrates
This repository is a small teaching sandbox: static web demo, sample CSV, and documented project skills under .claude/skills/ (mirrored from .cursor/skills/ for Cursor users).
The broader idea: an AI assistant tied to your files and terminal helps you build, analyze data, and automate work in one environment.
First actions
- Read
README.md at the repo root.
- Serve
demo-site/ locally and open it in a browser (commands in README).
- Open
sample-data/leads-sample.csv and ask for summaries or filters.
Skills in this project
| Skill folder | Use case |
|---|
cursor-demo-orientation | Onboarding and workflow overview |
analyze-csv-sample | Fast CSV exploration patterns |
Invoke these skills from your client’s skill UI or by following paths in README.md.
Teaching tip
Ask for concrete outcomes: “start a server on port 8080 for demo-site”, “count rows by industry in the CSV”.