cursor-ai-chat

Featured

Master Cursor AI Chat with @-mentions, inline edit, and conversation patterns. Triggers on "cursor chat", "cursor ai chat", "ask cursor", "cursor conversation", "chat with cursor", "Cmd+L", "inline edit".

AI & Automation 2,274 stars 319 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Cursor AI Chat Master the Cursor AI Chat panel and inline edit for code assistance, debugging, and exploration. ## Core Chat Interfaces ### Chat Panel (Cmd+L / Ctrl+L) The side-panel chat for conversational code assistance: ``` ┌─────────────────────────────────┐ │ Chat [M] │ ← Model selector │─────────────────────────────────│ │ Context Pills: │ │ [main.ts] [utils/] [@Web] │ ← Active context shown as pills │─────────────────────────────────│ │ User: Explain the auth flow │ │ in @src/auth/middleware.ts │ │ │ │ AI: The middleware checks... │ │─────────────────────────────────│ │ [Type message...] [Send] │ └─────────────────────────────────┘ ``` **Key actions:** - Select code in editor, then `Cmd+L` to add selection as context - `Cmd+Shift+L` adds selection to existing chat without clearing - Click model name in top-right to switch models mid-conversation ### Inline Edit (Cmd+K / Ctrl+K) Surgical edits within the editor. Select code (or place cursor), press `Cmd+K`, type instruction: ``` Selected: function calculateTotal(items) { ... } Prompt: "Add TypeScript types and handle empty array edge case" Result: Cursor shows diff inline -- green for additions, red for removals. Press Cmd+Y to accept, Esc to reject. ``` Best for single-function edits, type annotations, refactoring a specific block, adding error handling. ## @-Symbol Reference Type `@` in chat to a...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category