cursor-best-practices
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: SKILL.md Description: --- name: cursor-best-practices description: Best practices for working with Cursor.
Malicious tool definition detected
Tool: references/context.md Description: # Managing Context ## Let Agent Find Context You don't need to manually tag every file in your prompt.
Malicious tool definition detected
Tool: references/extending.md Description: # Extending the Agent Agent harnesses typically provide two main ways to customize agent behavior: **Rules** for static context and **Skills** for dynamic capabilities.
Malicious tool definition detected
Tool: references/parallel-agents.md Description: # Running Agents in Parallel Many agent harnesses support running multiple agents in parallel without them interfering with one another.
Malicious tool definition detected
Tool: references/planning.md Description: # Planning with Agents ## Plan Mode Many agent harnesses support Plan Mode (often activated with `Shift+Tab` or similar).
Malicious tool definition detected
Tool: references/reviewing.md Description: # Reviewing Code AI-generated code needs review, and agent harnesses provide multiple review options.
Malicious tool definition detected
Tool: references/workflows.md Description: # Common Workflows ## Test-Driven Development Agent can write code, run tests, and iterate automatically: 1. **Ask agent to write tests** based on expected input/output pairs.