-
-
Notifications
You must be signed in to change notification settings - Fork 259
chore(infra): integrate skills-package-manager via prepare script #7565
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
Open
SoonIter
wants to merge
10
commits into
main
Choose a base branch
from
wip/trapped-yttrium-6d38
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
19d64c1
chore: integrate skills-package-manager via prepare script
SoonIter f4b4f97
chore: register pr-creator and rspress-description-generator in skill…
SoonIter 20f2c4e
chore: use git protocol for shared skills and link protocol for dev-s…
SoonIter 88b4e8f
chore: update pnpm-lock.yaml for skills-package-manager
SoonIter e50dbe8
chore: fix skills-lock.yaml formatting
SoonIter accd64d
chore: add worktree to cspell dictionary
SoonIter 165e4d2
chore: format skill headings
SoonIter a40abb5
chore: address skills manager review comments
SoonIter 0bfa5df
chore: remove script
SoonIter 91628ea
chore: use local protocol for repo skills
SoonIter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -164,3 +164,4 @@ vnode | |
| watchpack | ||
| webm | ||
| webp | ||
| worktree | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| lockfileVersion: "0.1" | ||
| installDir: .agents/skills | ||
| linkTargets: [] | ||
| skills: | ||
| pr-creator: | ||
| specifier: https://github.com/rstackjs/agent-skills.git#820107031c56beff4187e083aea167f97483291c&path:/skills/pr-creator | ||
| resolution: | ||
| type: git | ||
| url: https://github.com/rstackjs/agent-skills.git | ||
| commit: 820107031c56beff4187e083aea167f97483291c | ||
| path: /skills/pr-creator | ||
| digest: sha256-de908ab3d59cf3145ee61d22759cc6aaac068b97bbb67aa521a42e5e2d3c01a6 | ||
| rspress-description-generator: | ||
| specifier: https://github.com/rstackjs/agent-skills.git#820107031c56beff4187e083aea167f97483291c&path:/skills/rspress-description-generator | ||
| resolution: | ||
| type: git | ||
| url: https://github.com/rstackjs/agent-skills.git | ||
| commit: 820107031c56beff4187e083aea167f97483291c | ||
| path: /skills/rspress-description-generator | ||
| digest: sha256-ecf6328cb15e217396c5d4c90f35fce01c06d29c7ed3bc1f2270f4228895f99d | ||
| create-draft-release-notes: | ||
| specifier: local:./.agents/skills/create-draft-release-notes | ||
| resolution: | ||
| type: local | ||
| path: .agents/skills/create-draft-release-notes | ||
| digest: "" | ||
| docs-en-improvement: | ||
| specifier: local:./.agents/skills/docs-en-improvement | ||
| resolution: | ||
| type: local | ||
| path: .agents/skills/docs-en-improvement | ||
| digest: "" | ||
| release-core: | ||
| specifier: local:./.agents/skills/release-core | ||
| resolution: | ||
| type: local | ||
| path: .agents/skills/release-core | ||
| digest: "" | ||
| sync-zh-en-docs: | ||
| specifier: local:./.agents/skills/sync-zh-en-docs | ||
| resolution: | ||
| type: local | ||
| path: .agents/skills/sync-zh-en-docs | ||
| digest: "" | ||
| upgrade-rspack: | ||
| specifier: local:./.agents/skills/upgrade-rspack | ||
| resolution: | ||
| type: local | ||
| path: .agents/skills/upgrade-rspack | ||
| digest: "" | ||
| write-e2e-cases: | ||
| specifier: local:./.agents/skills/write-e2e-cases | ||
| resolution: | ||
| type: local | ||
| path: .agents/skills/write-e2e-cases | ||
| digest: "" |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Can we lease these skills in the
.agent/skillsfolder?