@maestro-js/init 1.0.0-alpha.13 → 1.0.0-alpha.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin.js +1 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -52,7 +52,7 @@ function deriveDbPort(name2) {
|
|
|
52
52
|
function installSkills(targetDir2) {
|
|
53
53
|
const skillSources = [
|
|
54
54
|
{ cmd: `npx --yes @maestro-js/agent-skills@${getCurrentVersion()}`, label: "maestro" },
|
|
55
|
-
{ cmd: "npx skills add https://react-aria.adobe.com
|
|
55
|
+
{ cmd: "npx skills add https://react-aria.adobe.com --skill react-aria -a claude-code -y", label: "react-aria" },
|
|
56
56
|
{ cmd: "npx skills add anthropics/skills --skill skill-creator -a claude-code -y", label: "skill-creator" },
|
|
57
57
|
{ cmd: "npx skills add mattpocock/skills --skill grill-me -a claude-code -y", label: "grill-me" },
|
|
58
58
|
{ cmd: "playwright-cli install --skills", label: "playwright-cli" }
|