Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@gensx/cursor-rules

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gensx/cursor-rules

Cursor rules for GenSX projects.

latest
Source
npmnpm
Version
0.1.8
Version published
Maintainers
3
Created
Source

@gensx/cursor-rules

This package provides cursor rules for GenSX projects.

Installation and Usage

You can install the cursor rules directly from npm without adding the package as a dependency:

# Run directly with npx to install the rules
npx @gensx/cursor-rules

Alternatively, you can install it as a dependency:

npm install --save-dev @gensx/cursor-rules
# or
pnpm add -D @gensx/cursor-rules

Then run the CLI:

npx gensx-cursor-rules

What are cursor rules?

Cursor rules provide documentation and code snippets for GenSX components, which can be surfaced by IDEs and development tools that integrate with Cursor.

These rules help with:

  • Providing accurate code examples for GenSX components
  • Showing proper parameter usage for LLM providers
  • Enabling proper code completion for GenSX workflows

Included Rules

This package includes rules for:

  • gensx.mdc - Core GenSX concepts and syntax
  • gensx-openai.mdc - OpenAI integration
  • gensx-anthropic.mdc - Anthropic integration
  • gensx-ai-sdk.mdc - Vercel AI SDK integration

Custom rules

You can add your own custom rules by creating additional .mdc files in your project's .cursor directory. Your custom rules will be preserved when updating this package.

License

Apache-2.0

FAQs

Package last updated on 30 May 2025

Did you know?

Socket

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.

Install

Related posts