Cursor
AI-first IDE with Agent mode for multi-file task completion and inline assistance.
When to use it
-
Primary coding in an AI-native editor with deep context (repo, terminal, browser).
-
Multi-file refactors and feature work with Agent mode.
-
When you want Cursor's super agent and per-tool skills (this repo) in one place.
Hands-on
-
Prerequisites — Cursor installed; API/subscription for models.
-
Install — cursor.com. Open this repo in Cursor to use the super-agent rule and tool skills.
-
Runnable example — Use Agent mode to go from zero to a small API + README in this repo (see Quick product recipe below).
Telegram
Cursor does not provide a built-in Telegram gateway. For Telegram + AI, use OpenClaw or the custom bot (playgrounds/telegram-ai-bot/).
Quick product recipe
From zero to a small API + README in this repo using Cursor Agent (~15 min).
- Open this repo in Cursor.
- Ask the agent: "Create a minimal HTTP API in Node or Python that has one GET endpoint returning
{ hello: 'world' }and a README with run instructions." - Run the API locally and verify the response.
- Optionally add a second endpoint or a test; iterate with the agent.
No separate playground folder is required; the "playground" is this repo and the agent-generated API.