AI Summary<example type="invalid"> npm install --save-dev eslint npm uninstall lodash
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "radzionkit — Cursor Rules" prompt rules to my project. Repository: https://github.com/radzionc/radzionkit Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
RadzionKit: A versatile full-stack development toolkit designed to streamline and enhance your coding projects with a suite of integrated, easy-to-use packages.
Requirements
• Always use the package manager specified in the root package.json's packageManager field • Do not use other package managers unless the packageManager field is updated • Use the correct command equivalents based on the specified package manager
Context
• Applies when installing, updating, or removing dependencies • Applies when running package scripts • Based on the project's packageManager field in package.json • Currently, this project uses yarn@4.7.0 as specified in package.json • Consistent package manager usage prevents lock file conflicts and ensures reliable dependency resolution
Running a script
yarn build </example> <example type="invalid">
Using npm when package.json specifies yarn
npm install react npm install --save-dev eslint npm uninstall lodash npm install npm run build
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts