cursor-tab-completion
Installation
SKILL.md
Cursor Tab Completion
Overview
Use Tab for small, local code completions; it predicts text and does not establish correctness, security, or repository policy compliance.
Prerequisites
- An approved Cursor privacy setting and a workspace that excludes secrets and sensitive paths from context.
- Existing project rules, formatter, and focused tests for the code being changed.
Instructions
- Write the function signature, types, and a concise intent comment before considering a suggestion.
- Accept only the scoped portion you understand, then inspect the diff and run the focused check.
- Reject suggestions that add unrelated behavior, dependencies, credentials, or policy exceptions.
Output
- A small reviewed completion with source-control visibility and test evidence.