Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
[submodule "vendor/vueuse"]
path = vendor/vueuse
url = https://github.com/vueuse/skills
[submodule "vendor/tsdown"]
path = vendor/tsdown
url = https://github.com/rolldown/tsdown
[submodule "vendor/vuejs-ai"]
path = vendor/vuejs-ai
url = https://github.com/vuejs-ai/skills
Expand Down
15 changes: 8 additions & 7 deletions plugins/tsdown/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
"version": "1.1.0",
"description": "Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown",
"author": {
"name": "Anthony Fu",
"url": "https://github.com/antfu"
"name": "Rolldown Contributors",
"url": "https://github.com/rolldown"
},
"homepage": "https://github.com/antfu/skills/tree/main/skills/tsdown",
"repository": "https://github.com/antfu/skills",
"homepage": "https://github.com/rolldown/tsdown",
"repository": "https://github.com/rolldown/tsdown",
"license": "MIT",
"keywords": [
"tsdown",
"bundler",
"typescript",
"antfu"
]
}
"rolldown"
],
"skills": "./.agents/skills/"
}
10 changes: 10 additions & 0 deletions plugins/tsdown/skills-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": 1,
"skills": {
"tsdown": {
"source": "rolldown/tsdown",
"sourceType": "github",
"computedHash": "3585dec9d286d35da6da40f6682586d1582a78234773148c7e291c5d604dba9e"
}
}
}
22 changes: 0 additions & 22 deletions plugins/tsdown/skills/tsdown/LICENSE.md

This file was deleted.

5 changes: 0 additions & 5 deletions plugins/tsdown/skills/tsdown/SYNC.md

This file was deleted.

3 changes: 1 addition & 2 deletions scripts/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ export const SKILL_TO_PLUGIN: Record<string, string> = {
"vue-router-best-practices": "vue",
"vue-testing-best-practices": "vue",
slidev: "slidev",
tsdown: "tsdown",
turborepo: "turborepo",
turborepo: "turborepo",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

It looks like the indentation for this line was accidentally removed when deleting the line above. To maintain consistent code formatting, please restore the indentation.

  turborepo: "turborepo",

"vueuse-functions": "vueuse",
"web-design-guidelines": "web-design",
mastra: "mastra",
Expand Down
8 changes: 1 addition & 7 deletions scripts/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,7 @@ export const vendors: Record<string, VendorMeta> = {
"vueuse-functions": "vueuse-functions",
},
},
tsdown: {
source: "https://github.com/rolldown/tsdown",
skills: {
tsdown: "tsdown",
},
},
"vuejs-ai": {
"vuejs-ai": {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Similar to the change in scripts/cli.ts, the indentation for this line seems to have been accidentally removed. Please add it back to keep the code formatting consistent.

Suggested change
"vuejs-ai": {
"vuejs-ai": {

source: "https://github.com/vuejs-ai/skills",
skills: {
"vue-best-practices": "vue-best-practices",
Expand Down
1 change: 0 additions & 1 deletion vendor/tsdown
Submodule tsdown deleted from 514549