BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/optics/cursor-rule-bulk-processing

Cursor Rule: Bulk Processing

optics/cursor-rule-bulk-processing
FreeUtility

Cursor rule file for bulk processing guidelines.

See it running

Open the demo on optics

optics.agusmayol.com.ar/components/cursor-rule-bulk-processing
Open
This registry sends X-Frame-Options, so its page cannot be embedded here. The link is the same page the frame would have shown.

Install it

npx shadcn@latest add https://optics.agusmayol.com.ar/r/cursor-rule-bulk-processing.json

Source

registry/optics/cursor/rules/bulk-processing.mdcoptics.agusmayol.com.ar/r/cursor-rule-bulk-processing.json
1---
2description: Rules for heavy tasks optimization
3globs: *
4alwaysApply: false
5---
6# Cursor Heavy Tasks Optimization Rules
7
8## Core Principles
9
10Work directly and efficiently. Complete tasks in the most straightforward way possible without adding unnecessary complexity or intermediate steps.
11
12## File Operations
13
14Update files one at a time in sequential order. Never create scripts, automation tools, or batch processors to handle file updates.
15
16Make direct edits to each file. Open, modify, save. Repeat for the next file.
17
18When updating multiple files, work through them systematically in a logical order (alphabetical, by directory structure, or by dependency order).
19
20Avoid creating helper utilities or migration scripts. The overhead of creating and maintaining these tools exceeds the benefit for most tasks.
21
22## Batch Processing
23
24Process related changes in batches by type, not by creating automation.
25
26Example: If updating imports across 20 files, update all imports in file 1, then all imports in file 2, etc. Don't create a script to find and replace imports.
27
28Group similar edits mentally and apply them consistently across files, but execute them manually.
29
30## Task Breakdown
31
32Break large refactoring tasks into logical chunks: files in one directory, then another directory, then another.
33
34Complete one chunk fully before moving to the next. Don't partially update everything.
35
36When updating 50+ files, consider breaking the work into multiple sessions rather than creating automation.
37
38## No Script Creation Policy
39
40Never suggest creating Python scripts, Node.js scripts, or shell scripts to automate repetitive file changes.
41
42Never suggest creating temporary utilities, helpers, or tools to process multiple files.
43
44Never propose regex-based find-and-replace scripts across the codebase.
45
46The exception: Build tools, linters, or formatters that are permanent parts of the project infrastructure.
47
48## Efficiency Without Automation
49
50Use your text editing capabilities directly. You can see and modify multiple files efficiently without scripts.
51
52Leverage pattern recognition to work faster, but still process files individually.
53
54Keep track of progress mentally or through comments in chat, not through generated checklists or tracking scripts.
55
56## When Working with Many Files
57
58For 5-10 files: Update them all directly, one by one.
59
60For 10-30 files: Update them in batches of 5-10, taking breaks between batches.
61
62// … truncated

Files it writes

  • registry/optics/cursor/rules/bulk-processing.mdc

Facts

Registry
optics
Type
registry:file
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

Docs on optics optics.agusmayol.com.ar AgusMayol/optics on GitHub Raw registry item This item as JSON

More from optics

All 79 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Cursor Rule: Back Endcursor-rule-back-endopticsUtilitiesFreeno deps
Cursor Rule: Commits Conventioncursor-rule-commits-conventionopticsUtilitiesFreeno deps
Cursor Rule: Front Endcursor-rule-front-endopticsUtilitiesFreeno deps
Cursor Rule: Generalcursor-rule-generalopticsUtilitiesFreeno deps
Cursor Rule: React Optimizationcursor-rule-react-optimizationopticsUtilitiesFreeno deps
Cursor Rule: Web Interface Guidelinescursor-rule-web-interface-guidelinesopticsUtilitiesFreeno deps
Get strict contextget-strict-contextopticsUtilitiesFreeno deps
Use auto heightuse-auto-heightopticsUtilitiesFreeno deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex