
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
A JavaScript extension for Cursor and VSCode that lets you pull cursor rule files from the awesome-cursorrules repository
Extension for Cursor IDE & VS Code - AI Rules Management
Transform your AI-powered development workflow with the ultimate toolkit for managing Cursor AI rules. Seamlessly integrate hundreds of curated Cursor Rule files from the industry-leading awesome-cursorrules repository directly into your workspace.
🎯 Enterprise-Ready Multi-Selection: Batch download multiple rule categories with a single command
📁 Intelligent Auto-Organization: Automatically structures rules in .cursor/rules/ for optimal workspace management
⚡ Real-Time Progress Tracking: Advanced progress indicators with detailed status updates
🚄 High-Performance Caching: Lightning-fast rule loading with intelligent background refresh
🔄 Auto-Update System: Keeps your rule library current with zero maintenance
🛡️ Error-Resilient Architecture: Robust error handling for production environments
📊 Workspace Analytics: Smart detection and organization of project-specific rules
🔧 Universal Compatibility: Works seamlessly in both Cursor IDE and VS Code
# Method 1: Cursor Extensions Panel (Recommended)
# Open Cursor IDE → Extensions (Ctrl+Shift+X) → Search "Cursor Rules Toolkit"
# Method 2: Command Line
cursor --install-extension YorkIE.cursor-rules-toolkit
# Method 3: Manual Installation
# Download .vsix file and install via Extensions panel
# Method 1: Cursor Extensions Panel (Recommended)
# Open Cursor IDE → Extensions (Cmd+Shift+X) → Search "Cursor Rules Toolkit"
# Method 2: Terminal Installation
/Applications/Cursor.app/Contents/Resources/app/bin/cursor --install-extension YorkIE.cursor-rules-toolkit
# Method 3: Homebrew (if Cursor installed via Homebrew)
cursor --install-extension YorkIE.cursor-rules-toolkit
# Method 1: Cursor Extensions Panel (Recommended)
# Open Cursor IDE → Extensions (Ctrl+Shift+X) → Search "Cursor Rules Toolkit"
# Method 2: Terminal Installation
cursor --install-extension YorkIE.cursor-rules-toolkit
# Method 3: AppImage Installation
./Cursor-*.AppImage --install-extension YorkIE.cursor-rules-toolkit
# Method 4: Debian/Ubuntu Package
sudo dpkg -i cursor_*.deb
cursor --install-extension YorkIE.cursor-rules-toolkit
# Method 1: VS Code Marketplace (Recommended)
ext install YorkIE.cursor-rules-toolkit
# Method 2: Command Line
code --install-extension YorkIE.cursor-rules-toolkit
# Method 3: PowerShell with Admin Rights
Start-Process powershell -Verb runAs
code --install-extension YorkIE.cursor-rules-toolkit
# Method 1: VS Code Marketplace (Recommended)
ext install YorkIE.cursor-rules-toolkit
# Method 2: Terminal Installation
code --install-extension YorkIE.cursor-rules-toolkit
# Method 3: Homebrew Installation
brew install --cask visual-studio-code
code --install-extension YorkIE.cursor-rules-toolkit
# Method 1: VS Code Marketplace (Recommended)
ext install YorkIE.cursor-rules-toolkit
# Method 2: APT Package Manager (if VS Code installed via APT)
code --install-extension YorkIE.cursor-rules-toolkit
# Method 3: Snap Installation (if VS Code installed via Snap)
snap run code --install-extension YorkIE.cursor-rules-toolkit
# Method 4: Manual Installation
wget https://marketplace.visualstudio.com/_apis/public/gallery/publishers/YorkIE/vsextensions/cursor-rules-toolkit/latest/vspackage -O cursor-rules-toolkit.vsix
code --install-extension cursor-rules-toolkit.vsix
| Platform | Command Palette | Quick Launch | Extension Panel |
|---|---|---|---|
| Windows | Ctrl+Shift+P | Ctrl+Alt+C | Ctrl+Shift+X |
| macOS | Cmd+Shift+P | Cmd+Option+C | Cmd+Shift+X |
| Linux | Ctrl+Shift+P | Ctrl+Alt+C | Ctrl+Shift+X |
| Platform | Command Palette | Quick Launch | Extension Panel |
|---|---|---|---|
| Windows | Ctrl+Shift+P | Ctrl+Alt+C | Ctrl+Shift+X |
| macOS | Cmd+Shift+P | Cmd+Option+C | Cmd+Shift+X |
| Linux | Ctrl+Shift+P | Ctrl+Alt+C | Ctrl+Shift+X |
🎯 Launch Command:
Ctrl+Shift+P → Cursor Rules: Add RulesCmd+Shift+P → Cursor Rules: Add Rules📋 Multi-Select: Choose from 50+ curated rule categories optimized for Cursor AI
🔄 Auto-Deploy: Rules are instantly organized in your workspace
🤖 AI Integration: Leverage enhanced Cursor AI with specialized rules
💻 Start Coding: Experience next-level AI-powered development
🎯 Launch Command:
Ctrl+Shift+P → Cursor Rules: Add RulesCmd+Shift+P → Cursor Rules: Add Rules📋 Multi-Select: Choose from 50+ curated rule categories
🔄 Auto-Deploy: Rules are instantly organized in your workspace
💻 Start Coding: Leverage AI-powered development immediately
| Component | Windows | macOS | Ubuntu/Linux |
|---|---|---|---|
| Cursor IDE | Any version | Any version | Any version |
| VS Code | 1.75.0+ | 1.75.0+ | 1.75.0+ |
| OS Version | Windows 10+ | macOS 10.15+ | Ubuntu 20.04+ |
| RAM | 4GB | 4GB | 4GB |
| Storage | 50MB+ | 50MB+ | 50MB+ |
| Network | Internet for downloads | Internet for downloads | Internet for downloads |
| Component | Windows | macOS | Ubuntu/Linux |
|---|---|---|---|
| Cursor IDE | Latest | Latest | Latest |
| VS Code | Latest | Latest | Latest |
| OS Version | Windows 11 | macOS 13+ | Ubuntu 22.04+ |
| RAM | 8GB+ | 8GB+ | 8GB+ |
| Storage | 500MB+ SSD | 500MB+ SSD | 500MB+ SSD |
The extension creates a production-optimized directory structure across all platforms and IDEs:
📁 C:\Users\YourName\Projects\your-project\
├── 📁 .cursor\
│ └── 📁 rules\
│ ├── 📁 react-typescript\
│ │ ├── 📄 .cursorrules
│ │ └── 📄 README.md
│ └── 📁 python-fastapi\
│ ├── 📄 .cursorrules
│ └── 📄 documentation.md
├── 📁 src\
└── 📄 package.json
📁 /Users/YourName/Projects/your-project/
├── 📁 .cursor/
│ └── 📁 rules/
│ ├── 📁 react-typescript/
│ │ ├── 📄 .cursorrules
│ │ └── 📄 README.md
│ └── 📁 python-fastapi/
│ ├── 📄 .cursorrules
│ └── 📄 documentation.md
├── 📁 src/
└── 📄 package.json
📁 /home/username/projects/your-project/
├── 📁 .cursor/
│ └── 📁 rules/
│ ├── 📁 react-typescript/
│ │ ├── 📄 .cursorrules
│ │ └── 📄 README.md
│ └── 📁 docker-optimization/
│ ├── 📄 .cursorrules
│ └── 📄 best-practices.md
├── 📁 src/
└── 📄 package.json
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
A JavaScript extension for Cursor and VSCode that lets you pull cursor rule files from the awesome-cursorrules repository
We found that yorkie.cursor-rules-toolkit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.