cursor-debug-bundle

Featured

Debug AI suggestion quality, context issues, and code generation problems in Cursor. Triggers on "debug cursor ai", "cursor suggestions wrong", "bad cursor completion", "cursor ai debug", "cursor hallucination".

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 Debug Bundle Diagnose and fix AI suggestion quality issues in Cursor. Covers why AI generates wrong code, how to improve context, and systematic debugging workflows. ## Diagnostic Framework When AI suggestions are wrong, the cause is almost always one of these: ``` ┌─ Context Problems (80% of issues) ───────────────────────┐ │ 1. Missing context: AI doesn't have the relevant code │ │ 2. Wrong context: AI has stale or irrelevant files │ │ 3. Too much context: context window overflow │ │ 4. No project rules: AI doesn't know your conventions │ └──────────────────────────────────────────────────────────┘ ┌─ Model Problems (15% of issues) ─────────────────────────┐ │ 5. Wrong model for the task │ │ 6. Model hallucinating APIs or patterns │ └──────────────────────────────────────────────────────────┘ ┌─ Prompt Problems (5% of issues) ─────────────────────────┐ │ 7. Ambiguous or vague instructions │ │ 8. Conflicting requirements in prompt │ └──────────────────────────────────────────────────────────┘ ``` ## Debugging by Symptom ### AI Uses Wrong API or Library Version **Symptom:** Generated code uses `React.createClass`, old Express syntax, or deprecated patterns. **Root cause:** Model training data includes old code. No project rules specifying versions. **Fix:** ```yaml # .cursor/rules/stack-versions.mdc --- description: "Tech stack version pinning" glob...

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

AI & Automation Featured

cursor-known-pitfalls

Avoid common Cursor IDE pitfalls: AI feature mistakes, security gotchas, configuration errors, and team workflow issues. Triggers on "cursor pitfalls", "cursor mistakes", "cursor gotchas", "cursor issues", "cursor problems", "cursor tips".

2,274 Updated today
jeremylongshore
AI & Automation Featured

cursor-common-errors

Troubleshoot common Cursor IDE errors: authentication, completion, indexing, API, and performance issues. Triggers on "cursor error", "cursor not working", "cursor issue", "cursor problem", "fix cursor", "cursor crash".

2,274 Updated today
jeremylongshore
AI & Automation Featured

cursor-performance-tuning

Optimize Cursor IDE performance: reduce memory usage, speed up indexing, tune AI features, and manage extensions for large codebases. Triggers on "cursor performance", "cursor slow", "cursor optimization", "cursor memory", "speed up cursor", "cursor lag".

2,274 Updated today
jeremylongshore
AI & Automation Listed

ai-debug

Diagnoses broken behavior systematically with a 4-phase root-cause loop: test failures, runtime errors, crashes, regressions. Never patches symptoms. Trigger for 'it is not working', 'something broke', 'this used to work', 'I am getting an error', 'CI is failing', 'why is X happening'. Not for adding tests; use /ai-test instead. Not for security findings; use /ai-security instead.

49 Updated today
arcasilesgroup
AI & Automation Listed

debug

Systematic debugging workflow for tracking down bugs and issues

10 Updated 6 days ago
jmylchreest