-
Notifications
You must be signed in to change notification settings - Fork 2
Add Skills宝 as a Chinese related link #2
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -9,6 +9,8 @@ Related repos: | |||||||||||
| - This repo: `https://github.com/pinkpixel-dev/skills-collection-1` | ||||||||||||
| - Companion repo: `https://github.com/pinkpixel-dev/skills-collection-2` | ||||||||||||
|
|
||||||||||||
| Chinese users can also search and install skills through [Skills宝](https://skilery.com). | ||||||||||||
|
|
||||||||||||
| ## What this repo contains | ||||||||||||
|
|
||||||||||||
| - `969` skill folders in [`SKILLS/`](/home/sizzlebop/PINKPIXEL/PROJECTS/CURRENT/skills-collection-1/SKILLS) | ||||||||||||
|
|
@@ -52,4 +54,4 @@ find SKILLS -name SKILL.md | |||||||||||
|
|
||||||||||||
| ## License | ||||||||||||
|
|
||||||||||||
| This repository is available under the MIT License. See [`LICENSE`](/home/sizzlebop/PINKPIXEL/PROJECTS/CURRENT/skills-collection-1/LICENSE). | ||||||||||||
| This repository is available under the MIT License. See [`LICENSE`](/home/sizzlebop/PINKPIXEL/PROJECTS/CURRENT/skills-collection-1/LICENSE). | ||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use a repository-relative link for Line 57 currently points to a local filesystem path, which breaks for all other users on GitHub. 🔧 Suggested fix-This repository is available under the MIT License. See [`LICENSE`](/home/sizzlebop/PINKPIXEL/PROJECTS/CURRENT/skills-collection-1/LICENSE).
+This repository is available under the MIT License. See [`LICENSE`](/LICENSE).📝 Committable suggestion
Suggested change
🤖 Prompt for AI AgentsThere was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The link to the license file uses an absolute local path (
Suggested change
|
||||||||||||
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.
To maintain consistency with the 'Related repos' section, consider formatting this new entry as a bullet point. This keeps the list structure uniform.