cursor-best-practices

cursor-best-practices

Best practices for working with Cursor. Use when learning how to effectively use Cursor features or optimizing your workflow.

0bintang
0fork
Diperbarui 1/20/2026
SKILL.md
readonlyread-only
name
cursor-best-practices
description

Best practices for working with Cursor. Use when learning how to effectively use Cursor features or optimizing your workflow.

Cursor Best Practices

Best practices for working with Cursor to maximize productivity and code quality.

Core Principles

  • Start with plans - Use Plan Mode (Shift+Tab) for complex tasks
  • Manage context effectively - Let agent find context, start new conversations when needed
  • Extend the agent - Use Rules for static context, Skills for dynamic capabilities
  • Review carefully - AI-generated code needs review like human code

Key Workflows

  • Test-driven development - Write tests first, iterate until passing
  • Codebase understanding - Use agent to explore and learn codebases
  • Git workflows - Automate common git operations with commands
  • Parallel agents - Run multiple agents simultaneously for comparison

References

For detailed guidance, see:

  • references/planning.md - Plan mode and starting with plans
  • references/context.md - Managing context and conversations
  • references/extending.md - Rules vs Skills, extending agent
  • references/workflows.md - TDD, codebase understanding, git workflows
  • references/reviewing.md - Code review strategies
  • references/parallel-agents.md - Running agents in parallel

You Might Also Like

Related Skills

coding-agent

coding-agent

179Kdev-codegen

Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.

openclaw avataropenclaw
Ambil
add-uint-support

add-uint-support

97Kdev-codegen

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

pytorch avatarpytorch
Ambil
at-dispatch-v2

at-dispatch-v2

97Kdev-codegen

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.

pytorch avatarpytorch
Ambil
skill-writer

skill-writer

97Kdev-codegen

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

pytorch avatarpytorch
Ambil

Implements JavaScript classes in C++ using JavaScriptCore. Use when creating new JS classes with C++ bindings, prototypes, or constructors.

oven-sh avataroven-sh
Ambil

Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.

oven-sh avataroven-sh
Ambil