@@ -138,13 +138,13 @@ function handleKeydown(event: KeyboardEvent) {
138138 </div >
139139 </div >
140140
141- <!-- skills-npm: requires setup -->
141+ <!-- skills-npm: compatible -->
142142 <div
143143 v-if =" selectedMethod === 'skills-npm'"
144144 class =" flex items-center justify-between gap-2 px-3 py-2.5 sm:px-4 bg-bg-subtle border border-border rounded-lg mb-5"
145145 >
146146 <span class =" text-sm text-fg-muted"
147- >Requires <code class =" font-mono text-fg" >skills-npm</code > setup </span
147+ >Compatible with <code class =" font-mono text-fg" >skills-npm</code ></span
148148 >
149149 <a
150150 href =" /skills-npm"
@@ -166,9 +166,9 @@ function handleKeydown(event: KeyboardEvent) {
166166 <span class =" w-2.5 h-2.5 rounded-full bg-fg-subtle" />
167167 </div >
168168 <div class =" px-3 pt-2 pb-3 sm:px-4 sm:pt-3 sm:pb-4 overflow-x-auto" >
169- <div class =" flex items-center gap-2 group/cmd" >
170- <span class =" text-fg-subtle font-mono text-sm select-none shrink-0 " >$</span >
171- <code class =" font-mono text-sm"
169+ <div class =" flex flex-wrap items-start gap-x-2 gap-y-1 group/cmd" >
170+ <span class =" text-fg-subtle font-mono text-sm select-none" >$</span >
171+ <code class =" font-mono text-sm break-all "
172172 ><span class =" text-fg" >npx </span
173173 ><span class =" text-fg-muted"
174174 >skills add {{ baseUrl }}/{{ packageName }}</span
@@ -189,7 +189,10 @@ function handleKeydown(event: KeyboardEvent) {
189189 </div >
190190
191191 <!-- Skills list -->
192- <h3 class =" text-xs text-fg-subtle uppercase tracking-wider mb-2" >Available Skills</h3 >
192+ <div class =" flex items-baseline justify-between gap-2 mb-2" >
193+ <h3 class =" text-xs text-fg-subtle uppercase tracking-wider" >Available Skills</h3 >
194+ <span class =" text-xs text-fg-subtle/60" >Click to expand</span >
195+ </div >
193196 <ul class =" space-y-0.5 list-none m-0 p-0" >
194197 <li v-for =" skill in skills" :key =" skill.dirName" >
195198 <button
0 commit comments