add-skill-kit 1.0.2 → 1.0.3
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.
|
@@ -136,7 +136,7 @@ export async function run(spec) {
|
|
|
136
136
|
activeStep("Select skills to install");
|
|
137
137
|
|
|
138
138
|
const skills = await multiselect({
|
|
139
|
-
message: c.
|
|
139
|
+
message: `${c.cyan("space")} select · ${c.cyan("enter")} confirm`,
|
|
140
140
|
options: skillsInRepo.map(s => ({
|
|
141
141
|
label: s.title,
|
|
142
142
|
value: s.value
|
|
@@ -169,7 +169,7 @@ export async function run(spec) {
|
|
|
169
169
|
activeStep("Select agents to install skills to (Antigravity only)");
|
|
170
170
|
|
|
171
171
|
agents = await multiselect({
|
|
172
|
-
message: c.
|
|
172
|
+
message: `${c.cyan("space")} select · ${c.cyan("enter")} confirm`,
|
|
173
173
|
options: [
|
|
174
174
|
{ label: "Antigravity (.agent/skills)", value: "antigravity" },
|
|
175
175
|
{ label: c.dim("Claude Code (coming soon)"), value: "claude" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "add-skill-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Enterprise-grade Agent Skill Manager with Antigravity Skills support, Progressive Disclosure detection, and semantic routing validation",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "agentskillkit <agentskillkit@gmail.com>",
|