fix(tooling): 🐛 update claude install commands

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Natalie 2026-04-19 20:05:48 -07:00
parent 781221537e
commit d6d89c8a29

View file

@ -21,7 +21,10 @@
"Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); tags=d.get\\('dist-tags',{}\\); vers=list\\(d.get\\('versions',{}\\).keys\\(\\)\\); print\\('latest:', tags.get\\('latest'\\)\\); print\\('versions:', vers\\)\")",
"Bash(curl -sf http://127.0.0.1:4873/@lilith%2Fmcp-experts)",
"Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); print\\('latest:', d.get\\('dist-tags',{}\\).get\\('latest'\\)\\); print\\('versions:', list\\(d.get\\('versions',{}\\).keys\\(\\)\\)\\)\")",
"Bash(npm install *)"
"Bash(npm install *)",
"Bash(python3 -c \"import json,sys; p=json.load\\(sys.stdin\\); print\\('version:', p['version']\\); print\\('bin:', list\\(p.get\\('bin',{}\\).keys\\(\\)\\)\\)\")",
"Bash(mcp-experts install-skills *)",
"Bash(echo \"EXIT: $?\")"
]
}
}