Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(extensions): Add Generate Secret & Cursorrules - Developer Productivity Tools #16858

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

nyxb
Copy link

@nyxb nyxb commented Feb 6, 2025

Add Generate Secret and Cursorrules Extensions

Description

Adding two new productivity-focused extensions to the Raycast Store:

  1. Generate Secret
  • A utility that generates cryptographically secure random secrets
  • Built on top of https://generate-secret.nyxb.nexus
  • Features multiple lengths (16, 32, 64, 128 characters)
  • Includes automatic clipboard copy and visual feedback
  • Perfect for generating API keys, passwords, and security tokens
  1. Cursorrules
  • Seamless integration with https://cursorrul.es platform
  • Quick access to cursor rules directly within Raycast
  • Helps developers find and implement cursor rules efficiently

Screencast

Screenshots for both extensions can be found in their respective metadata folders:

  • extensions/generate-secret/metadata/
  • extensions/cursorrules/metadata/

Additional demo GIFs are available in the README files:

  • Generate Secret: extensions/generate-secret/assets/demo.gif
  • Cursorrules: extensions/cursorrules/assets/demo.gif

Checklist

nyxb added 7 commits February 6, 2025 07:13
Add two new extensions to the Raycast repository:

Generate Secret:
- Cryptographically secure random secret generator
- Multiple lengths (16, 32, 64, 128 characters)
- Automatic clipboard copy
- Web version integration (generate-secret.nyxb.nexus)

Cursorrules:
- Integration with cursorrul.es
- Easy access to cursor rules within Raycast
- Streamlined cursor rule management

Changes:
- Add extensions/generate-secret/
- Add extensions/cursorrules/
- Update respective documentation
- Add metadata screenshots for store listings
- Move demo GIFs to assets folder for READMEs
- Update README documentation structure
- Fix asset organization according to Raycast guidelines

Extensions affected:
- generate-secret
- cursorrules
Add npm lock files for dependency version control:
- extensions/generate-secret/package-lock.json
- extensions/cursorrules/package-lock.json

Ensures consistent dependency versions across installations
Add initial changelog files for:
- generate-secret
- cursorrules

Document initial release features as required by Raycast guidelines
Remove owner field from generate-secret package.json to comply with
Raycast's public extension guidelines. Extensions should be published
under personal accounts rather than organizations.
Remove owner field from generate-secret package.json to comply with
Raycast's public extension guidelines. Extensions should be published
under personal accounts rather than organizations.
- Resize extension icons to required 512x512px
- Update metadata screenshots to 2000x1250px format
- Fix code formatting with Prettier
- Update extension titles to proper Title Case
- Run lint fixes on all source files

Extensions affected:
- generate-secret
- cursorrules

All changes comply with Raycast store requirements
extensions/generate-secret/package.json Outdated Show resolved Hide resolved
…t-in crypto module

- Remove crypto npm package dependency
- Use node:crypto built-in module with randomBytes
- Add node: prefix for better clarity and future-proofing

This change removes an unnecessary dependency while maintaining the same
secure random generation functionality using Node.js native implementation.
The callback options are handled automatically by the crossLaunchCommand function,
so there's no need for the additional parameter or TODO comment.
@nyxb
Copy link
Author

nyxb commented Feb 7, 2025

@LitoMore done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants