
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@gensx/cline-rules
Advanced tools
This package installs a .clinerules file to your project, providing project-specific instructions for Cline editor when working with GenSX projects.
Cline's .clinerules file provides project-specific instructions that are automatically appended to your custom instructions and referenced in Cline's system prompt, ensuring they influence all interactions within the project context.
You can install the Cline rules directly from npm without adding the package as a dependency:
# Run directly with npx to install the rules
npx @gensx/cline-rules
Alternatively, you can install it as a dependency:
npm install --save-dev @gensx/cline-rules
# or
yarn add -D @gensx/cline-rules
# or
pnpm add -D @gensx/cline-rules
Then run the CLI:
npx gensx-cline-rules
.clinerules file to your project rootThe included .clinerules file contains:
The .clinerules file uses managed sections delimited by HTML comments:
<!-- BEGIN_MANAGED_SECTION -->
... managed content that will be updated ...
<!-- END_MANAGED_SECTION -->
When upgrading or reinstalling the rules, only the content within these markers will be updated, preserving any custom content you've added outside of the managed section.
Add your custom project information outside the managed section to preserve it during updates.
A section at the bottom of the file is provided specifically for your custom content.
Apache-2.0
FAQs
Cline rules for GenSX projects.
The npm package @gensx/cline-rules receives a total of 7 weekly downloads. As such, @gensx/cline-rules popularity was classified as not popular.
We found that @gensx/cline-rules demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.