-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add skills-sh extension #25018
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
base: main
Are you sure you want to change the base?
Add skills-sh extension #25018
Conversation
- feat: add screenshots for Raycast Store - chore: prepare for Raycast Store submission - feat: initial release of Skills.sh Raycast extension
|
Congratulations on your new Raycast extension! 🚀 We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Greptile OverviewGreptile SummaryThis PR adds a new Skills.sh extension that enables browsing and searching AI agent skills from skills.sh directly in Raycast. The implementation includes two commands: Browse Skills (ranked by installs) and Search Skills (with dynamic search). Key Features:
Code Quality:
The extension is production-ready with no issues found. Confidence Score: 5/5
Important Files Changed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion
The extension icon is not working well in both appearances; could you look into this? If you struggle to do so, then you can use our generator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue: metadata image style
Could you make sure that the metadata images use the same background/appearance as the rest to maintain the same visual expression?
Reference:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue: metadata image style
Could you make sure that the metadata images use the same background/appearance as the rest to maintain the same visual expression?
Reference:
| const eslint = require("@eslint/js"); | ||
| const tseslint = require("typescript-eslint"); | ||
|
|
||
| module.exports = tseslint.config( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue: missing raycast eslint config
Please add a raycast eslint config.
Reference:
| node_modules/ | ||
| dist/ | ||
| .DS_Store | ||
| *.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| *.log | |
| *.log | |
| # Raycast specific files | |
| raycast-env.d.ts | |
| .raycast-swift-build | |
| .swiftpm | |
| compiled_raycast_swift | |
| compiled_raycast_rust |
0xdhrv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feedback and suggestions
Description
A Raycast extension to browse and search AI agent skills from skills.sh.
Features
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder